From c27ced8d057c4f1481168db2baa810352bd1d8e9 Mon Sep 17 00:00:00 2001 From: Chen Yijun Date: Tue, 9 Dec 2014 04:49:22 +0800 Subject: [PATCH] 3.0.2 --- latest/counter-han.css | 2 +- latest/em-han.css | 2 +- latest/generics-han.css | 2 +- latest/han.css | 60 +- latest/han.js | 6 +- latest/han.min.css | 6 +- latest/han.min.js | 4 +- latest/ruby(ff)-han.css | 2 +- latest/test-commonjs.js | 4 +- v3.0.2/README.md | 48 + v3.0.2/biaodian.html | 84 ++ v3.0.2/biaodian.jade | 153 +++ v3.0.2/counter-han.css | 1 + v3.0.2/counter-han.sass | 12 + v3.0.2/counter.html | 200 +++ v3.0.2/counter.jade | 193 +++ v3.0.2/deco-line.html | 76 ++ v3.0.2/deco-line.jade | 71 + v3.0.2/em-han.css | 1 + v3.0.2/em-han.sass | 18 + v3.0.2/em.html | 106 ++ v3.0.2/em.jade | 131 ++ v3.0.2/font/han.otf | Bin 0 -> 26416 bytes v3.0.2/font/han.ttf | Bin 0 -> 60492 bytes v3.0.2/font/han.woff | Bin 0 -> 21292 bytes v3.0.2/four.html | 188 +++ v3.0.2/four.jade | 166 +++ v3.0.2/generics-han.css | 1 + v3.0.2/generics-han.sass | 35 + v3.0.2/generics.html | 56 + v3.0.2/generics.jade | 58 + v3.0.2/han.css | 2019 +++++++++++++++++++++++++++ v3.0.2/han.js | 2491 ++++++++++++++++++++++++++++++++++ v3.0.2/han.min.css | 5 + v3.0.2/han.min.js | 5 + v3.0.2/hws.html | 142 ++ v3.0.2/hws.jade | 156 +++ v3.0.2/index.html | 101 ++ v3.0.2/index.jade | 87 ++ v3.0.2/italic.html | 45 + v3.0.2/italic.jade | 87 ++ v3.0.2/jiya.html | 42 + v3.0.2/jiya.jade | 40 + v3.0.2/numeral.html | 49 + v3.0.2/numeral.jade | 75 + v3.0.2/require.js | 36 + v3.0.2/ruby(ff)-han.css | 1 + v3.0.2/ruby(ff)-han.sass | 16 + v3.0.2/ruby(ff).html | 56 + v3.0.2/ruby(ff).jade | 88 ++ v3.0.2/ruby.html | 387 ++++++ v3.0.2/ruby.jade | 346 +++++ v3.0.2/shs.html | 47 + v3.0.2/shs.jade | 43 + v3.0.2/subst.html | 242 ++++ v3.0.2/subst.jade | 213 +++ v3.0.2/test-amd.html | 236 ++++ v3.0.2/test-amd.jade | 363 +++++ v3.0.2/test-amd.js | 5 + v3.0.2/test-commonjs-main.js | 3 + v3.0.2/test-commonjs.html | 236 ++++ v3.0.2/test-commonjs.jade | 363 +++++ v3.0.2/test-commonjs.js | 12 + v3.0.2/test-nojs.html | 235 ++++ v3.0.2/test-nojs.jade | 360 +++++ v3.0.2/test.html | 236 ++++ v3.0.2/test.jade | 362 +++++ v3.0.2/well-knit.html | 177 +++ v3.0.2/well-knit.jade | 158 +++ 69 files changed, 11208 insertions(+), 43 deletions(-) create mode 100644 v3.0.2/README.md create mode 100644 v3.0.2/biaodian.html create mode 100644 v3.0.2/biaodian.jade create mode 100644 v3.0.2/counter-han.css create mode 100644 v3.0.2/counter-han.sass create mode 100644 v3.0.2/counter.html create mode 100644 v3.0.2/counter.jade create mode 100644 v3.0.2/deco-line.html create mode 100644 v3.0.2/deco-line.jade create mode 100644 v3.0.2/em-han.css create mode 100644 v3.0.2/em-han.sass create mode 100644 v3.0.2/em.html create mode 100644 v3.0.2/em.jade create mode 100644 v3.0.2/font/han.otf create mode 100644 v3.0.2/font/han.ttf create mode 100644 v3.0.2/font/han.woff create mode 100644 v3.0.2/four.html create mode 100644 v3.0.2/four.jade create mode 100644 v3.0.2/generics-han.css create mode 100644 v3.0.2/generics-han.sass create mode 100644 v3.0.2/generics.html create mode 100644 v3.0.2/generics.jade create mode 100644 v3.0.2/han.css create mode 100644 v3.0.2/han.js create mode 100644 v3.0.2/han.min.css create mode 100644 v3.0.2/han.min.js create mode 100644 v3.0.2/hws.html create mode 100644 v3.0.2/hws.jade create mode 100644 v3.0.2/index.html create mode 100644 v3.0.2/index.jade create mode 100644 v3.0.2/italic.html create mode 100644 v3.0.2/italic.jade create mode 100644 v3.0.2/jiya.html create mode 100644 v3.0.2/jiya.jade create mode 100644 v3.0.2/numeral.html create mode 100644 v3.0.2/numeral.jade create mode 100644 v3.0.2/require.js create mode 100644 v3.0.2/ruby(ff)-han.css create mode 100644 v3.0.2/ruby(ff)-han.sass create mode 100644 v3.0.2/ruby(ff).html create mode 100644 v3.0.2/ruby(ff).jade create mode 100644 v3.0.2/ruby.html create mode 100644 v3.0.2/ruby.jade create mode 100644 v3.0.2/shs.html create mode 100644 v3.0.2/shs.jade create mode 100644 v3.0.2/subst.html create mode 100644 v3.0.2/subst.jade create mode 100644 v3.0.2/test-amd.html create mode 100644 v3.0.2/test-amd.jade create mode 100644 v3.0.2/test-amd.js create mode 100644 v3.0.2/test-commonjs-main.js create mode 100644 v3.0.2/test-commonjs.html create mode 100644 v3.0.2/test-commonjs.jade create mode 100644 v3.0.2/test-commonjs.js create mode 100644 v3.0.2/test-nojs.html create mode 100644 v3.0.2/test-nojs.jade create mode 100644 v3.0.2/test.html create mode 100644 v3.0.2/test.jade create mode 100644 v3.0.2/well-knit.html create mode 100644 v3.0.2/well-knit.jade diff --git a/latest/counter-han.css b/latest/counter-han.css index 1d53e090..61e228c4 100644 --- a/latest/counter-han.css +++ b/latest/counter-han.css @@ -1 +1 @@ -/*! 漢字標準格式 v3.0.1 | MIT License | css.hanzi.co *//*! Han: CSS typography framework optimised for Hanzi *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{line-height:1.3;-webkit-font-smoothing:subpixel-antialiased}ol,ul{padding-left:2em}figure,blockquote{margin-left:2em;margin-right:2em}address{font-style:inherit}pre{white-space:pre;word-wrap:normal}a{text-decoration:inherit}em:lang(zh),em:lang(ja){-moz-text-emphasis:filled circle;-webkit-text-emphasis:filled circle;text-emphasis:filled circle;-moz-text-emphasis-position:under;-webkit-text-emphasis-position:under;text-emphasis-position:under;font-style:inherit;border-bottom:2px dotted;padding-bottom:0.05em;border-bottom-width:-webkit-calc( 0px );padding-bottom:-webkit-calc( 0px )}em:lang(ja){-moz-text-emphasis:filled sesame;-webkit-text-emphasis:filled sesame;text-emphasis:filled sesame;-moz-text-emphasis-position:over;-webkit-text-emphasis-position:over;text-emphasis-position:over}strong,dfn:lang(zh),dfn:lang(ja),b{font-weight:inherit}strong,dfn:lang(zh),dfn:lang(ja),b{font-weight:bolder}dfn:lang(zh),dfn:lang(ja){font-style:inherit}cite:lang(zh),cite:lang(ja){font-style:inherit}q{quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(zh){quotes:"「" "」" "『" "』" "「" "」" "『" "』" "「" "」" "『" "』"}q:lang(zh-CN),q:lang(en){quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(en-GB){quotes:"‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”"}q:before{content:open-quote}q:after{content:close-quote}q:lang(ja):before,q:lang(ja):after{content:none}code,kbd,samp,pre{font-family:monospace,monospace,sans-serif}i:lang(zh),i:lang(ja),var:lang(zh),var:lang(ja){font-family:cursive,serif;font-style:inherit}u+u,u+ins,ins+u,ins+ins,s+s,s+del,del+s,del+del,.hyu-js-rendered u.adjacent,.hyu-js-rendered ins.adjacent,.hyu-js-rendered s+s.adjacent,.hyu-js-rendered s+del.adjacent,.hyu-js-rendered del+s.adjacent,.hyu-js-rendered del+del.adjacent{margin-left:0.125em}u,ins{padding-bottom:0.05em;border-bottom:1px solid;text-decoration:none}ruby *:before,ruby *:after{line-height:normal}ruby>rt:before{content:"("}ruby>rt:after{content:")"}ruby>rb+rtc:before{content:"("}ruby>rtc:after{content:","}ruby>rtc:last-of-type:after{content:")"}ruby>rt:before,ruby>rt:after{display:inline-block;overflow:hidden;vertical-align:middle;height:0;width:0;height:-moz-calc( 1.3em );width:-moz-calc( 1em )}.hyu-js-rendered u+u,.hyu-js-rendered u+ins,.hyu-js-rendered ins+u,.hyu-js-rendered ins+ins,.hyu-js-rendered s+s,.hyu-js-rendered s+del,.hyu-js-rendered del+s,.hyu-js-rendered del+del{margin-left:auto}.hyu-js-rendered em:lang(zh),.hyu-js-rendered em:lang(ja){padding-bottom:auto;border-bottom-width:0}.no-textemphasis em:lang(zh),.no-textemphasis em:lang(ja){line-height:2}.no-textemphasis em:lang(zh) char,.no-textemphasis em:lang(ja) char{position:relative;font-style:inherit}.no-textemphasis em:lang(zh) char:after,.no-textemphasis em:lang(ja) char:after{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:normal;line-height:normal;text-decoration:none;text-indent:0;-moz-transform:scale(0.5);-ms-transform:scale(0.5);-webkit-transform:scale(0.5);transform:scale(0.5);position:absolute;left:50%;top:0;margin-left:-250%;overflow:hidden;display:inline-block;height:1em;width:500%;line-height:1;text-align:center;text-indent:0;font-family:Georgia,"Times New Roman",Arial,!important}em:lang(zh) char.punct,em:lang(ja) char.punct,em:lang(zh) char.biaodian,em:lang(ja) char.biaodian{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none}.no-textemphasis em:lang(zh) char.punct:after,.no-textemphasis em:lang(ja) char.punct:after,.no-textemphasis em:lang(zh) char.biaodian:after,.no-textemphasis em:lang(ja) char.biaodian:after{content:none !important}.no-textemphasis em:lang(zh) char:after{margin-top:1em;content:"●"}.no-textemphasis em:lang(ja) char:after{margin-top:-0.7em;content:"﹅"}hruby{display:inline;line-height:2}hruby rp{display:none}hruby ru[annotation]>rt{display:inline-block;height:0;width:0;font:0/0 hidden-text}hruby ru{position:relative;display:inline-block;text-indent:0}hruby ru:before,hruby zhuyin{-moz-transform:scale(0.55);-ms-transform:scale(0.55);-webkit-transform:scale(0.55);transform:scale(0.55);-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:normal;line-height:normal;text-decoration:none;text-indent:0;position:absolute;display:inline-block}hruby ru[annotation]{text-align:center}hruby ru[annotation]:before{left:-265%;top:-0.5em;vertical-align:top;height:1em;width:600%;content:attr(annotation);line-height:1;text-align:center;text-indent:0}hruby[rightangle] ru[annotation]:before{left:-250%}hruby ru[zhuyin]{display:inline-block;position:relative;width:1.8em;text-align:left}hruby ru[zhuyin] zhuyin{right:0.2em;top:0;height:2.7em;width:0.8em;line-height:0.9;white-space:pre-wrap;word-break:break-all}hruby ru[zhuyin] diao{position:absolute;right:-0.9em;top:0;display:inline-block;width:1em}hruby ru[zhuyin][length='0'],hruby ru[zhuyin]:empty{width:auto}hruby ru[zhuyin][length='0'] zhuyin,hruby ru[zhuyin]:empty zhuyin{display:none}hruby ru[zhuyin][length='1'] zhuyin{margin-top:0.125em}hruby ru[zhuyin][length='1'] diao{margin-top:-0.35em}hruby ru[zhuyin][length='2'] zhuyin{margin-top:-0.175em}hruby ru[zhuyin][length='2'] diao{margin-top:0.5em}hruby ru[zhuyin][length='3'] zhuyin{margin-top:-0.45em}hruby ru[zhuyin][length='3'] diao{margin-top:1.3em}hruby ru[zhuyin][diao='˙'] diao{right:-0.35em}hruby ru[zhuyin][diao='˙'][length='1'] diao{margin-top:-0.5em}hruby ru[zhuyin][diao='˙'][length='2'] diao{margin-top:-0.3em}hruby ru[zhuyin][diao='˙'][length='3'] diao{margin-top:-0.25em}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1.2);-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2);margin-right:-0.25em}hruby ru[zhuyin][diao^='ㆴ'] diao,hruby ru[zhuyin][diao^='ㆵ'] diao,hruby ru[zhuyin][diao^='ㆶ'] diao,hruby ru[zhuyin][diao^='ㆷ'] diao,hruby ru[zhuyin][diao='󳆴'] diao,hruby ru[zhuyin][diao='󳆵'] diao,hruby ru[zhuyin][diao='󳆶'] diao,hruby ru[zhuyin][diao='󳆷'] diao{top:20%;margin-right:-0.3em}hruby ru[annotation]:before,hruby[rightangle] ru[annotation][order='1']:before{top:-0.5em}hruby ru[order='1']:before,hruby[rightangle] ru[annotation][order='0']:before{bottom:-0.4em;top:auto}hruby[rightangle] ru[annotation]:before{margin-left:-0.4em}@media screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi){hruby yin{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);display:inline-block}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}hruby ru[zhuyin][diao='˙'] diao{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);top:0.125em}}jinze{display:inline-block;text-indent:0}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';font-weight:600;src:local("YuGothic Bold"),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(YuGo-Bold),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';font-weight:600;src:local("YuGothic Bold"),local(YuGo-Bold),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti GB';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold);unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Heiti SC Medium"),local("Microsoft YaHei Bold"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold);unicode-range:U+270C}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSong),local("Lisong Pro"),local(SimSun),local(PMingLiU)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho")}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local(PMingLiU),local(SimSun)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro")}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun),local(PMingLiU)}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti SC Bold"),local("STSongti TC Bold"),local(STSongti-SC-Bold),local(STSongti-TC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti GB';font-weight:600;src:local("STSongti SC Bold"),local(STSongti-SC-Bold)}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSongti),local("Lisong Pro"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+270C}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local("MS Mincho"),local(PMingLiU),local(SimSun);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+270C}@font-face{font-family:cursive;src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti';src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti CNS';src:local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti GB';src:local("Kaiti SC"),local(STKaiti),local(Kai),local(Kaiti),local(DFKai-SB)}@font-face{font-family:cursive;font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti GB';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong CNS';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong GB';src:local(STFangsong),local(FangSong)}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Arial Unicode MS"),local("MS Gothic");unicode-range:U+2014}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho"),local("Microsoft Yahei");unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic");unicode-range:U+2026}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Lisong Pro"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU),local("MS Gothic");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(STSongti-TC-Regular),local("Lisong Pro"),local("Heiti TC"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSongti),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Basic';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype");unicode-range:U+2014,U+2026,U+00B7}@font-face{font-family:'Biaodian Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Latin Italic Serif';src:local("Georgia Italic"),local("Times New Roman Italic"),local(Georgia-Italic),local(TimesNewRomanPS-ItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Serif';font-weight:700;src:local("Georgia Bold Italic"),local("Times New Roman Bold Italic"),local(Georgia-BoldItalic),local(TimesNewRomanPS-BoldItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{font-family:'Latin Italic Sans';font-weight:700;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Sans';src:local(Skia),local("Neutraface 2 Text"),local(Candara),local(Corbel)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Serif';src:local(Georgia),local("Hoefler Text"),local("Big Caslon")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Italic Serif';src:local("Georgia Italic"),local("Hoefler Text Italic"),local(Georgia-Italic),local(HoeflerText-Italic)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Sans';src:local("Helvetica Neue"),local(Helvetica),local(Arial)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';font-weight:bold;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Serif';src:local(Palatino),local("Palatino Linotype"),local("Times New Roman")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';src:local("Palatino Italic"),local("Palatino Italic Linotype"),local("Times New Roman Italic"),local(Palatino-Italic),local(Palatino-Italic-Linotype),local(TimesNewRomanPS-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';font-weight:bold;src:local("Palatino Bold Italic"),local("Palatino Bold Italic Linotype"),local("Times New Roman Bold Italic"),local(Palatino-BoldItalic),local(Palatino-BoldItalic-Linotype),local(TimesNewRomanPS-BoldItalicMT)}@font-face{font-family:'Numeral TF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';font-weight:bold;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';font-weight:bold;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype");unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Kaiti'}@font-face{unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Heiti';src:local("Hiragino Sans GB"),local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype")}@font-face{font-family:'Zhuyin Heiti';src:local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype");unicode-range:U+3127}@font-face{src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype");font-family:'Zhuyin Heiti';unicode-range:U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+31B4,U+31B5,U+31B6,U+31B7,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}@font-face{src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype");font-family:'Romanization Sans';unicode-range:U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}html:lang(zh-Latn),html:lang(ja-Latn),html:not(:lang(zh)):not(:lang(ja)),html *:lang(zh-Latn),html *:lang(ja-Latn),html *:not(:lang(zh)):not(:lang(ja)),article strong:lang(zh-Latn),article strong:lang(ja-Latn),article strong:not(:lang(zh)):not(:lang(ja)),article strong *:lang(zh-Latn),article strong *:lang(ja-Latn),article strong *:not(:lang(zh)):not(:lang(ja)){font-family:"Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}html:lang(zh),html:lang(zh-Hant),[lang^='zh'],[lang*='Hant'],[lang='zh-TW'],[lang='zh-HK'],article strong:lang(zh),article strong:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}html:lang(zh-Hans),html:lang(zh-CN),[lang*='Hans'],[lang='zh-CN'],article strong:lang(zh-Hans),article strong:lang(zh-CN){font-family:"Biaodian Pro Sans GB","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}html:lang(ja),[lang^='ja'],article strong:lang(ja){font-family:"Yakumono Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article blockquote i:lang(zh-Latn),article blockquote i:lang(ja-Latn),article blockquote i:not(:lang(zh)):not(:lang(ja)),article blockquote i *:lang(zh-Latn),article blockquote i *:lang(ja-Latn),article blockquote i *:not(:lang(zh)):not(:lang(ja)),article blockquote var:lang(zh-Latn),article blockquote var:lang(ja-Latn),article blockquote var:not(:lang(zh)):not(:lang(ja)),article blockquote var *:lang(zh-Latn),article blockquote var *:lang(ja-Latn),article blockquote var *:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}article blockquote i:lang(zh),article blockquote i:lang(zh-Hant),article blockquote var:lang(zh),article blockquote var:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}article blockquote i:lang(zh-Hans),article blockquote i:lang(zh-CN),article blockquote var:lang(zh-Hans),article blockquote var:lang(zh-CN){font-family:"Biaodian Pro Sans GB","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}article blockquote i:lang(ja),article blockquote var:lang(ja){font-family:"Yakumono Sans","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article figure blockquote:lang(zh-Latn),article figure blockquote:lang(ja-Latn),article figure blockquote:not(:lang(zh)):not(:lang(ja)),article figure blockquote *:lang(zh-Latn),article figure blockquote *:lang(ja-Latn),article figure blockquote *:not(:lang(zh)):not(:lang(ja)),figure blockquote:lang(zh-Latn),figure blockquote:lang(ja-Latn),figure blockquote:not(:lang(zh)):not(:lang(ja)),figure blockquote *:lang(zh-Latn),figure blockquote *:lang(ja-Latn),figure blockquote *:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Songti",cursive,serif}article figure blockquote:lang(zh),article figure blockquote:lang(zh-Hant),figure blockquote:lang(zh),figure blockquote:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Songti",serif}article figure blockquote:lang(zh-Hans),article figure blockquote:lang(zh-CN),figure blockquote:lang(zh-Hans),figure blockquote:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Songti GB",serif}article figure blockquote:lang(ja),figure blockquote:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",serif}article blockquote:lang(zh-Latn),article blockquote:lang(ja-Latn),article blockquote:not(:lang(zh)):not(:lang(ja)),article blockquote *:lang(zh-Latn),article blockquote *:lang(ja-Latn),article blockquote *:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Kaiti",cursive,serif}article blockquote:lang(zh),article blockquote:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}article blockquote:lang(zh-Hans),article blockquote:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}article blockquote:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",cursive,serif}i:lang(zh-Latn),i:lang(ja-Latn),i:not(:lang(zh)):not(:lang(ja)),i *:lang(zh-Latn),i *:lang(ja-Latn),i *:not(:lang(zh)):not(:lang(ja)),var:lang(zh-Latn),var:lang(ja-Latn),var:not(:lang(zh)):not(:lang(ja)),var *:lang(zh-Latn),var *:lang(ja-Latn),var *:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti",cursive,serif}i:lang(zh),i:lang(zh-Hant),var:lang(zh),var:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}i:lang(zh-Hans),i:lang(zh-CN),var:lang(zh-Hans),var:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}i:lang(ja),var:lang(ja){font-family:"Yakumono Serif","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman",cursive,serif}code:lang(zh-Latn),code:lang(ja-Latn),code:not(:lang(zh)):not(:lang(ja)),code *:lang(zh-Latn),code *:lang(ja-Latn),code *:not(:lang(zh)):not(:lang(ja)),kbd:lang(zh-Latn),kbd:lang(ja-Latn),kbd:not(:lang(zh)):not(:lang(ja)),kbd *:lang(zh-Latn),kbd *:lang(ja-Latn),kbd *:not(:lang(zh)):not(:lang(ja)),samp:lang(zh-Latn),samp:lang(ja-Latn),samp:not(:lang(zh)):not(:lang(ja)),samp *:lang(zh-Latn),samp *:lang(ja-Latn),samp *:not(:lang(zh)):not(:lang(ja)),pre:lang(zh-Latn),pre:lang(ja-Latn),pre:not(:lang(zh)):not(:lang(ja)),pre *:lang(zh-Latn),pre *:lang(ja-Latn),pre *:not(:lang(zh)):not(:lang(ja)){font-family:Menlo,Consolas,Courier,"Han Heiti",monospace,monospace,sans-serif}code:lang(zh),code:lang(zh-Hant),kbd:lang(zh),kbd:lang(zh-Hant),samp:lang(zh),samp:lang(zh-Hant),pre:lang(zh),pre:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS",Menlo,Consolas,Courier,"Zhuyin Heiti","Han Heiti",monospace,monospace,sans-serif}code:lang(zh-Hans),code:lang(zh-CN),kbd:lang(zh-Hans),kbd:lang(zh-CN),samp:lang(zh-Hans),samp:lang(zh-CN),pre:lang(zh-Hans),pre:lang(zh-CN){font-family:"Biaodian Pro Sans GB",Menlo,Consolas,Courier,"Han Heiti GB",monospace,monospace,sans-serif}code:lang(ja),kbd:lang(ja),samp:lang(ja),pre:lang(ja){font-family:"Yakumono Sans",Menlo,Consolas,Courier,monospace,monospace,sans-serif}html,ruby ru[zhuyin] zhuyin,ruby ru[zhuyin] zhuyin diao,hruby ru[zhuyin] zhuyin,hruby ru[zhuyin] zhuyin diao,ruby.romanization rt,ruby ru[annotation]:before,hruby.romanization rt,hruby ru[annotation]:before,.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode='b7']{-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga";-webkit-font-feature-settings:"liga";font-feature-settings:"liga"}ruby ru[zhuyin] zhuyin diao,hruby ru[zhuyin] zhuyin diao{font-family:"Zhuyin Kaiti",cursive,serif}ruby.romanization rt,ruby ru[annotation]:before,hruby.romanization rt,hruby ru[annotation]:before{font-family:"Romanization Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}.no-kaiti i,.no-kaiti var{padding-bottom:0.05em;border-bottom:3px double #d3d3d3}article{line-height:1.7}article p,article li{text-align:justify;text-justify:inter-ideograph}article h1+blockquote,article h1+p,article h1+ol,article h1+ul,article h1+h6,article h1+section>h6:first-child,article h1+section>p:first-child,article h1+section>ol:first-child,article h1+section>ul:first-child,article h1+section>blockquote:first-child,article h2+blockquote,article h2+p,article h2+ol,article h2+ul,article h2+h6,article h2+section>h6:first-child,article h2+section>p:first-child,article h2+section>ol:first-child,article h2+section>ul:first-child,article h2+section>blockquote:first-child,article h3+blockquote,article h3+p,article h3+ol,article h3+ul,article h3+h6,article h3+section>h6:first-child,article h3+section>p:first-child,article h3+section>ol:first-child,article h3+section>ul:first-child,article h3+section>blockquote:first-child,article h4+blockquote,article h4+p,article h4+ol,article h4+ul,article h4+h6,article h4+section>h6:first-child,article h4+section>p:first-child,article h4+section>ol:first-child,article h4+section>ul:first-child,article h4+section>blockquote:first-child,article h5+blockquote,article h5+p,article h5+ol,article h5+ul,article h5+h6,article h5+section>h6:first-child,article h5+section>p:first-child,article h5+section>ol:first-child,article h5+section>ul:first-child,article h5+section>blockquote:first-child,article h6+blockquote,article h6+p,article h6+ol,article h6+ul,article h6+h6,article h6+section>h6:first-child,article h6+section>p:first-child,article h6+section>ol:first-child,article h6+section>ul:first-child,article h6+section>blockquote:first-child,article h1+h5,article h1+section>h5:first-child,article h2+h5,article h2+section>h5:first-child,article h3+h5,article h3+section>h5:first-child,article h4+h5,article h4+section>h5:first-child,article h5+h5,article h5+section>h5:first-child,article h1+h4,article h1+section>h4:first-child,article h2+h4,article h2+section>h4:first-child,article h3+h4,article h3+section>h4:first-child,article h4+h4,article h4+section>h4:first-child,article h1+h3,article h1+section>h3:first-child,article h2+h3,article h2+section>h3:first-child,article h3+h3,article h3+section>h3:first-child,article h1+h2,article h1+section>h2:first-child,article h2+h2,article h2+section>h2:first-child{margin-top:-1em}p.poem-like,.poem-like p{margin-left:2em}@media only screen and (max-width: 480px){p.poem-like,.poem-like p{margin-left:1em}}article blockquote{margin-right:0}@media only screen and (max-width: 480px){article blockquote{margin-left:1em}}figure blockquote{margin:0}blockquote blockquote{margin-left:1em;margin-right:1em}article blockquote blockquote{margin-right:0}@media only screen and (max-width: 480px){blockquote,figure{margin-left:1em;margin-right:1em}}article{counter-reset:han-article-h2 han-article-h3 han-article-h4}article h2:not(.toc){counter-reset:han-article-h3 han-article-h4}article h2:not(.toc):before{content:counter(han-article-h2) " ";content:counter(han-article-h2,cjk-ideographic) "、";counter-increment:han-article-h2}article h3:not(.toc){counter-reset:han-article-h4}article h3:not(.toc):before{content:counter(han-article-h2) "." counter(han-article-h3) " ";counter-increment:han-article-h3}article h4:not(.toc):before{content:counter(han-article-h2) "." counter(han-article-h3) "." counter(han-article-h4) " ";counter-increment:han-article-h4}article ol.toc{counter-reset:han-toc-h2 han-toc-h3 han-toc-h4}article ol.toc li{list-style:none}article ol.toc>li{counter-reset:han-toc-h3 han-toc-h4}article ol.toc>li:before{margin-right:-0.25em;content:counter(han-toc-h2) " ";content:counter(han-toc-h2,cjk-ideographic) "、";counter-increment:han-toc-h2}article ol.toc>li>ol>li{counter-reset:han-toc-h4}article ol.toc>li>ol>li:before{margin-right:0.5em;content:counter(han-toc-h2) "." counter(han-toc-h3);counter-increment:han-toc-h3}article ol.toc ol ol>li:before{margin-right:0.5em;content:counter(han-toc-h2) "." counter(han-toc-h3) "." counter(han-toc-h4);counter-increment:han-toc-h4}.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode='b7']{font-family:"Biaodian Basic","Han Heiti"}hws{display:inline;visibility:hidden;font-family:Arial,sans-serif !important;font-size:0.89em}code hws,kbd hws,samp hws,pre hws,ol>hws,ul>hws{display:none}char_group .open:not(:last-child),char_group .close:not(:last-child),char_group [unicode='3001']:not(:last-child),char_group [unicode='3002']:not(:last-child),char_group [unicode='ff0c']:not(:last-child),char_group [unicode='ff08']:not(:last-child){letter-spacing:-0.5em}char_group [unicode='b7']+[unicode='300c'],char_group [unicode='b7']+[unicode='300e'],char_group [unicode='30fb']+[unicode='300c'],char_group [unicode='30fb']+[unicode='300e']{margin-left:-0.5em}char_group .liga+[unicode='300c'],char_group .liga+[unicode='300e']{margin-left:-0.25em}char[display-as]{position:relative;display:inline-block}char[display-as] inner{color:transparent}char[display-as]:after{position:absolute;left:0;display:inline-block;content:attr(display-as)}char[display-as].comb-liga:after{font-family:"Romanization Sans","Zhuyin Kaiti"} +/*! 漢字標準格式 v3.0.2 | MIT License | css.hanzi.co *//*! Han: CSS typography framework optimised for Hanzi *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{line-height:1.3;-webkit-font-smoothing:subpixel-antialiased}ol,ul{padding-left:2em}figure,blockquote{margin-left:2em;margin-right:2em}address{font-style:inherit}pre{white-space:pre;word-wrap:normal}a{text-decoration:inherit}em:lang(zh),em:lang(ja){-moz-text-emphasis:filled circle;-webkit-text-emphasis:filled circle;text-emphasis:filled circle;-moz-text-emphasis-position:under;-webkit-text-emphasis-position:under;text-emphasis-position:under;font-style:inherit;border-bottom:2px dotted;padding-bottom:0.05em;border-bottom-width:-webkit-calc( 0px );padding-bottom:-webkit-calc( 0px )}em:lang(ja){-moz-text-emphasis:filled sesame;-webkit-text-emphasis:filled sesame;text-emphasis:filled sesame;-moz-text-emphasis-position:over;-webkit-text-emphasis-position:over;text-emphasis-position:over}strong,dfn:lang(zh),dfn:lang(ja),b{font-weight:inherit}strong,dfn:lang(zh),dfn:lang(ja),b{font-weight:bolder}dfn:lang(zh),dfn:lang(ja){font-style:inherit}cite:lang(zh),cite:lang(ja){font-style:inherit}q{quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(zh){quotes:"「" "」" "『" "』" "「" "」" "『" "』" "「" "」" "『" "』"}q:lang(zh-CN),q:lang(en){quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(en-GB){quotes:"‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”"}q:before{content:open-quote}q:after{content:close-quote}q:lang(ja):before,q:lang(ja):after{content:none}code,kbd,samp,pre{font-family:monospace,monospace,sans-serif}i:lang(zh),i:lang(ja),var:lang(zh),var:lang(ja){font-family:cursive,serif;font-style:inherit}u+u,u+ins,ins+u,ins+ins,s+s,s+del,del+s,del+del,.hyu-js-rendered u.adjacent,.hyu-js-rendered ins.adjacent,.hyu-js-rendered s+s.adjacent,.hyu-js-rendered s+del.adjacent,.hyu-js-rendered del+s.adjacent,.hyu-js-rendered del+del.adjacent{margin-left:0.125em}u,ins{padding-bottom:0.05em;border-bottom:1px solid;text-decoration:none}ruby *:before,ruby *:after{line-height:normal}ruby>rt:not(:empty):before{content:"("}ruby>rt:not(:empty):after{content:")"}ruby>rb+rtc:before{content:"("}ruby>rtc:after{content:","}ruby>rtc:last-of-type:after{content:")"}ruby>rt:before,ruby>rt:after{display:inline-block;overflow:hidden;vertical-align:middle;height:0;width:0}ruby>rt:not(:empty):before,ruby>rt:not(:empty):after{height:-moz-calc( 1.3em );width:-moz-calc( 1em )}.hyu-js-rendered u+u,.hyu-js-rendered u+ins,.hyu-js-rendered ins+u,.hyu-js-rendered ins+ins,.hyu-js-rendered s+s,.hyu-js-rendered s+del,.hyu-js-rendered del+s,.hyu-js-rendered del+del{margin-left:auto}.hyu-js-rendered em:lang(zh),.hyu-js-rendered em:lang(ja){padding-bottom:auto;border-bottom-width:0}.no-textemphasis em:lang(zh),.no-textemphasis em:lang(ja){line-height:2}.no-textemphasis em:lang(zh) char,.no-textemphasis em:lang(ja) char{position:relative;font-style:inherit}.no-textemphasis em:lang(zh) char:after,.no-textemphasis em:lang(ja) char:after{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:normal;line-height:normal;text-decoration:none;text-indent:0;-moz-transform:scale(0.5);-ms-transform:scale(0.5);-webkit-transform:scale(0.5);transform:scale(0.5);position:absolute;left:50%;top:0;margin-left:-250%;overflow:hidden;display:inline-block;height:1em;width:500%;line-height:1;text-align:center;text-indent:0;font-family:Georgia,"Times New Roman",Arial,!important}em:lang(zh) char.punct,em:lang(ja) char.punct,em:lang(zh) char.biaodian,em:lang(ja) char.biaodian{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none}.no-textemphasis em:lang(zh) char.punct:after,.no-textemphasis em:lang(ja) char.punct:after,.no-textemphasis em:lang(zh) char.biaodian:after,.no-textemphasis em:lang(ja) char.biaodian:after{content:none !important}.no-textemphasis em:lang(zh) char:after{margin-top:1em;content:"●"}.no-textemphasis em:lang(ja) char:after{margin-top:-0.7em;content:"﹅"}hruby{display:inline;line-height:2}hruby rp{display:none}hruby ru[annotation]>rt{display:inline-block;height:0;width:0;font:0/0 hidden-text}hruby ru{position:relative;display:inline-block;text-indent:0}hruby ru:before,hruby zhuyin{-moz-transform:scale(0.55);-ms-transform:scale(0.55);-webkit-transform:scale(0.55);transform:scale(0.55);-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:normal;line-height:normal;text-decoration:none;text-indent:0;position:absolute;display:inline-block}hruby ru[annotation]{text-align:center}hruby ru[annotation]:before{left:-265%;top:-0.5em;vertical-align:top;height:1em;width:600%;content:attr(annotation);line-height:1;text-align:center;text-indent:0}hruby[rightangle] ru[annotation]:before{left:-250%}hruby ru[zhuyin]{display:inline-block;position:relative;width:1.8em;text-align:left}hruby ru[zhuyin] zhuyin{right:0.2em;top:0;height:2.7em;width:0.8em;line-height:0.9;white-space:pre-wrap;word-break:break-all}hruby ru[zhuyin] diao{position:absolute;right:-0.9em;top:0;display:inline-block;width:1em}hruby ru[zhuyin][length='0'],hruby ru[zhuyin]:empty{width:auto}hruby ru[zhuyin][length='0'] zhuyin,hruby ru[zhuyin]:empty zhuyin{display:none}hruby ru[zhuyin][length='1'] zhuyin{margin-top:0.125em}hruby ru[zhuyin][length='1'] diao{margin-top:-0.35em}hruby ru[zhuyin][length='2'] zhuyin{margin-top:-0.175em}hruby ru[zhuyin][length='2'] diao{margin-top:0.5em}hruby ru[zhuyin][length='3'] zhuyin{margin-top:-0.45em}hruby ru[zhuyin][length='3'] diao{margin-top:1.3em}hruby ru[zhuyin][diao='˙'] diao{right:-0.35em}hruby ru[zhuyin][diao='˙'][length='1'] diao{margin-top:-0.5em}hruby ru[zhuyin][diao='˙'][length='2'] diao{margin-top:-0.3em}hruby ru[zhuyin][diao='˙'][length='3'] diao{margin-top:-0.25em}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1.2);-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2);margin-right:-0.25em}hruby ru[zhuyin][diao^='ㆴ'] diao,hruby ru[zhuyin][diao^='ㆵ'] diao,hruby ru[zhuyin][diao^='ㆶ'] diao,hruby ru[zhuyin][diao^='ㆷ'] diao,hruby ru[zhuyin][diao='󳆴'] diao,hruby ru[zhuyin][diao='󳆵'] diao,hruby ru[zhuyin][diao='󳆶'] diao,hruby ru[zhuyin][diao='󳆷'] diao{top:20%;margin-right:-0.3em}hruby ru[annotation]:before,hruby[rightangle] ru[annotation][order='1']:before{top:-0.5em}hruby ru[order='1']:before,hruby[rightangle] ru[annotation][order='0']:before{bottom:-0.4em;top:auto}hruby[rightangle] ru[annotation]:before{margin-left:-0.4em}@media screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi){hruby yin{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);display:inline-block}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}hruby ru[zhuyin][diao='˙'] diao{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);top:0.125em}}jinze{display:inline-block;text-indent:0}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';font-weight:600;src:local("YuGothic Bold"),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(YuGo-Bold),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';font-weight:600;src:local("YuGothic Bold"),local(YuGo-Bold),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti GB';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold);unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Heiti SC Medium"),local("Microsoft YaHei Bold"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold);unicode-range:U+270C}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSong),local("Lisong Pro"),local(SimSun),local(PMingLiU)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho")}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local(PMingLiU),local(SimSun)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro")}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun),local(PMingLiU)}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti SC Bold"),local("STSongti TC Bold"),local(STSongti-SC-Bold),local(STSongti-TC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti GB';font-weight:600;src:local("STSongti SC Bold"),local(STSongti-SC-Bold)}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSongti),local("Lisong Pro"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+270C}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local("MS Mincho"),local(PMingLiU),local(SimSun);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+270C}@font-face{font-family:cursive;src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti';src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti CNS';src:local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti GB';src:local("Kaiti SC"),local(STKaiti),local(Kai),local(Kaiti),local(DFKai-SB)}@font-face{font-family:cursive;font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti GB';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong CNS';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong GB';src:local(STFangsong),local(FangSong)}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Arial Unicode MS"),local("MS Gothic");unicode-range:U+2014}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho"),local("Microsoft Yahei");unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic");unicode-range:U+2026}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Lisong Pro"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU),local("MS Gothic");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(STSongti-TC-Regular),local("Lisong Pro"),local("Heiti TC"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSongti),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Basic';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+2014,U+2026,U+00B7}@font-face{font-family:'Biaodian Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Latin Italic Serif';src:local("Georgia Italic"),local("Times New Roman Italic"),local(Georgia-Italic),local(TimesNewRomanPS-ItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Serif';font-weight:700;src:local("Georgia Bold Italic"),local("Times New Roman Bold Italic"),local(Georgia-BoldItalic),local(TimesNewRomanPS-BoldItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{font-family:'Latin Italic Sans';font-weight:700;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Sans';src:local(Skia),local("Neutraface 2 Text"),local(Candara),local(Corbel)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Serif';src:local(Georgia),local("Hoefler Text"),local("Big Caslon")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Italic Serif';src:local("Georgia Italic"),local("Hoefler Text Italic"),local(Georgia-Italic),local(HoeflerText-Italic)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Sans';src:local("Helvetica Neue"),local(Helvetica),local(Arial)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';font-weight:bold;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Serif';src:local(Palatino),local("Palatino Linotype"),local("Times New Roman")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';src:local("Palatino Italic"),local("Palatino Italic Linotype"),local("Times New Roman Italic"),local(Palatino-Italic),local(Palatino-Italic-Linotype),local(TimesNewRomanPS-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';font-weight:bold;src:local("Palatino Bold Italic"),local("Palatino Bold Italic Linotype"),local("Times New Roman Bold Italic"),local(Palatino-BoldItalic),local(Palatino-BoldItalic-Linotype),local(TimesNewRomanPS-BoldItalicMT)}@font-face{font-family:'Numeral TF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';font-weight:bold;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';font-weight:bold;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Kaiti'}@font-face{unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Heiti';src:local("Hiragino Sans GB"),local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype")}@font-face{font-family:'Zhuyin Heiti';src:local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+3127}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");font-family:'Zhuyin Heiti';unicode-range:U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+31B4,U+31B5,U+31B6,U+31B7,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");font-family:'Romanization Sans';unicode-range:U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}html:lang(zh-Latn),html:lang(ja-Latn),html:not(:lang(zh)):not(:lang(ja)),html *:lang(zh-Latn),html *:lang(ja-Latn),html *:not(:lang(zh)):not(:lang(ja)),article strong:lang(zh-Latn),article strong:lang(ja-Latn),article strong:not(:lang(zh)):not(:lang(ja)),article strong *:lang(zh-Latn),article strong *:lang(ja-Latn),article strong *:not(:lang(zh)):not(:lang(ja)){font-family:"Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}html:lang(zh),html:lang(zh-Hant),[lang^='zh'],[lang*='Hant'],[lang='zh-TW'],[lang='zh-HK'],article strong:lang(zh),article strong:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}html:lang(zh-Hans),html:lang(zh-CN),[lang*='Hans'],[lang='zh-CN'],article strong:lang(zh-Hans),article strong:lang(zh-CN){font-family:"Biaodian Pro Sans GB","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}html:lang(ja),[lang^='ja'],article strong:lang(ja){font-family:"Yakumono Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article blockquote i:lang(zh-Latn),article blockquote i:lang(ja-Latn),article blockquote i:not(:lang(zh)):not(:lang(ja)),article blockquote i *:lang(zh-Latn),article blockquote i *:lang(ja-Latn),article blockquote i *:not(:lang(zh)):not(:lang(ja)),article blockquote var:lang(zh-Latn),article blockquote var:lang(ja-Latn),article blockquote var:not(:lang(zh)):not(:lang(ja)),article blockquote var *:lang(zh-Latn),article blockquote var *:lang(ja-Latn),article blockquote var *:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}article blockquote i:lang(zh),article blockquote i:lang(zh-Hant),article blockquote var:lang(zh),article blockquote var:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}article blockquote i:lang(zh-Hans),article blockquote i:lang(zh-CN),article blockquote var:lang(zh-Hans),article blockquote var:lang(zh-CN){font-family:"Biaodian Pro Sans GB","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}article blockquote i:lang(ja),article blockquote var:lang(ja){font-family:"Yakumono Sans","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article figure blockquote:lang(zh-Latn),article figure blockquote:lang(ja-Latn),article figure blockquote:not(:lang(zh)):not(:lang(ja)),article figure blockquote *:lang(zh-Latn),article figure blockquote *:lang(ja-Latn),article figure blockquote *:not(:lang(zh)):not(:lang(ja)),figure blockquote:lang(zh-Latn),figure blockquote:lang(ja-Latn),figure blockquote:not(:lang(zh)):not(:lang(ja)),figure blockquote *:lang(zh-Latn),figure blockquote *:lang(ja-Latn),figure blockquote *:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Songti",cursive,serif}article figure blockquote:lang(zh),article figure blockquote:lang(zh-Hant),figure blockquote:lang(zh),figure blockquote:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Songti",serif}article figure blockquote:lang(zh-Hans),article figure blockquote:lang(zh-CN),figure blockquote:lang(zh-Hans),figure blockquote:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Songti GB",serif}article figure blockquote:lang(ja),figure blockquote:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",serif}article blockquote:lang(zh-Latn),article blockquote:lang(ja-Latn),article blockquote:not(:lang(zh)):not(:lang(ja)),article blockquote *:lang(zh-Latn),article blockquote *:lang(ja-Latn),article blockquote *:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Kaiti",cursive,serif}article blockquote:lang(zh),article blockquote:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}article blockquote:lang(zh-Hans),article blockquote:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}article blockquote:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",cursive,serif}i:lang(zh-Latn),i:lang(ja-Latn),i:not(:lang(zh)):not(:lang(ja)),i *:lang(zh-Latn),i *:lang(ja-Latn),i *:not(:lang(zh)):not(:lang(ja)),var:lang(zh-Latn),var:lang(ja-Latn),var:not(:lang(zh)):not(:lang(ja)),var *:lang(zh-Latn),var *:lang(ja-Latn),var *:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti",cursive,serif}i:lang(zh),i:lang(zh-Hant),var:lang(zh),var:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}i:lang(zh-Hans),i:lang(zh-CN),var:lang(zh-Hans),var:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}i:lang(ja),var:lang(ja){font-family:"Yakumono Serif","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman",cursive,serif}code:lang(zh-Latn),code:lang(ja-Latn),code:not(:lang(zh)):not(:lang(ja)),code *:lang(zh-Latn),code *:lang(ja-Latn),code *:not(:lang(zh)):not(:lang(ja)),kbd:lang(zh-Latn),kbd:lang(ja-Latn),kbd:not(:lang(zh)):not(:lang(ja)),kbd *:lang(zh-Latn),kbd *:lang(ja-Latn),kbd *:not(:lang(zh)):not(:lang(ja)),samp:lang(zh-Latn),samp:lang(ja-Latn),samp:not(:lang(zh)):not(:lang(ja)),samp *:lang(zh-Latn),samp *:lang(ja-Latn),samp *:not(:lang(zh)):not(:lang(ja)),pre:lang(zh-Latn),pre:lang(ja-Latn),pre:not(:lang(zh)):not(:lang(ja)),pre *:lang(zh-Latn),pre *:lang(ja-Latn),pre *:not(:lang(zh)):not(:lang(ja)){font-family:Menlo,Consolas,Courier,"Han Heiti",monospace,monospace,sans-serif}code:lang(zh),code:lang(zh-Hant),kbd:lang(zh),kbd:lang(zh-Hant),samp:lang(zh),samp:lang(zh-Hant),pre:lang(zh),pre:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS",Menlo,Consolas,Courier,"Zhuyin Heiti","Han Heiti",monospace,monospace,sans-serif}code:lang(zh-Hans),code:lang(zh-CN),kbd:lang(zh-Hans),kbd:lang(zh-CN),samp:lang(zh-Hans),samp:lang(zh-CN),pre:lang(zh-Hans),pre:lang(zh-CN){font-family:"Biaodian Pro Sans GB",Menlo,Consolas,Courier,"Han Heiti GB",monospace,monospace,sans-serif}code:lang(ja),kbd:lang(ja),samp:lang(ja),pre:lang(ja){font-family:"Yakumono Sans",Menlo,Consolas,Courier,monospace,monospace,sans-serif}html,ruby ru[zhuyin] zhuyin,ruby ru[zhuyin] zhuyin diao,hruby ru[zhuyin] zhuyin,hruby ru[zhuyin] zhuyin diao,ruby.romanization rt,ruby ru[annotation]:before,hruby.romanization rt,hruby ru[annotation]:before,.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode='b7']{-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga";-webkit-font-feature-settings:"liga";font-feature-settings:"liga"}ruby ru[zhuyin] zhuyin diao,hruby ru[zhuyin] zhuyin diao{font-family:"Zhuyin Kaiti",cursive,serif}ruby.romanization rt,ruby ru[annotation]:before,hruby.romanization rt,hruby ru[annotation]:before{font-family:"Romanization Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}.no-kaiti i,.no-kaiti var{padding-bottom:0.05em;border-bottom:3px double #d3d3d3}article{line-height:1.7}article p,article li{text-align:justify;text-justify:inter-ideograph}article h1+blockquote,article h1+p,article h1+ol,article h1+ul,article h1+h6,article h1+section>h6:first-child,article h1+section>p:first-child,article h1+section>ol:first-child,article h1+section>ul:first-child,article h1+section>blockquote:first-child,article h2+blockquote,article h2+p,article h2+ol,article h2+ul,article h2+h6,article h2+section>h6:first-child,article h2+section>p:first-child,article h2+section>ol:first-child,article h2+section>ul:first-child,article h2+section>blockquote:first-child,article h3+blockquote,article h3+p,article h3+ol,article h3+ul,article h3+h6,article h3+section>h6:first-child,article h3+section>p:first-child,article h3+section>ol:first-child,article h3+section>ul:first-child,article h3+section>blockquote:first-child,article h4+blockquote,article h4+p,article h4+ol,article h4+ul,article h4+h6,article h4+section>h6:first-child,article h4+section>p:first-child,article h4+section>ol:first-child,article h4+section>ul:first-child,article h4+section>blockquote:first-child,article h5+blockquote,article h5+p,article h5+ol,article h5+ul,article h5+h6,article h5+section>h6:first-child,article h5+section>p:first-child,article h5+section>ol:first-child,article h5+section>ul:first-child,article h5+section>blockquote:first-child,article h6+blockquote,article h6+p,article h6+ol,article h6+ul,article h6+h6,article h6+section>h6:first-child,article h6+section>p:first-child,article h6+section>ol:first-child,article h6+section>ul:first-child,article h6+section>blockquote:first-child,article h1+h5,article h1+section>h5:first-child,article h2+h5,article h2+section>h5:first-child,article h3+h5,article h3+section>h5:first-child,article h4+h5,article h4+section>h5:first-child,article h5+h5,article h5+section>h5:first-child,article h1+h4,article h1+section>h4:first-child,article h2+h4,article h2+section>h4:first-child,article h3+h4,article h3+section>h4:first-child,article h4+h4,article h4+section>h4:first-child,article h1+h3,article h1+section>h3:first-child,article h2+h3,article h2+section>h3:first-child,article h3+h3,article h3+section>h3:first-child,article h1+h2,article h1+section>h2:first-child,article h2+h2,article h2+section>h2:first-child{margin-top:-1em}p.poem-like,.poem-like p{margin-left:2em}@media only screen and (max-width: 480px){p.poem-like,.poem-like p{margin-left:1em}}article blockquote{margin-right:0}@media only screen and (max-width: 480px){article blockquote{margin-left:1em}}figure blockquote{margin:0}blockquote blockquote{margin-left:1em;margin-right:1em}article blockquote blockquote{margin-right:0}@media only screen and (max-width: 480px){blockquote,figure{margin-left:1em;margin-right:1em}}article{counter-reset:han-article-h2 han-article-h3 han-article-h4}article h2:not(.toc){counter-reset:han-article-h3 han-article-h4}article h2:not(.toc):before{content:counter(han-article-h2) " ";content:counter(han-article-h2,cjk-ideographic) "、";counter-increment:han-article-h2}article h3:not(.toc){counter-reset:han-article-h4}article h3:not(.toc):before{content:counter(han-article-h2) "." counter(han-article-h3) " ";counter-increment:han-article-h3}article h4:not(.toc):before{content:counter(han-article-h2) "." counter(han-article-h3) "." counter(han-article-h4) " ";counter-increment:han-article-h4}article ol.toc{counter-reset:han-toc-h2 han-toc-h3 han-toc-h4}article ol.toc li{list-style:none}article ol.toc>li{counter-reset:han-toc-h3 han-toc-h4}article ol.toc>li:before{margin-right:-0.25em;content:counter(han-toc-h2) " ";content:counter(han-toc-h2,cjk-ideographic) "、";counter-increment:han-toc-h2}article ol.toc>li>ol>li{counter-reset:han-toc-h4}article ol.toc>li>ol>li:before{margin-right:0.5em;content:counter(han-toc-h2) "." counter(han-toc-h3);counter-increment:han-toc-h3}article ol.toc ol ol>li:before{margin-right:0.5em;content:counter(han-toc-h2) "." counter(han-toc-h3) "." counter(han-toc-h4);counter-increment:han-toc-h4}.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode='b7']{font-family:"Biaodian Basic","Han Heiti"}hws{display:inline;visibility:hidden;font-family:Arial,sans-serif !important;font-size:0.89em}code hws,kbd hws,samp hws,pre hws,ol>hws,ul>hws{display:none}char_group .open:not(:last-child),char_group .close:not(:last-child),char_group [unicode='3001']:not(:last-child),char_group [unicode='3002']:not(:last-child),char_group [unicode='ff0c']:not(:last-child),char_group [unicode='ff08']:not(:last-child){letter-spacing:-0.5em}char_group [unicode='b7']+[unicode='300c'],char_group [unicode='b7']+[unicode='300e'],char_group [unicode='30fb']+[unicode='300c'],char_group [unicode='30fb']+[unicode='300e']{margin-left:-0.5em}char_group .liga+[unicode='300c'],char_group .liga+[unicode='300e']{margin-left:-0.25em}char[display-as]{position:relative;display:inline-block}char[display-as] inner{color:transparent}char[display-as]:after{position:absolute;left:0;display:inline-block;content:attr(display-as)}char[display-as].comb-liga:after{font-family:"Romanization Sans","Zhuyin Kaiti"} diff --git a/latest/em-han.css b/latest/em-han.css index bb937586..48791b0d 100644 --- a/latest/em-han.css +++ b/latest/em-han.css @@ -1 +1 @@ -/*! 漢字標準格式 v3.0.1 | MIT License | css.hanzi.co *//*! Han: CSS typography framework optimised for Hanzi *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{line-height:1.3;-webkit-font-smoothing:subpixel-antialiased}ol,ul{padding-left:2em}figure,blockquote{margin-left:2em;margin-right:2em}address{font-style:inherit}pre{white-space:pre;word-wrap:normal}a{text-decoration:inherit}em:lang(zh),em:lang(ja){-moz-text-emphasis:filled circle;-webkit-text-emphasis:filled circle;text-emphasis:filled circle;-moz-text-emphasis-position:under;-webkit-text-emphasis-position:under;text-emphasis-position:under;font-style:inherit;border-bottom:2px dotted;padding-bottom:0.05em;border-bottom-width:-webkit-calc( 0px );padding-bottom:-webkit-calc( 0px )}em:lang(ja){-moz-text-emphasis:filled sesame;-webkit-text-emphasis:filled sesame;text-emphasis:filled sesame;-moz-text-emphasis-position:over;-webkit-text-emphasis-position:over;text-emphasis-position:over}strong,dfn:lang(zh),dfn:lang(ja),b{font-weight:inherit}strong,dfn:lang(zh),dfn:lang(ja),b{font-weight:bolder}dfn:lang(zh),dfn:lang(ja){font-style:inherit}cite:lang(zh),cite:lang(ja){font-style:inherit}q{quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(zh){quotes:"「" "」" "『" "』" "「" "」" "『" "』" "「" "」" "『" "』"}q:lang(zh-CN),q:lang(en){quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(en-GB){quotes:"‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”"}q:before{content:open-quote}q:after{content:close-quote}q:lang(ja):before,q:lang(ja):after{content:none}code,kbd,samp,pre{font-family:monospace,monospace,sans-serif}i:lang(zh),i:lang(ja),var:lang(zh),var:lang(ja){font-family:cursive,serif;font-style:inherit}u+u,u+ins,ins+u,ins+ins,s+s,s+del,del+s,del+del,.hyu-js-rendered u.adjacent,.hyu-js-rendered ins.adjacent,.hyu-js-rendered s+s.adjacent,.hyu-js-rendered s+del.adjacent,.hyu-js-rendered del+s.adjacent,.hyu-js-rendered del+del.adjacent{margin-left:0.125em}u,ins{padding-bottom:0.05em;border-bottom:1px solid;text-decoration:none}ruby *:before,ruby *:after{line-height:normal}ruby>rt:before{content:"("}ruby>rt:after{content:")"}ruby>rb+rtc:before{content:"("}ruby>rtc:after{content:","}ruby>rtc:last-of-type:after{content:")"}ruby>rt:before,ruby>rt:after{display:inline-block;overflow:hidden;vertical-align:middle;height:0;width:0;height:-moz-calc( 1.3em );width:-moz-calc( 1em )}.hyu-js-rendered u+u,.hyu-js-rendered u+ins,.hyu-js-rendered ins+u,.hyu-js-rendered ins+ins,.hyu-js-rendered s+s,.hyu-js-rendered s+del,.hyu-js-rendered del+s,.hyu-js-rendered del+del{margin-left:auto}.hyu-js-rendered em:lang(zh),.hyu-js-rendered em:lang(ja),.hyu-js-rendered em.above{padding-bottom:auto;border-bottom-width:0}.no-textemphasis em:lang(zh),.no-textemphasis em:lang(ja),.no-textemphasis em.above{line-height:2}.no-textemphasis em:lang(zh) char,.no-textemphasis em:lang(ja) char,.no-textemphasis em.above char{position:relative;font-style:inherit}.no-textemphasis em:lang(zh) char:after,.no-textemphasis em:lang(ja) char:after,.no-textemphasis em.above char:after{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:normal;line-height:normal;text-decoration:none;text-indent:0;-moz-transform:scale(0.5);-ms-transform:scale(0.5);-webkit-transform:scale(0.5);transform:scale(0.5);position:absolute;left:50%;top:0;margin-left:-250%;overflow:hidden;display:inline-block;height:1em;width:500%;line-height:1;text-align:center;text-indent:0;font-family:Georgia,"Times New Roman",Arial,!important}em:lang(zh) char.punct,em:lang(ja) char.punct,em.above char.punct,em:lang(zh) char.biaodian,em:lang(ja) char.biaodian,em.above char.biaodian{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none}.no-textemphasis em:lang(zh) char.punct:after,.no-textemphasis em:lang(ja) char.punct:after,.no-textemphasis em.above char.punct:after,.no-textemphasis em:lang(zh) char.biaodian:after,.no-textemphasis em:lang(ja) char.biaodian:after,.no-textemphasis em.above char.biaodian:after{content:none !important}.no-textemphasis em:lang(zh) char:after{margin-top:1em;content:"●"}.no-textemphasis em:lang(ja) char:after{margin-top:-0.7em;content:"﹅"}hruby{display:inline;line-height:2}hruby rp{display:none}hruby ru[annotation]>rt{display:inline-block;height:0;width:0;font:0/0 hidden-text}hruby ru{position:relative;display:inline-block;text-indent:0}hruby ru:before,hruby zhuyin{-moz-transform:scale(0.55);-ms-transform:scale(0.55);-webkit-transform:scale(0.55);transform:scale(0.55);-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:normal;line-height:normal;text-decoration:none;text-indent:0;position:absolute;display:inline-block}hruby ru[annotation]{text-align:center}hruby ru[annotation]:before{left:-265%;top:-0.5em;vertical-align:top;height:1em;width:600%;content:attr(annotation);line-height:1;text-align:center;text-indent:0}hruby[rightangle] ru[annotation]:before{left:-250%}hruby ru[zhuyin]{display:inline-block;position:relative;width:1.8em;text-align:left}hruby ru[zhuyin] zhuyin{right:0.2em;top:0;height:2.7em;width:0.8em;line-height:0.9;white-space:pre-wrap;word-break:break-all}hruby ru[zhuyin] diao{position:absolute;right:-0.9em;top:0;display:inline-block;width:1em}hruby ru[zhuyin][length='0'],hruby ru[zhuyin]:empty{width:auto}hruby ru[zhuyin][length='0'] zhuyin,hruby ru[zhuyin]:empty zhuyin{display:none}hruby ru[zhuyin][length='1'] zhuyin{margin-top:0.125em}hruby ru[zhuyin][length='1'] diao{margin-top:-0.35em}hruby ru[zhuyin][length='2'] zhuyin{margin-top:-0.175em}hruby ru[zhuyin][length='2'] diao{margin-top:0.5em}hruby ru[zhuyin][length='3'] zhuyin{margin-top:-0.45em}hruby ru[zhuyin][length='3'] diao{margin-top:1.3em}hruby ru[zhuyin][diao='˙'] diao{right:-0.35em}hruby ru[zhuyin][diao='˙'][length='1'] diao{margin-top:-0.5em}hruby ru[zhuyin][diao='˙'][length='2'] diao{margin-top:-0.3em}hruby ru[zhuyin][diao='˙'][length='3'] diao{margin-top:-0.25em}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1.2);-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2);margin-right:-0.25em}hruby ru[zhuyin][diao^='ㆴ'] diao,hruby ru[zhuyin][diao^='ㆵ'] diao,hruby ru[zhuyin][diao^='ㆶ'] diao,hruby ru[zhuyin][diao^='ㆷ'] diao,hruby ru[zhuyin][diao='󳆴'] diao,hruby ru[zhuyin][diao='󳆵'] diao,hruby ru[zhuyin][diao='󳆶'] diao,hruby ru[zhuyin][diao='󳆷'] diao{top:20%;margin-right:-0.3em}hruby ru[annotation]:before,hruby[rightangle] ru[annotation][order='1']:before{top:-0.5em}hruby ru[order='1']:before,hruby[rightangle] ru[annotation][order='0']:before{bottom:-0.4em;top:auto}hruby[rightangle] ru[annotation]:before{margin-left:-0.4em}@media screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi){hruby yin{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);display:inline-block}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}hruby ru[zhuyin][diao='˙'] diao{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);top:0.125em}}jinze{display:inline-block;text-indent:0}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';font-weight:600;src:local("YuGothic Bold"),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(YuGo-Bold),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';font-weight:600;src:local("YuGothic Bold"),local(YuGo-Bold),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti GB';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold);unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Heiti SC Medium"),local("Microsoft YaHei Bold"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold);unicode-range:U+270C}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSong),local("Lisong Pro"),local(SimSun),local(PMingLiU)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho")}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local(PMingLiU),local(SimSun)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro")}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun),local(PMingLiU)}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti SC Bold"),local("STSongti TC Bold"),local(STSongti-SC-Bold),local(STSongti-TC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti GB';font-weight:600;src:local("STSongti SC Bold"),local(STSongti-SC-Bold)}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSongti),local("Lisong Pro"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+270C}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local("MS Mincho"),local(PMingLiU),local(SimSun);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+270C}@font-face{font-family:cursive;src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti';src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti CNS';src:local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti GB';src:local("Kaiti SC"),local(STKaiti),local(Kai),local(Kaiti),local(DFKai-SB)}@font-face{font-family:cursive;font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti GB';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong CNS';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong GB';src:local(STFangsong),local(FangSong)}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Arial Unicode MS"),local("MS Gothic");unicode-range:U+2014}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho"),local("Microsoft Yahei");unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic");unicode-range:U+2026}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Lisong Pro"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU),local("MS Gothic");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(STSongti-TC-Regular),local("Lisong Pro"),local("Heiti TC"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSongti),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Basic';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype");unicode-range:U+2014,U+2026,U+00B7}@font-face{font-family:'Biaodian Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Latin Italic Serif';src:local("Georgia Italic"),local("Times New Roman Italic"),local(Georgia-Italic),local(TimesNewRomanPS-ItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Serif';font-weight:700;src:local("Georgia Bold Italic"),local("Times New Roman Bold Italic"),local(Georgia-BoldItalic),local(TimesNewRomanPS-BoldItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{font-family:'Latin Italic Sans';font-weight:700;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Sans';src:local(Skia),local("Neutraface 2 Text"),local(Candara),local(Corbel)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Serif';src:local(Georgia),local("Hoefler Text"),local("Big Caslon")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Italic Serif';src:local("Georgia Italic"),local("Hoefler Text Italic"),local(Georgia-Italic),local(HoeflerText-Italic)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Sans';src:local("Helvetica Neue"),local(Helvetica),local(Arial)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';font-weight:bold;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Serif';src:local(Palatino),local("Palatino Linotype"),local("Times New Roman")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';src:local("Palatino Italic"),local("Palatino Italic Linotype"),local("Times New Roman Italic"),local(Palatino-Italic),local(Palatino-Italic-Linotype),local(TimesNewRomanPS-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';font-weight:bold;src:local("Palatino Bold Italic"),local("Palatino Bold Italic Linotype"),local("Times New Roman Bold Italic"),local(Palatino-BoldItalic),local(Palatino-BoldItalic-Linotype),local(TimesNewRomanPS-BoldItalicMT)}@font-face{font-family:'Numeral TF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';font-weight:bold;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';font-weight:bold;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype");unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Kaiti'}@font-face{unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Heiti';src:local("Hiragino Sans GB"),local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype")}@font-face{font-family:'Zhuyin Heiti';src:local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype");unicode-range:U+3127}@font-face{src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype");font-family:'Zhuyin Heiti';unicode-range:U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+31B4,U+31B5,U+31B6,U+31B7,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}@font-face{src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype");font-family:'Romanization Sans';unicode-range:U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}html:lang(zh-Latn),html:lang(ja-Latn),html:not(:lang(zh)):not(:lang(ja)),html *:lang(zh-Latn),html *:lang(ja-Latn),html *:not(:lang(zh)):not(:lang(ja)),article strong:lang(zh-Latn),article strong:lang(ja-Latn),article strong:not(:lang(zh)):not(:lang(ja)),article strong *:lang(zh-Latn),article strong *:lang(ja-Latn),article strong *:not(:lang(zh)):not(:lang(ja)){font-family:"Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}html:lang(zh),html:lang(zh-Hant),[lang^='zh'],[lang*='Hant'],[lang='zh-TW'],[lang='zh-HK'],article strong:lang(zh),article strong:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}html:lang(zh-Hans),html:lang(zh-CN),[lang*='Hans'],[lang='zh-CN'],article strong:lang(zh-Hans),article strong:lang(zh-CN){font-family:"Biaodian Pro Sans GB","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}html:lang(ja),[lang^='ja'],article strong:lang(ja){font-family:"Yakumono Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article blockquote i:lang(zh-Latn),article blockquote i:lang(ja-Latn),article blockquote i:not(:lang(zh)):not(:lang(ja)),article blockquote i *:lang(zh-Latn),article blockquote i *:lang(ja-Latn),article blockquote i *:not(:lang(zh)):not(:lang(ja)),article blockquote var:lang(zh-Latn),article blockquote var:lang(ja-Latn),article blockquote var:not(:lang(zh)):not(:lang(ja)),article blockquote var *:lang(zh-Latn),article blockquote var *:lang(ja-Latn),article blockquote var *:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}article blockquote i:lang(zh),article blockquote i:lang(zh-Hant),article blockquote var:lang(zh),article blockquote var:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}article blockquote i:lang(zh-Hans),article blockquote i:lang(zh-CN),article blockquote var:lang(zh-Hans),article blockquote var:lang(zh-CN){font-family:"Biaodian Pro Sans GB","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}article blockquote i:lang(ja),article blockquote var:lang(ja){font-family:"Yakumono Sans","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article figure blockquote:lang(zh-Latn),article figure blockquote:lang(ja-Latn),article figure blockquote:not(:lang(zh)):not(:lang(ja)),article figure blockquote *:lang(zh-Latn),article figure blockquote *:lang(ja-Latn),article figure blockquote *:not(:lang(zh)):not(:lang(ja)),figure blockquote:lang(zh-Latn),figure blockquote:lang(ja-Latn),figure blockquote:not(:lang(zh)):not(:lang(ja)),figure blockquote *:lang(zh-Latn),figure blockquote *:lang(ja-Latn),figure blockquote *:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Songti",cursive,serif}article figure blockquote:lang(zh),article figure blockquote:lang(zh-Hant),figure blockquote:lang(zh),figure blockquote:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Songti",serif}article figure blockquote:lang(zh-Hans),article figure blockquote:lang(zh-CN),figure blockquote:lang(zh-Hans),figure blockquote:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Songti GB",serif}article figure blockquote:lang(ja),figure blockquote:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",serif}article blockquote:lang(zh-Latn),article blockquote:lang(ja-Latn),article blockquote:not(:lang(zh)):not(:lang(ja)),article blockquote *:lang(zh-Latn),article blockquote *:lang(ja-Latn),article blockquote *:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Kaiti",cursive,serif}article blockquote:lang(zh),article blockquote:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}article blockquote:lang(zh-Hans),article blockquote:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}article blockquote:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",cursive,serif}i:lang(zh-Latn),i:lang(ja-Latn),i:not(:lang(zh)):not(:lang(ja)),i *:lang(zh-Latn),i *:lang(ja-Latn),i *:not(:lang(zh)):not(:lang(ja)),var:lang(zh-Latn),var:lang(ja-Latn),var:not(:lang(zh)):not(:lang(ja)),var *:lang(zh-Latn),var *:lang(ja-Latn),var *:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti",cursive,serif}i:lang(zh),i:lang(zh-Hant),var:lang(zh),var:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}i:lang(zh-Hans),i:lang(zh-CN),var:lang(zh-Hans),var:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}i:lang(ja),var:lang(ja){font-family:"Yakumono Serif","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman",cursive,serif}code:lang(zh-Latn),code:lang(ja-Latn),code:not(:lang(zh)):not(:lang(ja)),code *:lang(zh-Latn),code *:lang(ja-Latn),code *:not(:lang(zh)):not(:lang(ja)),kbd:lang(zh-Latn),kbd:lang(ja-Latn),kbd:not(:lang(zh)):not(:lang(ja)),kbd *:lang(zh-Latn),kbd *:lang(ja-Latn),kbd *:not(:lang(zh)):not(:lang(ja)),samp:lang(zh-Latn),samp:lang(ja-Latn),samp:not(:lang(zh)):not(:lang(ja)),samp *:lang(zh-Latn),samp *:lang(ja-Latn),samp *:not(:lang(zh)):not(:lang(ja)),pre:lang(zh-Latn),pre:lang(ja-Latn),pre:not(:lang(zh)):not(:lang(ja)),pre *:lang(zh-Latn),pre *:lang(ja-Latn),pre *:not(:lang(zh)):not(:lang(ja)){font-family:Menlo,Consolas,Courier,"Han Heiti",monospace,monospace,sans-serif}code:lang(zh),code:lang(zh-Hant),kbd:lang(zh),kbd:lang(zh-Hant),samp:lang(zh),samp:lang(zh-Hant),pre:lang(zh),pre:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS",Menlo,Consolas,Courier,"Zhuyin Heiti","Han Heiti",monospace,monospace,sans-serif}code:lang(zh-Hans),code:lang(zh-CN),kbd:lang(zh-Hans),kbd:lang(zh-CN),samp:lang(zh-Hans),samp:lang(zh-CN),pre:lang(zh-Hans),pre:lang(zh-CN){font-family:"Biaodian Pro Sans GB",Menlo,Consolas,Courier,"Han Heiti GB",monospace,monospace,sans-serif}code:lang(ja),kbd:lang(ja),samp:lang(ja),pre:lang(ja){font-family:"Yakumono Sans",Menlo,Consolas,Courier,monospace,monospace,sans-serif}html,ruby ru[zhuyin] zhuyin,ruby ru[zhuyin] zhuyin diao,hruby ru[zhuyin] zhuyin,hruby ru[zhuyin] zhuyin diao,ruby.romanization rt,ruby ru[annotation]:before,hruby.romanization rt,hruby ru[annotation]:before,.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode='b7']{-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga";-webkit-font-feature-settings:"liga";font-feature-settings:"liga"}ruby ru[zhuyin] zhuyin diao,hruby ru[zhuyin] zhuyin diao{font-family:"Zhuyin Kaiti",cursive,serif}ruby.romanization rt,ruby ru[annotation]:before,hruby.romanization rt,hruby ru[annotation]:before{font-family:"Romanization Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}.no-kaiti i,.no-kaiti var{padding-bottom:0.05em;border-bottom:3px double #d3d3d3}article{line-height:1.7}article p,article li{text-align:justify;text-justify:inter-ideograph}article h1+blockquote,article h1+p,article h1+ol,article h1+ul,article h1+h6,article h1+section>h6:first-child,article h1+section>p:first-child,article h1+section>ol:first-child,article h1+section>ul:first-child,article h1+section>blockquote:first-child,article h2+blockquote,article h2+p,article h2+ol,article h2+ul,article h2+h6,article h2+section>h6:first-child,article h2+section>p:first-child,article h2+section>ol:first-child,article h2+section>ul:first-child,article h2+section>blockquote:first-child,article h3+blockquote,article h3+p,article h3+ol,article h3+ul,article h3+h6,article h3+section>h6:first-child,article h3+section>p:first-child,article h3+section>ol:first-child,article h3+section>ul:first-child,article h3+section>blockquote:first-child,article h4+blockquote,article h4+p,article h4+ol,article h4+ul,article h4+h6,article h4+section>h6:first-child,article h4+section>p:first-child,article h4+section>ol:first-child,article h4+section>ul:first-child,article h4+section>blockquote:first-child,article h5+blockquote,article h5+p,article h5+ol,article h5+ul,article h5+h6,article h5+section>h6:first-child,article h5+section>p:first-child,article h5+section>ol:first-child,article h5+section>ul:first-child,article h5+section>blockquote:first-child,article h6+blockquote,article h6+p,article h6+ol,article h6+ul,article h6+h6,article h6+section>h6:first-child,article h6+section>p:first-child,article h6+section>ol:first-child,article h6+section>ul:first-child,article h6+section>blockquote:first-child,article h1+h5,article h1+section>h5:first-child,article h2+h5,article h2+section>h5:first-child,article h3+h5,article h3+section>h5:first-child,article h4+h5,article h4+section>h5:first-child,article h5+h5,article h5+section>h5:first-child,article h1+h4,article h1+section>h4:first-child,article h2+h4,article h2+section>h4:first-child,article h3+h4,article h3+section>h4:first-child,article h4+h4,article h4+section>h4:first-child,article h1+h3,article h1+section>h3:first-child,article h2+h3,article h2+section>h3:first-child,article h3+h3,article h3+section>h3:first-child,article h1+h2,article h1+section>h2:first-child,article h2+h2,article h2+section>h2:first-child{margin-top:-1em}p.poem-like,.poem-like p{margin-left:2em}@media only screen and (max-width: 480px){p.poem-like,.poem-like p{margin-left:1em}}article blockquote{margin-right:0}@media only screen and (max-width: 480px){article blockquote{margin-left:1em}}figure blockquote{margin:0}blockquote blockquote{margin-left:1em;margin-right:1em}article blockquote blockquote{margin-right:0}@media only screen and (max-width: 480px){blockquote,figure{margin-left:1em;margin-right:1em}}.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode='b7']{font-family:"Biaodian Basic","Han Heiti"}hws{display:inline;visibility:hidden;font-family:Arial,sans-serif !important;font-size:0.89em}code hws,kbd hws,samp hws,pre hws,ol>hws,ul>hws{display:none}char_group .open:not(:last-child),char_group .close:not(:last-child),char_group [unicode='3001']:not(:last-child),char_group [unicode='3002']:not(:last-child),char_group [unicode='ff0c']:not(:last-child),char_group [unicode='ff08']:not(:last-child){letter-spacing:-0.5em}char_group [unicode='b7']+[unicode='300c'],char_group [unicode='b7']+[unicode='300e'],char_group [unicode='30fb']+[unicode='300c'],char_group [unicode='30fb']+[unicode='300e']{margin-left:-0.5em}char_group .liga+[unicode='300c'],char_group .liga+[unicode='300e']{margin-left:-0.25em}char[display-as]{position:relative;display:inline-block}char[display-as] inner{color:transparent}char[display-as]:after{position:absolute;left:0;display:inline-block;content:attr(display-as)}char[display-as].comb-liga:after{font-family:"Romanization Sans","Zhuyin Kaiti"}em.above{-moz-text-emphasis:filled circle;-webkit-text-emphasis:filled circle;text-emphasis:filled circle;-moz-text-emphasis-position:over;-webkit-text-emphasis-position:over;text-emphasis-position:over}.no-textemphasis em.above char:after{margin-top:-0.7em;content:"●"}em.sesame{-moz-text-emphasis:open sesame;-webkit-text-emphasis:open sesame;text-emphasis:open sesame;-moz-text-emphasis-position:under;-webkit-text-emphasis-position:under;text-emphasis-position:under}.no-textemphasis em.sesame char:after{margin-top:1em;content:"﹆"}em.above-dc{-moz-text-emphasis:open double-circle;-webkit-text-emphasis:open double-circle;text-emphasis:open double-circle;-moz-text-emphasis-position:over;-webkit-text-emphasis-position:over;text-emphasis-position:over}.no-textemphasis em.above-dc char:after{margin-top:-0.7em;content:"◎"}em.rebecca{-moz-text-emphasis:filled triangle;-webkit-text-emphasis:filled triangle;text-emphasis:filled triangle;-moz-text-emphasis-position:under;-webkit-text-emphasis-position:under;text-emphasis-position:under;-moz-text-emphasis-color:#639;-webkit-text-emphasis-color:#639;text-emphasis-color:#639}.no-textemphasis em.rebecca char:after{margin-top:1em;content:"▲";color:#639}em.no-skip{-moz-text-emphasis:open circle;-webkit-text-emphasis:open circle;text-emphasis:open circle;-moz-text-emphasis-position:under;-webkit-text-emphasis-position:under;text-emphasis-position:under;-moz-text-emphasis-color:red;-webkit-text-emphasis-color:red;text-emphasis-color:red}.no-textemphasis em.no-skip char:after{margin-top:1em;content:"○";color:red}em.no-skip char.punct,em.no-skip char.biaodian{-moz-text-emphasis:inherit;-webkit-text-emphasis:inherit;text-emphasis:inherit}.no-textemphasis em.no-skip char.punct:after,.no-textemphasis em.no-skip char.biaodian:after{content:"○" !important} +/*! 漢字標準格式 v3.0.2 | MIT License | css.hanzi.co *//*! Han: CSS typography framework optimised for Hanzi *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{line-height:1.3;-webkit-font-smoothing:subpixel-antialiased}ol,ul{padding-left:2em}figure,blockquote{margin-left:2em;margin-right:2em}address{font-style:inherit}pre{white-space:pre;word-wrap:normal}a{text-decoration:inherit}em:lang(zh),em:lang(ja){-moz-text-emphasis:filled circle;-webkit-text-emphasis:filled circle;text-emphasis:filled circle;-moz-text-emphasis-position:under;-webkit-text-emphasis-position:under;text-emphasis-position:under;font-style:inherit;border-bottom:2px dotted;padding-bottom:0.05em;border-bottom-width:-webkit-calc( 0px );padding-bottom:-webkit-calc( 0px )}em:lang(ja){-moz-text-emphasis:filled sesame;-webkit-text-emphasis:filled sesame;text-emphasis:filled sesame;-moz-text-emphasis-position:over;-webkit-text-emphasis-position:over;text-emphasis-position:over}strong,dfn:lang(zh),dfn:lang(ja),b{font-weight:inherit}strong,dfn:lang(zh),dfn:lang(ja),b{font-weight:bolder}dfn:lang(zh),dfn:lang(ja){font-style:inherit}cite:lang(zh),cite:lang(ja){font-style:inherit}q{quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(zh){quotes:"「" "」" "『" "』" "「" "」" "『" "』" "「" "」" "『" "』"}q:lang(zh-CN),q:lang(en){quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(en-GB){quotes:"‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”"}q:before{content:open-quote}q:after{content:close-quote}q:lang(ja):before,q:lang(ja):after{content:none}code,kbd,samp,pre{font-family:monospace,monospace,sans-serif}i:lang(zh),i:lang(ja),var:lang(zh),var:lang(ja){font-family:cursive,serif;font-style:inherit}u+u,u+ins,ins+u,ins+ins,s+s,s+del,del+s,del+del,.hyu-js-rendered u.adjacent,.hyu-js-rendered ins.adjacent,.hyu-js-rendered s+s.adjacent,.hyu-js-rendered s+del.adjacent,.hyu-js-rendered del+s.adjacent,.hyu-js-rendered del+del.adjacent{margin-left:0.125em}u,ins{padding-bottom:0.05em;border-bottom:1px solid;text-decoration:none}ruby *:before,ruby *:after{line-height:normal}ruby>rt:not(:empty):before{content:"("}ruby>rt:not(:empty):after{content:")"}ruby>rb+rtc:before{content:"("}ruby>rtc:after{content:","}ruby>rtc:last-of-type:after{content:")"}ruby>rt:before,ruby>rt:after{display:inline-block;overflow:hidden;vertical-align:middle;height:0;width:0}ruby>rt:not(:empty):before,ruby>rt:not(:empty):after{height:-moz-calc( 1.3em );width:-moz-calc( 1em )}.hyu-js-rendered u+u,.hyu-js-rendered u+ins,.hyu-js-rendered ins+u,.hyu-js-rendered ins+ins,.hyu-js-rendered s+s,.hyu-js-rendered s+del,.hyu-js-rendered del+s,.hyu-js-rendered del+del{margin-left:auto}.hyu-js-rendered em:lang(zh),.hyu-js-rendered em:lang(ja),.hyu-js-rendered em.above{padding-bottom:auto;border-bottom-width:0}.no-textemphasis em:lang(zh),.no-textemphasis em:lang(ja),.no-textemphasis em.above{line-height:2}.no-textemphasis em:lang(zh) char,.no-textemphasis em:lang(ja) char,.no-textemphasis em.above char{position:relative;font-style:inherit}.no-textemphasis em:lang(zh) char:after,.no-textemphasis em:lang(ja) char:after,.no-textemphasis em.above char:after{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:normal;line-height:normal;text-decoration:none;text-indent:0;-moz-transform:scale(0.5);-ms-transform:scale(0.5);-webkit-transform:scale(0.5);transform:scale(0.5);position:absolute;left:50%;top:0;margin-left:-250%;overflow:hidden;display:inline-block;height:1em;width:500%;line-height:1;text-align:center;text-indent:0;font-family:Georgia,"Times New Roman",Arial,!important}em:lang(zh) char.punct,em:lang(ja) char.punct,em.above char.punct,em:lang(zh) char.biaodian,em:lang(ja) char.biaodian,em.above char.biaodian{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none}.no-textemphasis em:lang(zh) char.punct:after,.no-textemphasis em:lang(ja) char.punct:after,.no-textemphasis em.above char.punct:after,.no-textemphasis em:lang(zh) char.biaodian:after,.no-textemphasis em:lang(ja) char.biaodian:after,.no-textemphasis em.above char.biaodian:after{content:none !important}.no-textemphasis em:lang(zh) char:after{margin-top:1em;content:"●"}.no-textemphasis em:lang(ja) char:after{margin-top:-0.7em;content:"﹅"}hruby{display:inline;line-height:2}hruby rp{display:none}hruby ru[annotation]>rt{display:inline-block;height:0;width:0;font:0/0 hidden-text}hruby ru{position:relative;display:inline-block;text-indent:0}hruby ru:before,hruby zhuyin{-moz-transform:scale(0.55);-ms-transform:scale(0.55);-webkit-transform:scale(0.55);transform:scale(0.55);-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:normal;line-height:normal;text-decoration:none;text-indent:0;position:absolute;display:inline-block}hruby ru[annotation]{text-align:center}hruby ru[annotation]:before{left:-265%;top:-0.5em;vertical-align:top;height:1em;width:600%;content:attr(annotation);line-height:1;text-align:center;text-indent:0}hruby[rightangle] ru[annotation]:before{left:-250%}hruby ru[zhuyin]{display:inline-block;position:relative;width:1.8em;text-align:left}hruby ru[zhuyin] zhuyin{right:0.2em;top:0;height:2.7em;width:0.8em;line-height:0.9;white-space:pre-wrap;word-break:break-all}hruby ru[zhuyin] diao{position:absolute;right:-0.9em;top:0;display:inline-block;width:1em}hruby ru[zhuyin][length='0'],hruby ru[zhuyin]:empty{width:auto}hruby ru[zhuyin][length='0'] zhuyin,hruby ru[zhuyin]:empty zhuyin{display:none}hruby ru[zhuyin][length='1'] zhuyin{margin-top:0.125em}hruby ru[zhuyin][length='1'] diao{margin-top:-0.35em}hruby ru[zhuyin][length='2'] zhuyin{margin-top:-0.175em}hruby ru[zhuyin][length='2'] diao{margin-top:0.5em}hruby ru[zhuyin][length='3'] zhuyin{margin-top:-0.45em}hruby ru[zhuyin][length='3'] diao{margin-top:1.3em}hruby ru[zhuyin][diao='˙'] diao{right:-0.35em}hruby ru[zhuyin][diao='˙'][length='1'] diao{margin-top:-0.5em}hruby ru[zhuyin][diao='˙'][length='2'] diao{margin-top:-0.3em}hruby ru[zhuyin][diao='˙'][length='3'] diao{margin-top:-0.25em}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1.2);-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2);margin-right:-0.25em}hruby ru[zhuyin][diao^='ㆴ'] diao,hruby ru[zhuyin][diao^='ㆵ'] diao,hruby ru[zhuyin][diao^='ㆶ'] diao,hruby ru[zhuyin][diao^='ㆷ'] diao,hruby ru[zhuyin][diao='󳆴'] diao,hruby ru[zhuyin][diao='󳆵'] diao,hruby ru[zhuyin][diao='󳆶'] diao,hruby ru[zhuyin][diao='󳆷'] diao{top:20%;margin-right:-0.3em}hruby ru[annotation]:before,hruby[rightangle] ru[annotation][order='1']:before{top:-0.5em}hruby ru[order='1']:before,hruby[rightangle] ru[annotation][order='0']:before{bottom:-0.4em;top:auto}hruby[rightangle] ru[annotation]:before{margin-left:-0.4em}@media screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi){hruby yin{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);display:inline-block}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}hruby ru[zhuyin][diao='˙'] diao{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);top:0.125em}}jinze{display:inline-block;text-indent:0}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';font-weight:600;src:local("YuGothic Bold"),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(YuGo-Bold),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';font-weight:600;src:local("YuGothic Bold"),local(YuGo-Bold),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti GB';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold);unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Heiti SC Medium"),local("Microsoft YaHei Bold"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold);unicode-range:U+270C}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSong),local("Lisong Pro"),local(SimSun),local(PMingLiU)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho")}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local(PMingLiU),local(SimSun)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro")}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun),local(PMingLiU)}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti SC Bold"),local("STSongti TC Bold"),local(STSongti-SC-Bold),local(STSongti-TC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti GB';font-weight:600;src:local("STSongti SC Bold"),local(STSongti-SC-Bold)}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSongti),local("Lisong Pro"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+270C}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local("MS Mincho"),local(PMingLiU),local(SimSun);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+270C}@font-face{font-family:cursive;src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti';src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti CNS';src:local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti GB';src:local("Kaiti SC"),local(STKaiti),local(Kai),local(Kaiti),local(DFKai-SB)}@font-face{font-family:cursive;font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti GB';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong CNS';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong GB';src:local(STFangsong),local(FangSong)}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Arial Unicode MS"),local("MS Gothic");unicode-range:U+2014}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho"),local("Microsoft Yahei");unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic");unicode-range:U+2026}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Lisong Pro"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU),local("MS Gothic");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(STSongti-TC-Regular),local("Lisong Pro"),local("Heiti TC"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSongti),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Basic';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+2014,U+2026,U+00B7}@font-face{font-family:'Biaodian Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Latin Italic Serif';src:local("Georgia Italic"),local("Times New Roman Italic"),local(Georgia-Italic),local(TimesNewRomanPS-ItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Serif';font-weight:700;src:local("Georgia Bold Italic"),local("Times New Roman Bold Italic"),local(Georgia-BoldItalic),local(TimesNewRomanPS-BoldItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{font-family:'Latin Italic Sans';font-weight:700;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Sans';src:local(Skia),local("Neutraface 2 Text"),local(Candara),local(Corbel)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Serif';src:local(Georgia),local("Hoefler Text"),local("Big Caslon")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Italic Serif';src:local("Georgia Italic"),local("Hoefler Text Italic"),local(Georgia-Italic),local(HoeflerText-Italic)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Sans';src:local("Helvetica Neue"),local(Helvetica),local(Arial)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';font-weight:bold;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Serif';src:local(Palatino),local("Palatino Linotype"),local("Times New Roman")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';src:local("Palatino Italic"),local("Palatino Italic Linotype"),local("Times New Roman Italic"),local(Palatino-Italic),local(Palatino-Italic-Linotype),local(TimesNewRomanPS-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';font-weight:bold;src:local("Palatino Bold Italic"),local("Palatino Bold Italic Linotype"),local("Times New Roman Bold Italic"),local(Palatino-BoldItalic),local(Palatino-BoldItalic-Linotype),local(TimesNewRomanPS-BoldItalicMT)}@font-face{font-family:'Numeral TF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';font-weight:bold;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';font-weight:bold;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Kaiti'}@font-face{unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Heiti';src:local("Hiragino Sans GB"),local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype")}@font-face{font-family:'Zhuyin Heiti';src:local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+3127}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");font-family:'Zhuyin Heiti';unicode-range:U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+31B4,U+31B5,U+31B6,U+31B7,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");font-family:'Romanization Sans';unicode-range:U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}html:lang(zh-Latn),html:lang(ja-Latn),html:not(:lang(zh)):not(:lang(ja)),html *:lang(zh-Latn),html *:lang(ja-Latn),html *:not(:lang(zh)):not(:lang(ja)),article strong:lang(zh-Latn),article strong:lang(ja-Latn),article strong:not(:lang(zh)):not(:lang(ja)),article strong *:lang(zh-Latn),article strong *:lang(ja-Latn),article strong *:not(:lang(zh)):not(:lang(ja)){font-family:"Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}html:lang(zh),html:lang(zh-Hant),[lang^='zh'],[lang*='Hant'],[lang='zh-TW'],[lang='zh-HK'],article strong:lang(zh),article strong:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}html:lang(zh-Hans),html:lang(zh-CN),[lang*='Hans'],[lang='zh-CN'],article strong:lang(zh-Hans),article strong:lang(zh-CN){font-family:"Biaodian Pro Sans GB","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}html:lang(ja),[lang^='ja'],article strong:lang(ja){font-family:"Yakumono Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article blockquote i:lang(zh-Latn),article blockquote i:lang(ja-Latn),article blockquote i:not(:lang(zh)):not(:lang(ja)),article blockquote i *:lang(zh-Latn),article blockquote i *:lang(ja-Latn),article blockquote i *:not(:lang(zh)):not(:lang(ja)),article blockquote var:lang(zh-Latn),article blockquote var:lang(ja-Latn),article blockquote var:not(:lang(zh)):not(:lang(ja)),article blockquote var *:lang(zh-Latn),article blockquote var *:lang(ja-Latn),article blockquote var *:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}article blockquote i:lang(zh),article blockquote i:lang(zh-Hant),article blockquote var:lang(zh),article blockquote var:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}article blockquote i:lang(zh-Hans),article blockquote i:lang(zh-CN),article blockquote var:lang(zh-Hans),article blockquote var:lang(zh-CN){font-family:"Biaodian Pro Sans GB","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}article blockquote i:lang(ja),article blockquote var:lang(ja){font-family:"Yakumono Sans","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article figure blockquote:lang(zh-Latn),article figure blockquote:lang(ja-Latn),article figure blockquote:not(:lang(zh)):not(:lang(ja)),article figure blockquote *:lang(zh-Latn),article figure blockquote *:lang(ja-Latn),article figure blockquote *:not(:lang(zh)):not(:lang(ja)),figure blockquote:lang(zh-Latn),figure blockquote:lang(ja-Latn),figure blockquote:not(:lang(zh)):not(:lang(ja)),figure blockquote *:lang(zh-Latn),figure blockquote *:lang(ja-Latn),figure blockquote *:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Songti",cursive,serif}article figure blockquote:lang(zh),article figure blockquote:lang(zh-Hant),figure blockquote:lang(zh),figure blockquote:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Songti",serif}article figure blockquote:lang(zh-Hans),article figure blockquote:lang(zh-CN),figure blockquote:lang(zh-Hans),figure blockquote:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Songti GB",serif}article figure blockquote:lang(ja),figure blockquote:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",serif}article blockquote:lang(zh-Latn),article blockquote:lang(ja-Latn),article blockquote:not(:lang(zh)):not(:lang(ja)),article blockquote *:lang(zh-Latn),article blockquote *:lang(ja-Latn),article blockquote *:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Kaiti",cursive,serif}article blockquote:lang(zh),article blockquote:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}article blockquote:lang(zh-Hans),article blockquote:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}article blockquote:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",cursive,serif}i:lang(zh-Latn),i:lang(ja-Latn),i:not(:lang(zh)):not(:lang(ja)),i *:lang(zh-Latn),i *:lang(ja-Latn),i *:not(:lang(zh)):not(:lang(ja)),var:lang(zh-Latn),var:lang(ja-Latn),var:not(:lang(zh)):not(:lang(ja)),var *:lang(zh-Latn),var *:lang(ja-Latn),var *:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti",cursive,serif}i:lang(zh),i:lang(zh-Hant),var:lang(zh),var:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}i:lang(zh-Hans),i:lang(zh-CN),var:lang(zh-Hans),var:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}i:lang(ja),var:lang(ja){font-family:"Yakumono Serif","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman",cursive,serif}code:lang(zh-Latn),code:lang(ja-Latn),code:not(:lang(zh)):not(:lang(ja)),code *:lang(zh-Latn),code *:lang(ja-Latn),code *:not(:lang(zh)):not(:lang(ja)),kbd:lang(zh-Latn),kbd:lang(ja-Latn),kbd:not(:lang(zh)):not(:lang(ja)),kbd *:lang(zh-Latn),kbd *:lang(ja-Latn),kbd *:not(:lang(zh)):not(:lang(ja)),samp:lang(zh-Latn),samp:lang(ja-Latn),samp:not(:lang(zh)):not(:lang(ja)),samp *:lang(zh-Latn),samp *:lang(ja-Latn),samp *:not(:lang(zh)):not(:lang(ja)),pre:lang(zh-Latn),pre:lang(ja-Latn),pre:not(:lang(zh)):not(:lang(ja)),pre *:lang(zh-Latn),pre *:lang(ja-Latn),pre *:not(:lang(zh)):not(:lang(ja)){font-family:Menlo,Consolas,Courier,"Han Heiti",monospace,monospace,sans-serif}code:lang(zh),code:lang(zh-Hant),kbd:lang(zh),kbd:lang(zh-Hant),samp:lang(zh),samp:lang(zh-Hant),pre:lang(zh),pre:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS",Menlo,Consolas,Courier,"Zhuyin Heiti","Han Heiti",monospace,monospace,sans-serif}code:lang(zh-Hans),code:lang(zh-CN),kbd:lang(zh-Hans),kbd:lang(zh-CN),samp:lang(zh-Hans),samp:lang(zh-CN),pre:lang(zh-Hans),pre:lang(zh-CN){font-family:"Biaodian Pro Sans GB",Menlo,Consolas,Courier,"Han Heiti GB",monospace,monospace,sans-serif}code:lang(ja),kbd:lang(ja),samp:lang(ja),pre:lang(ja){font-family:"Yakumono Sans",Menlo,Consolas,Courier,monospace,monospace,sans-serif}html,ruby ru[zhuyin] zhuyin,ruby ru[zhuyin] zhuyin diao,hruby ru[zhuyin] zhuyin,hruby ru[zhuyin] zhuyin diao,ruby.romanization rt,ruby ru[annotation]:before,hruby.romanization rt,hruby ru[annotation]:before,.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode='b7']{-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga";-webkit-font-feature-settings:"liga";font-feature-settings:"liga"}ruby ru[zhuyin] zhuyin diao,hruby ru[zhuyin] zhuyin diao{font-family:"Zhuyin Kaiti",cursive,serif}ruby.romanization rt,ruby ru[annotation]:before,hruby.romanization rt,hruby ru[annotation]:before{font-family:"Romanization Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}.no-kaiti i,.no-kaiti var{padding-bottom:0.05em;border-bottom:3px double #d3d3d3}article{line-height:1.7}article p,article li{text-align:justify;text-justify:inter-ideograph}article h1+blockquote,article h1+p,article h1+ol,article h1+ul,article h1+h6,article h1+section>h6:first-child,article h1+section>p:first-child,article h1+section>ol:first-child,article h1+section>ul:first-child,article h1+section>blockquote:first-child,article h2+blockquote,article h2+p,article h2+ol,article h2+ul,article h2+h6,article h2+section>h6:first-child,article h2+section>p:first-child,article h2+section>ol:first-child,article h2+section>ul:first-child,article h2+section>blockquote:first-child,article h3+blockquote,article h3+p,article h3+ol,article h3+ul,article h3+h6,article h3+section>h6:first-child,article h3+section>p:first-child,article h3+section>ol:first-child,article h3+section>ul:first-child,article h3+section>blockquote:first-child,article h4+blockquote,article h4+p,article h4+ol,article h4+ul,article h4+h6,article h4+section>h6:first-child,article h4+section>p:first-child,article h4+section>ol:first-child,article h4+section>ul:first-child,article h4+section>blockquote:first-child,article h5+blockquote,article h5+p,article h5+ol,article h5+ul,article h5+h6,article h5+section>h6:first-child,article h5+section>p:first-child,article h5+section>ol:first-child,article h5+section>ul:first-child,article h5+section>blockquote:first-child,article h6+blockquote,article h6+p,article h6+ol,article h6+ul,article h6+h6,article h6+section>h6:first-child,article h6+section>p:first-child,article h6+section>ol:first-child,article h6+section>ul:first-child,article h6+section>blockquote:first-child,article h1+h5,article h1+section>h5:first-child,article h2+h5,article h2+section>h5:first-child,article h3+h5,article h3+section>h5:first-child,article h4+h5,article h4+section>h5:first-child,article h5+h5,article h5+section>h5:first-child,article h1+h4,article h1+section>h4:first-child,article h2+h4,article h2+section>h4:first-child,article h3+h4,article h3+section>h4:first-child,article h4+h4,article h4+section>h4:first-child,article h1+h3,article h1+section>h3:first-child,article h2+h3,article h2+section>h3:first-child,article h3+h3,article h3+section>h3:first-child,article h1+h2,article h1+section>h2:first-child,article h2+h2,article h2+section>h2:first-child{margin-top:-1em}p.poem-like,.poem-like p{margin-left:2em}@media only screen and (max-width: 480px){p.poem-like,.poem-like p{margin-left:1em}}article blockquote{margin-right:0}@media only screen and (max-width: 480px){article blockquote{margin-left:1em}}figure blockquote{margin:0}blockquote blockquote{margin-left:1em;margin-right:1em}article blockquote blockquote{margin-right:0}@media only screen and (max-width: 480px){blockquote,figure{margin-left:1em;margin-right:1em}}.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode='b7']{font-family:"Biaodian Basic","Han Heiti"}hws{display:inline;visibility:hidden;font-family:Arial,sans-serif !important;font-size:0.89em}code hws,kbd hws,samp hws,pre hws,ol>hws,ul>hws{display:none}char_group .open:not(:last-child),char_group .close:not(:last-child),char_group [unicode='3001']:not(:last-child),char_group [unicode='3002']:not(:last-child),char_group [unicode='ff0c']:not(:last-child),char_group [unicode='ff08']:not(:last-child){letter-spacing:-0.5em}char_group [unicode='b7']+[unicode='300c'],char_group [unicode='b7']+[unicode='300e'],char_group [unicode='30fb']+[unicode='300c'],char_group [unicode='30fb']+[unicode='300e']{margin-left:-0.5em}char_group .liga+[unicode='300c'],char_group .liga+[unicode='300e']{margin-left:-0.25em}char[display-as]{position:relative;display:inline-block}char[display-as] inner{color:transparent}char[display-as]:after{position:absolute;left:0;display:inline-block;content:attr(display-as)}char[display-as].comb-liga:after{font-family:"Romanization Sans","Zhuyin Kaiti"}em.above{-moz-text-emphasis:filled circle;-webkit-text-emphasis:filled circle;text-emphasis:filled circle;-moz-text-emphasis-position:over;-webkit-text-emphasis-position:over;text-emphasis-position:over}.no-textemphasis em.above char:after{margin-top:-0.7em;content:"●"}em.sesame{-moz-text-emphasis:open sesame;-webkit-text-emphasis:open sesame;text-emphasis:open sesame;-moz-text-emphasis-position:under;-webkit-text-emphasis-position:under;text-emphasis-position:under}.no-textemphasis em.sesame char:after{margin-top:1em;content:"﹆"}em.above-dc{-moz-text-emphasis:open double-circle;-webkit-text-emphasis:open double-circle;text-emphasis:open double-circle;-moz-text-emphasis-position:over;-webkit-text-emphasis-position:over;text-emphasis-position:over}.no-textemphasis em.above-dc char:after{margin-top:-0.7em;content:"◎"}em.rebecca{-moz-text-emphasis:filled triangle;-webkit-text-emphasis:filled triangle;text-emphasis:filled triangle;-moz-text-emphasis-position:under;-webkit-text-emphasis-position:under;text-emphasis-position:under;-moz-text-emphasis-color:#639;-webkit-text-emphasis-color:#639;text-emphasis-color:#639}.no-textemphasis em.rebecca char:after{margin-top:1em;content:"▲";color:#639}em.no-skip{-moz-text-emphasis:open circle;-webkit-text-emphasis:open circle;text-emphasis:open circle;-moz-text-emphasis-position:under;-webkit-text-emphasis-position:under;text-emphasis-position:under;-moz-text-emphasis-color:red;-webkit-text-emphasis-color:red;text-emphasis-color:red}.no-textemphasis em.no-skip char:after{margin-top:1em;content:"○";color:red}em.no-skip char.punct,em.no-skip char.biaodian{-moz-text-emphasis:inherit;-webkit-text-emphasis:inherit;text-emphasis:inherit}.no-textemphasis em.no-skip char.punct:after,.no-textemphasis em.no-skip char.biaodian:after{content:"○" !important} diff --git a/latest/generics-han.css b/latest/generics-han.css index 73edfddc..603b7520 100644 --- a/latest/generics-han.css +++ b/latest/generics-han.css @@ -1 +1 @@ -/*! 漢字標準格式 v3.0.1 | MIT License | css.hanzi.co *//*! Han: CSS typography framework optimised for Hanzi *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{line-height:1.3;-webkit-font-smoothing:subpixel-antialiased}ol,ul{padding-left:2em}figure,blockquote{margin-left:2em;margin-right:2em}address{font-style:inherit}pre{white-space:pre;word-wrap:normal}a{text-decoration:inherit}em:lang(zh),em:lang(ja){-moz-text-emphasis:filled circle;-webkit-text-emphasis:filled circle;text-emphasis:filled circle;-moz-text-emphasis-position:under;-webkit-text-emphasis-position:under;text-emphasis-position:under;font-style:inherit;border-bottom:2px dotted;padding-bottom:0.05em;border-bottom-width:-webkit-calc( 0px );padding-bottom:-webkit-calc( 0px )}em:lang(ja){-moz-text-emphasis:filled sesame;-webkit-text-emphasis:filled sesame;text-emphasis:filled sesame;-moz-text-emphasis-position:over;-webkit-text-emphasis-position:over;text-emphasis-position:over}strong,dfn:lang(zh),dfn:lang(ja),b{font-weight:inherit}strong,dfn:lang(zh),dfn:lang(ja),b{font-weight:bolder}dfn:lang(zh),dfn:lang(ja){font-style:inherit}cite:lang(zh),cite:lang(ja){font-style:inherit}q{quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(zh){quotes:"「" "」" "『" "』" "「" "」" "『" "』" "「" "」" "『" "』"}q:lang(zh-CN),q:lang(en){quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(en-GB){quotes:"‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”"}q:before{content:open-quote}q:after{content:close-quote}q:lang(ja):before,q:lang(ja):after{content:none}code,kbd,samp,pre{font-family:monospace,monospace,sans-serif}i:lang(zh),i:lang(ja),var:lang(zh),var:lang(ja){font-family:cursive,serif;font-style:inherit}u+u,u+ins,ins+u,ins+ins,s+s,s+del,del+s,del+del,.hyu-js-rendered u.adjacent,.hyu-js-rendered ins.adjacent,.hyu-js-rendered s+s.adjacent,.hyu-js-rendered s+del.adjacent,.hyu-js-rendered del+s.adjacent,.hyu-js-rendered del+del.adjacent{margin-left:0.125em}u,ins{padding-bottom:0.05em;border-bottom:1px solid;text-decoration:none}ruby *:before,ruby *:after{line-height:normal}ruby>rt:before{content:"("}ruby>rt:after{content:")"}ruby>rb+rtc:before{content:"("}ruby>rtc:after{content:","}ruby>rtc:last-of-type:after{content:")"}ruby>rt:before,ruby>rt:after{display:inline-block;overflow:hidden;vertical-align:middle;height:0;width:0;height:-moz-calc( 1.3em );width:-moz-calc( 1em )}.hyu-js-rendered u+u,.hyu-js-rendered u+ins,.hyu-js-rendered ins+u,.hyu-js-rendered ins+ins,.hyu-js-rendered s+s,.hyu-js-rendered s+del,.hyu-js-rendered del+s,.hyu-js-rendered del+del{margin-left:auto}.hyu-js-rendered em:lang(zh),.hyu-js-rendered em:lang(ja){padding-bottom:auto;border-bottom-width:0}.no-textemphasis em:lang(zh),.no-textemphasis em:lang(ja){line-height:2}.no-textemphasis em:lang(zh) char,.no-textemphasis em:lang(ja) char{position:relative;font-style:inherit}.no-textemphasis em:lang(zh) char:after,.no-textemphasis em:lang(ja) char:after{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:normal;line-height:normal;text-decoration:none;text-indent:0;-moz-transform:scale(0.5);-ms-transform:scale(0.5);-webkit-transform:scale(0.5);transform:scale(0.5);position:absolute;left:50%;top:0;margin-left:-250%;overflow:hidden;display:inline-block;height:1em;width:500%;line-height:1;text-align:center;text-indent:0;font-family:Georgia,"Times New Roman",Arial,!important}em:lang(zh) char.punct,em:lang(ja) char.punct,em:lang(zh) char.biaodian,em:lang(ja) char.biaodian{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none}.no-textemphasis em:lang(zh) char.punct:after,.no-textemphasis em:lang(ja) char.punct:after,.no-textemphasis em:lang(zh) char.biaodian:after,.no-textemphasis em:lang(ja) char.biaodian:after{content:none !important}.no-textemphasis em:lang(zh) char:after{margin-top:1em;content:"●"}.no-textemphasis em:lang(ja) char:after{margin-top:-0.7em;content:"﹅"}hruby{display:inline;line-height:2}hruby rp{display:none}hruby ru[annotation]>rt{display:inline-block;height:0;width:0;font:0/0 hidden-text}hruby ru{position:relative;display:inline-block;text-indent:0}hruby ru:before,hruby zhuyin{-moz-transform:scale(0.55);-ms-transform:scale(0.55);-webkit-transform:scale(0.55);transform:scale(0.55);-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:normal;line-height:normal;text-decoration:none;text-indent:0;position:absolute;display:inline-block}hruby ru[annotation]{text-align:center}hruby ru[annotation]:before{left:-265%;top:-0.5em;vertical-align:top;height:1em;width:600%;content:attr(annotation);line-height:1;text-align:center;text-indent:0}hruby[rightangle] ru[annotation]:before{left:-250%}hruby ru[zhuyin]{display:inline-block;position:relative;width:1.8em;text-align:left}hruby ru[zhuyin] zhuyin{right:0.2em;top:0;height:2.7em;width:0.8em;line-height:0.9;white-space:pre-wrap;word-break:break-all}hruby ru[zhuyin] diao{position:absolute;right:-0.9em;top:0;display:inline-block;width:1em}hruby ru[zhuyin][length='0'],hruby ru[zhuyin]:empty{width:auto}hruby ru[zhuyin][length='0'] zhuyin,hruby ru[zhuyin]:empty zhuyin{display:none}hruby ru[zhuyin][length='1'] zhuyin{margin-top:0.125em}hruby ru[zhuyin][length='1'] diao{margin-top:-0.35em}hruby ru[zhuyin][length='2'] zhuyin{margin-top:-0.175em}hruby ru[zhuyin][length='2'] diao{margin-top:0.5em}hruby ru[zhuyin][length='3'] zhuyin{margin-top:-0.45em}hruby ru[zhuyin][length='3'] diao{margin-top:1.3em}hruby ru[zhuyin][diao='˙'] diao{right:-0.35em}hruby ru[zhuyin][diao='˙'][length='1'] diao{margin-top:-0.5em}hruby ru[zhuyin][diao='˙'][length='2'] diao{margin-top:-0.3em}hruby ru[zhuyin][diao='˙'][length='3'] diao{margin-top:-0.25em}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1.2);-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2);margin-right:-0.25em}hruby ru[zhuyin][diao^='ㆴ'] diao,hruby ru[zhuyin][diao^='ㆵ'] diao,hruby ru[zhuyin][diao^='ㆶ'] diao,hruby ru[zhuyin][diao^='ㆷ'] diao,hruby ru[zhuyin][diao='󳆴'] diao,hruby ru[zhuyin][diao='󳆵'] diao,hruby ru[zhuyin][diao='󳆶'] diao,hruby ru[zhuyin][diao='󳆷'] diao{top:20%;margin-right:-0.3em}hruby ru[annotation]:before,hruby[rightangle] ru[annotation][order='1']:before{top:-0.5em}hruby ru[order='1']:before,hruby[rightangle] ru[annotation][order='0']:before{bottom:-0.4em;top:auto}hruby[rightangle] ru[annotation]:before{margin-left:-0.4em}@media screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi){hruby yin{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);display:inline-block}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}hruby ru[zhuyin][diao='˙'] diao{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);top:0.125em}}jinze{display:inline-block;text-indent:0}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';font-weight:600;src:local("YuGothic Bold"),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(YuGo-Bold),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';font-weight:600;src:local("YuGothic Bold"),local(YuGo-Bold),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti GB';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold);unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Heiti SC Medium"),local("Microsoft YaHei Bold"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold);unicode-range:U+270C}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSong),local("Lisong Pro"),local(SimSun),local(PMingLiU)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho")}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local(PMingLiU),local(SimSun)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro")}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun),local(PMingLiU)}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti SC Bold"),local("STSongti TC Bold"),local(STSongti-SC-Bold),local(STSongti-TC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti GB';font-weight:600;src:local("STSongti SC Bold"),local(STSongti-SC-Bold)}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSongti),local("Lisong Pro"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+270C}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local("MS Mincho"),local(PMingLiU),local(SimSun);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+270C}@font-face{font-family:cursive;src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti';src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti CNS';src:local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti GB';src:local("Kaiti SC"),local(STKaiti),local(Kai),local(Kaiti),local(DFKai-SB)}@font-face{font-family:cursive;font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti GB';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong CNS';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong GB';src:local(STFangsong),local(FangSong)}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Arial Unicode MS"),local("MS Gothic");unicode-range:U+2014}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho"),local("Microsoft Yahei");unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic");unicode-range:U+2026}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Lisong Pro"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU),local("MS Gothic");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(STSongti-TC-Regular),local("Lisong Pro"),local("Heiti TC"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSongti),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Basic';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype");unicode-range:U+2014,U+2026,U+00B7}@font-face{font-family:'Biaodian Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Latin Italic Serif';src:local("Georgia Italic"),local("Times New Roman Italic"),local(Georgia-Italic),local(TimesNewRomanPS-ItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Serif';font-weight:700;src:local("Georgia Bold Italic"),local("Times New Roman Bold Italic"),local(Georgia-BoldItalic),local(TimesNewRomanPS-BoldItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{font-family:'Latin Italic Sans';font-weight:700;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Sans';src:local(Skia),local("Neutraface 2 Text"),local(Candara),local(Corbel)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Serif';src:local(Georgia),local("Hoefler Text"),local("Big Caslon")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Italic Serif';src:local("Georgia Italic"),local("Hoefler Text Italic"),local(Georgia-Italic),local(HoeflerText-Italic)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Sans';src:local("Helvetica Neue"),local(Helvetica),local(Arial)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';font-weight:bold;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Serif';src:local(Palatino),local("Palatino Linotype"),local("Times New Roman")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';src:local("Palatino Italic"),local("Palatino Italic Linotype"),local("Times New Roman Italic"),local(Palatino-Italic),local(Palatino-Italic-Linotype),local(TimesNewRomanPS-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';font-weight:bold;src:local("Palatino Bold Italic"),local("Palatino Bold Italic Linotype"),local("Times New Roman Bold Italic"),local(Palatino-BoldItalic),local(Palatino-BoldItalic-Linotype),local(TimesNewRomanPS-BoldItalicMT)}@font-face{font-family:'Numeral TF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';font-weight:bold;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';font-weight:bold;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype");unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Kaiti'}@font-face{unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Heiti';src:local("Hiragino Sans GB"),local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype")}@font-face{font-family:'Zhuyin Heiti';src:local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype");unicode-range:U+3127}@font-face{src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype");font-family:'Zhuyin Heiti';unicode-range:U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+31B4,U+31B5,U+31B6,U+31B7,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}@font-face{src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype");font-family:'Romanization Sans';unicode-range:U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}html:lang(zh-Latn),html:lang(ja-Latn),html:not(:lang(zh)):not(:lang(ja)),html *:lang(zh-Latn),html *:lang(ja-Latn),html *:not(:lang(zh)):not(:lang(ja)),article strong:lang(zh-Latn),article strong:lang(ja-Latn),article strong:not(:lang(zh)):not(:lang(ja)),article strong *:lang(zh-Latn),article strong *:lang(ja-Latn),article strong *:not(:lang(zh)):not(:lang(ja)),.sans:lang(zh-Latn),.sans:lang(ja-Latn),.sans:not(:lang(zh)):not(:lang(ja)),.sans *:lang(zh-Latn),.sans *:lang(ja-Latn),.sans *:not(:lang(zh)):not(:lang(ja)){font-family:"Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}html:lang(zh),html:lang(zh-Hant),[lang^='zh'],[lang*='Hant'],[lang='zh-TW'],[lang='zh-HK'],article strong:lang(zh),article strong:lang(zh-Hant),.sans:lang(zh),.sans:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}html:lang(zh-Hans),html:lang(zh-CN),[lang*='Hans'],[lang='zh-CN'],article strong:lang(zh-Hans),article strong:lang(zh-CN),.sans:lang(zh-Hans),.sans:lang(zh-CN){font-family:"Biaodian Pro Sans GB","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}html:lang(ja),[lang^='ja'],article strong:lang(ja),.sans:lang(ja){font-family:"Yakumono Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article blockquote i:lang(zh-Latn),article blockquote i:lang(ja-Latn),article blockquote i:not(:lang(zh)):not(:lang(ja)),article blockquote i *:lang(zh-Latn),article blockquote i *:lang(ja-Latn),article blockquote i *:not(:lang(zh)):not(:lang(ja)),article blockquote var:lang(zh-Latn),article blockquote var:lang(ja-Latn),article blockquote var:not(:lang(zh)):not(:lang(ja)),article blockquote var *:lang(zh-Latn),article blockquote var *:lang(ja-Latn),article blockquote var *:not(:lang(zh)):not(:lang(ja)),.sans-italic:lang(zh-Latn),.sans-italic:lang(ja-Latn),.sans-italic:not(:lang(zh)):not(:lang(ja)),.sans-italic *:lang(zh-Latn),.sans-italic *:lang(ja-Latn),.sans-italic *:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}article blockquote i:lang(zh),article blockquote i:lang(zh-Hant),article blockquote var:lang(zh),article blockquote var:lang(zh-Hant),.sans-italic:lang(zh),.sans-italic:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}article blockquote i:lang(zh-Hans),article blockquote i:lang(zh-CN),article blockquote var:lang(zh-Hans),article blockquote var:lang(zh-CN),.sans-italic:lang(zh-Hans),.sans-italic:lang(zh-CN){font-family:"Biaodian Pro Sans GB","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}article blockquote i:lang(ja),article blockquote var:lang(ja),.sans-italic:lang(ja){font-family:"Yakumono Sans","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article figure blockquote:lang(zh-Latn),article figure blockquote:lang(ja-Latn),article figure blockquote:not(:lang(zh)):not(:lang(ja)),article figure blockquote *:lang(zh-Latn),article figure blockquote *:lang(ja-Latn),article figure blockquote *:not(:lang(zh)):not(:lang(ja)),figure blockquote:lang(zh-Latn),figure blockquote:lang(ja-Latn),figure blockquote:not(:lang(zh)):not(:lang(ja)),figure blockquote *:lang(zh-Latn),figure blockquote *:lang(ja-Latn),figure blockquote *:not(:lang(zh)):not(:lang(ja)),.serif:lang(zh-Latn),.serif:lang(ja-Latn),.serif:not(:lang(zh)):not(:lang(ja)),.serif *:lang(zh-Latn),.serif *:lang(ja-Latn),.serif *:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Songti",cursive,serif}article figure blockquote:lang(zh),article figure blockquote:lang(zh-Hant),figure blockquote:lang(zh),figure blockquote:lang(zh-Hant),.serif:lang(zh),.serif:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Songti",serif}article figure blockquote:lang(zh-Hans),article figure blockquote:lang(zh-CN),figure blockquote:lang(zh-Hans),figure blockquote:lang(zh-CN),.serif:lang(zh-Hans),.serif:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Songti GB",serif}article figure blockquote:lang(ja),figure blockquote:lang(ja),.serif:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",serif}article blockquote:lang(zh-Latn),article blockquote:lang(ja-Latn),article blockquote:not(:lang(zh)):not(:lang(ja)),article blockquote *:lang(zh-Latn),article blockquote *:lang(ja-Latn),article blockquote *:not(:lang(zh)):not(:lang(ja)),.cursive:lang(zh-Latn),.cursive:lang(ja-Latn),.cursive:not(:lang(zh)):not(:lang(ja)),.cursive *:lang(zh-Latn),.cursive *:lang(ja-Latn),.cursive *:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Kaiti",cursive,serif}article blockquote:lang(zh),article blockquote:lang(zh-Hant),.cursive:lang(zh),.cursive:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}article blockquote:lang(zh-Hans),article blockquote:lang(zh-CN),.cursive:lang(zh-Hans),.cursive:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}article blockquote:lang(ja),.cursive:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",cursive,serif}i:lang(zh-Latn),i:lang(ja-Latn),i:not(:lang(zh)):not(:lang(ja)),i *:lang(zh-Latn),i *:lang(ja-Latn),i *:not(:lang(zh)):not(:lang(ja)),var:lang(zh-Latn),var:lang(ja-Latn),var:not(:lang(zh)):not(:lang(ja)),var *:lang(zh-Latn),var *:lang(ja-Latn),var *:not(:lang(zh)):not(:lang(ja)),.cursive-italic:lang(zh-Latn),.cursive-italic:lang(ja-Latn),.cursive-italic:not(:lang(zh)):not(:lang(ja)),.cursive-italic *:lang(zh-Latn),.cursive-italic *:lang(ja-Latn),.cursive-italic *:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti",cursive,serif}i:lang(zh),i:lang(zh-Hant),var:lang(zh),var:lang(zh-Hant),.cursive-italic:lang(zh),.cursive-italic:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}i:lang(zh-Hans),i:lang(zh-CN),var:lang(zh-Hans),var:lang(zh-CN),.cursive-italic:lang(zh-Hans),.cursive-italic:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}i:lang(ja),var:lang(ja),.cursive-italic:lang(ja){font-family:"Yakumono Serif","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman",cursive,serif}code:lang(zh-Latn),code:lang(ja-Latn),code:not(:lang(zh)):not(:lang(ja)),code *:lang(zh-Latn),code *:lang(ja-Latn),code *:not(:lang(zh)):not(:lang(ja)),kbd:lang(zh-Latn),kbd:lang(ja-Latn),kbd:not(:lang(zh)):not(:lang(ja)),kbd *:lang(zh-Latn),kbd *:lang(ja-Latn),kbd *:not(:lang(zh)):not(:lang(ja)),samp:lang(zh-Latn),samp:lang(ja-Latn),samp:not(:lang(zh)):not(:lang(ja)),samp *:lang(zh-Latn),samp *:lang(ja-Latn),samp *:not(:lang(zh)):not(:lang(ja)),pre:lang(zh-Latn),pre:lang(ja-Latn),pre:not(:lang(zh)):not(:lang(ja)),pre *:lang(zh-Latn),pre *:lang(ja-Latn),pre *:not(:lang(zh)):not(:lang(ja)),.mono:lang(zh-Latn),.mono:lang(ja-Latn),.mono:not(:lang(zh)):not(:lang(ja)),.mono *:lang(zh-Latn),.mono *:lang(ja-Latn),.mono *:not(:lang(zh)):not(:lang(ja)){font-family:Menlo,Consolas,Courier,"Han Heiti",monospace,monospace,sans-serif}code:lang(zh),code:lang(zh-Hant),kbd:lang(zh),kbd:lang(zh-Hant),samp:lang(zh),samp:lang(zh-Hant),pre:lang(zh),pre:lang(zh-Hant),.mono:lang(zh),.mono:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS",Menlo,Consolas,Courier,"Zhuyin Heiti","Han Heiti",monospace,monospace,sans-serif}code:lang(zh-Hans),code:lang(zh-CN),kbd:lang(zh-Hans),kbd:lang(zh-CN),samp:lang(zh-Hans),samp:lang(zh-CN),pre:lang(zh-Hans),pre:lang(zh-CN),.mono:lang(zh-Hans),.mono:lang(zh-CN){font-family:"Biaodian Pro Sans GB",Menlo,Consolas,Courier,"Han Heiti GB",monospace,monospace,sans-serif}code:lang(ja),kbd:lang(ja),samp:lang(ja),pre:lang(ja),.mono:lang(ja){font-family:"Yakumono Sans",Menlo,Consolas,Courier,monospace,monospace,sans-serif}html,ruby ru[zhuyin] zhuyin,ruby ru[zhuyin] zhuyin diao,hruby ru[zhuyin] zhuyin,hruby ru[zhuyin] zhuyin diao,ruby.romanization rt,ruby ru[annotation]:before,hruby.romanization rt,hruby ru[annotation]:before,.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode='b7']{-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga";-webkit-font-feature-settings:"liga";font-feature-settings:"liga"}ruby ru[zhuyin] zhuyin diao,hruby ru[zhuyin] zhuyin diao{font-family:"Zhuyin Kaiti",cursive,serif}ruby.romanization rt,ruby ru[annotation]:before,hruby.romanization rt,hruby ru[annotation]:before{font-family:"Romanization Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}.no-kaiti i,.no-kaiti var{padding-bottom:0.05em;border-bottom:3px double #d3d3d3}article{line-height:1.7}article p,article li{text-align:justify;text-justify:inter-ideograph}article h1+blockquote,article h1+p,article h1+ol,article h1+ul,article h1+h6,article h1+section>h6:first-child,article h1+section>p:first-child,article h1+section>ol:first-child,article h1+section>ul:first-child,article h1+section>blockquote:first-child,article h2+blockquote,article h2+p,article h2+ol,article h2+ul,article h2+h6,article h2+section>h6:first-child,article h2+section>p:first-child,article h2+section>ol:first-child,article h2+section>ul:first-child,article h2+section>blockquote:first-child,article h3+blockquote,article h3+p,article h3+ol,article h3+ul,article h3+h6,article h3+section>h6:first-child,article h3+section>p:first-child,article h3+section>ol:first-child,article h3+section>ul:first-child,article h3+section>blockquote:first-child,article h4+blockquote,article h4+p,article h4+ol,article h4+ul,article h4+h6,article h4+section>h6:first-child,article h4+section>p:first-child,article h4+section>ol:first-child,article h4+section>ul:first-child,article h4+section>blockquote:first-child,article h5+blockquote,article h5+p,article h5+ol,article h5+ul,article h5+h6,article h5+section>h6:first-child,article h5+section>p:first-child,article h5+section>ol:first-child,article h5+section>ul:first-child,article h5+section>blockquote:first-child,article h6+blockquote,article h6+p,article h6+ol,article h6+ul,article h6+h6,article h6+section>h6:first-child,article h6+section>p:first-child,article h6+section>ol:first-child,article h6+section>ul:first-child,article h6+section>blockquote:first-child,article h1+h5,article h1+section>h5:first-child,article h2+h5,article h2+section>h5:first-child,article h3+h5,article h3+section>h5:first-child,article h4+h5,article h4+section>h5:first-child,article h5+h5,article h5+section>h5:first-child,article h1+h4,article h1+section>h4:first-child,article h2+h4,article h2+section>h4:first-child,article h3+h4,article h3+section>h4:first-child,article h4+h4,article h4+section>h4:first-child,article h1+h3,article h1+section>h3:first-child,article h2+h3,article h2+section>h3:first-child,article h3+h3,article h3+section>h3:first-child,article h1+h2,article h1+section>h2:first-child,article h2+h2,article h2+section>h2:first-child{margin-top:-1em}p.poem-like,.poem-like p{margin-left:2em}@media only screen and (max-width: 480px){p.poem-like,.poem-like p{margin-left:1em}}article blockquote{margin-right:0}@media only screen and (max-width: 480px){article blockquote{margin-left:1em}}figure blockquote{margin:0}blockquote blockquote{margin-left:1em;margin-right:1em}article blockquote blockquote{margin-right:0}@media only screen and (max-width: 480px){blockquote,figure{margin-left:1em;margin-right:1em}}.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode='b7']{font-family:"Biaodian Basic","Han Heiti"}hws{display:inline;visibility:hidden;font-family:Arial,sans-serif !important;font-size:0.89em}code hws,kbd hws,samp hws,pre hws,ol>hws,ul>hws{display:none}char_group .open:not(:last-child),char_group .close:not(:last-child),char_group [unicode='3001']:not(:last-child),char_group [unicode='3002']:not(:last-child),char_group [unicode='ff0c']:not(:last-child),char_group [unicode='ff08']:not(:last-child){letter-spacing:-0.5em}char_group [unicode='b7']+[unicode='300c'],char_group [unicode='b7']+[unicode='300e'],char_group [unicode='30fb']+[unicode='300c'],char_group [unicode='30fb']+[unicode='300e']{margin-left:-0.5em}char_group .liga+[unicode='300c'],char_group .liga+[unicode='300e']{margin-left:-0.25em}char[display-as]{position:relative;display:inline-block}char[display-as] inner{color:transparent}char[display-as]:after{position:absolute;left:0;display:inline-block;content:attr(display-as)}char[display-as].comb-liga:after{font-family:"Romanization Sans","Zhuyin Kaiti"} +/*! 漢字標準格式 v3.0.2 | MIT License | css.hanzi.co *//*! Han: CSS typography framework optimised for Hanzi *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{line-height:1.3;-webkit-font-smoothing:subpixel-antialiased}ol,ul{padding-left:2em}figure,blockquote{margin-left:2em;margin-right:2em}address{font-style:inherit}pre{white-space:pre;word-wrap:normal}a{text-decoration:inherit}em:lang(zh),em:lang(ja){-moz-text-emphasis:filled circle;-webkit-text-emphasis:filled circle;text-emphasis:filled circle;-moz-text-emphasis-position:under;-webkit-text-emphasis-position:under;text-emphasis-position:under;font-style:inherit;border-bottom:2px dotted;padding-bottom:0.05em;border-bottom-width:-webkit-calc( 0px );padding-bottom:-webkit-calc( 0px )}em:lang(ja){-moz-text-emphasis:filled sesame;-webkit-text-emphasis:filled sesame;text-emphasis:filled sesame;-moz-text-emphasis-position:over;-webkit-text-emphasis-position:over;text-emphasis-position:over}strong,dfn:lang(zh),dfn:lang(ja),b{font-weight:inherit}strong,dfn:lang(zh),dfn:lang(ja),b{font-weight:bolder}dfn:lang(zh),dfn:lang(ja){font-style:inherit}cite:lang(zh),cite:lang(ja){font-style:inherit}q{quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(zh){quotes:"「" "」" "『" "』" "「" "」" "『" "』" "「" "」" "『" "』"}q:lang(zh-CN),q:lang(en){quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(en-GB){quotes:"‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”"}q:before{content:open-quote}q:after{content:close-quote}q:lang(ja):before,q:lang(ja):after{content:none}code,kbd,samp,pre{font-family:monospace,monospace,sans-serif}i:lang(zh),i:lang(ja),var:lang(zh),var:lang(ja){font-family:cursive,serif;font-style:inherit}u+u,u+ins,ins+u,ins+ins,s+s,s+del,del+s,del+del,.hyu-js-rendered u.adjacent,.hyu-js-rendered ins.adjacent,.hyu-js-rendered s+s.adjacent,.hyu-js-rendered s+del.adjacent,.hyu-js-rendered del+s.adjacent,.hyu-js-rendered del+del.adjacent{margin-left:0.125em}u,ins{padding-bottom:0.05em;border-bottom:1px solid;text-decoration:none}ruby *:before,ruby *:after{line-height:normal}ruby>rt:not(:empty):before{content:"("}ruby>rt:not(:empty):after{content:")"}ruby>rb+rtc:before{content:"("}ruby>rtc:after{content:","}ruby>rtc:last-of-type:after{content:")"}ruby>rt:before,ruby>rt:after{display:inline-block;overflow:hidden;vertical-align:middle;height:0;width:0}ruby>rt:not(:empty):before,ruby>rt:not(:empty):after{height:-moz-calc( 1.3em );width:-moz-calc( 1em )}.hyu-js-rendered u+u,.hyu-js-rendered u+ins,.hyu-js-rendered ins+u,.hyu-js-rendered ins+ins,.hyu-js-rendered s+s,.hyu-js-rendered s+del,.hyu-js-rendered del+s,.hyu-js-rendered del+del{margin-left:auto}.hyu-js-rendered em:lang(zh),.hyu-js-rendered em:lang(ja){padding-bottom:auto;border-bottom-width:0}.no-textemphasis em:lang(zh),.no-textemphasis em:lang(ja){line-height:2}.no-textemphasis em:lang(zh) char,.no-textemphasis em:lang(ja) char{position:relative;font-style:inherit}.no-textemphasis em:lang(zh) char:after,.no-textemphasis em:lang(ja) char:after{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:normal;line-height:normal;text-decoration:none;text-indent:0;-moz-transform:scale(0.5);-ms-transform:scale(0.5);-webkit-transform:scale(0.5);transform:scale(0.5);position:absolute;left:50%;top:0;margin-left:-250%;overflow:hidden;display:inline-block;height:1em;width:500%;line-height:1;text-align:center;text-indent:0;font-family:Georgia,"Times New Roman",Arial,!important}em:lang(zh) char.punct,em:lang(ja) char.punct,em:lang(zh) char.biaodian,em:lang(ja) char.biaodian{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none}.no-textemphasis em:lang(zh) char.punct:after,.no-textemphasis em:lang(ja) char.punct:after,.no-textemphasis em:lang(zh) char.biaodian:after,.no-textemphasis em:lang(ja) char.biaodian:after{content:none !important}.no-textemphasis em:lang(zh) char:after{margin-top:1em;content:"●"}.no-textemphasis em:lang(ja) char:after{margin-top:-0.7em;content:"﹅"}hruby{display:inline;line-height:2}hruby rp{display:none}hruby ru[annotation]>rt{display:inline-block;height:0;width:0;font:0/0 hidden-text}hruby ru{position:relative;display:inline-block;text-indent:0}hruby ru:before,hruby zhuyin{-moz-transform:scale(0.55);-ms-transform:scale(0.55);-webkit-transform:scale(0.55);transform:scale(0.55);-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:normal;line-height:normal;text-decoration:none;text-indent:0;position:absolute;display:inline-block}hruby ru[annotation]{text-align:center}hruby ru[annotation]:before{left:-265%;top:-0.5em;vertical-align:top;height:1em;width:600%;content:attr(annotation);line-height:1;text-align:center;text-indent:0}hruby[rightangle] ru[annotation]:before{left:-250%}hruby ru[zhuyin]{display:inline-block;position:relative;width:1.8em;text-align:left}hruby ru[zhuyin] zhuyin{right:0.2em;top:0;height:2.7em;width:0.8em;line-height:0.9;white-space:pre-wrap;word-break:break-all}hruby ru[zhuyin] diao{position:absolute;right:-0.9em;top:0;display:inline-block;width:1em}hruby ru[zhuyin][length='0'],hruby ru[zhuyin]:empty{width:auto}hruby ru[zhuyin][length='0'] zhuyin,hruby ru[zhuyin]:empty zhuyin{display:none}hruby ru[zhuyin][length='1'] zhuyin{margin-top:0.125em}hruby ru[zhuyin][length='1'] diao{margin-top:-0.35em}hruby ru[zhuyin][length='2'] zhuyin{margin-top:-0.175em}hruby ru[zhuyin][length='2'] diao{margin-top:0.5em}hruby ru[zhuyin][length='3'] zhuyin{margin-top:-0.45em}hruby ru[zhuyin][length='3'] diao{margin-top:1.3em}hruby ru[zhuyin][diao='˙'] diao{right:-0.35em}hruby ru[zhuyin][diao='˙'][length='1'] diao{margin-top:-0.5em}hruby ru[zhuyin][diao='˙'][length='2'] diao{margin-top:-0.3em}hruby ru[zhuyin][diao='˙'][length='3'] diao{margin-top:-0.25em}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1.2);-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2);margin-right:-0.25em}hruby ru[zhuyin][diao^='ㆴ'] diao,hruby ru[zhuyin][diao^='ㆵ'] diao,hruby ru[zhuyin][diao^='ㆶ'] diao,hruby ru[zhuyin][diao^='ㆷ'] diao,hruby ru[zhuyin][diao='󳆴'] diao,hruby ru[zhuyin][diao='󳆵'] diao,hruby ru[zhuyin][diao='󳆶'] diao,hruby ru[zhuyin][diao='󳆷'] diao{top:20%;margin-right:-0.3em}hruby ru[annotation]:before,hruby[rightangle] ru[annotation][order='1']:before{top:-0.5em}hruby ru[order='1']:before,hruby[rightangle] ru[annotation][order='0']:before{bottom:-0.4em;top:auto}hruby[rightangle] ru[annotation]:before{margin-left:-0.4em}@media screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi){hruby yin{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);display:inline-block}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}hruby ru[zhuyin][diao='˙'] diao{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);top:0.125em}}jinze{display:inline-block;text-indent:0}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';font-weight:600;src:local("YuGothic Bold"),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(YuGo-Bold),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';font-weight:600;src:local("YuGothic Bold"),local(YuGo-Bold),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti GB';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold);unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Heiti SC Medium"),local("Microsoft YaHei Bold"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold);unicode-range:U+270C}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSong),local("Lisong Pro"),local(SimSun),local(PMingLiU)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho")}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local(PMingLiU),local(SimSun)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro")}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun),local(PMingLiU)}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti SC Bold"),local("STSongti TC Bold"),local(STSongti-SC-Bold),local(STSongti-TC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti GB';font-weight:600;src:local("STSongti SC Bold"),local(STSongti-SC-Bold)}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSongti),local("Lisong Pro"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+270C}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local("MS Mincho"),local(PMingLiU),local(SimSun);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+270C}@font-face{font-family:cursive;src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti';src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti CNS';src:local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti GB';src:local("Kaiti SC"),local(STKaiti),local(Kai),local(Kaiti),local(DFKai-SB)}@font-face{font-family:cursive;font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti GB';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong CNS';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong GB';src:local(STFangsong),local(FangSong)}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Arial Unicode MS"),local("MS Gothic");unicode-range:U+2014}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho"),local("Microsoft Yahei");unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic");unicode-range:U+2026}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Lisong Pro"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU),local("MS Gothic");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(STSongti-TC-Regular),local("Lisong Pro"),local("Heiti TC"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSongti),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Basic';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+2014,U+2026,U+00B7}@font-face{font-family:'Biaodian Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Latin Italic Serif';src:local("Georgia Italic"),local("Times New Roman Italic"),local(Georgia-Italic),local(TimesNewRomanPS-ItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Serif';font-weight:700;src:local("Georgia Bold Italic"),local("Times New Roman Bold Italic"),local(Georgia-BoldItalic),local(TimesNewRomanPS-BoldItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{font-family:'Latin Italic Sans';font-weight:700;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Sans';src:local(Skia),local("Neutraface 2 Text"),local(Candara),local(Corbel)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Serif';src:local(Georgia),local("Hoefler Text"),local("Big Caslon")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Italic Serif';src:local("Georgia Italic"),local("Hoefler Text Italic"),local(Georgia-Italic),local(HoeflerText-Italic)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Sans';src:local("Helvetica Neue"),local(Helvetica),local(Arial)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';font-weight:bold;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Serif';src:local(Palatino),local("Palatino Linotype"),local("Times New Roman")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';src:local("Palatino Italic"),local("Palatino Italic Linotype"),local("Times New Roman Italic"),local(Palatino-Italic),local(Palatino-Italic-Linotype),local(TimesNewRomanPS-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';font-weight:bold;src:local("Palatino Bold Italic"),local("Palatino Bold Italic Linotype"),local("Times New Roman Bold Italic"),local(Palatino-BoldItalic),local(Palatino-BoldItalic-Linotype),local(TimesNewRomanPS-BoldItalicMT)}@font-face{font-family:'Numeral TF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';font-weight:bold;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';font-weight:bold;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Kaiti'}@font-face{unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Heiti';src:local("Hiragino Sans GB"),local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype")}@font-face{font-family:'Zhuyin Heiti';src:local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+3127}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");font-family:'Zhuyin Heiti';unicode-range:U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+31B4,U+31B5,U+31B6,U+31B7,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");font-family:'Romanization Sans';unicode-range:U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}html:lang(zh-Latn),html:lang(ja-Latn),html:not(:lang(zh)):not(:lang(ja)),html *:lang(zh-Latn),html *:lang(ja-Latn),html *:not(:lang(zh)):not(:lang(ja)),article strong:lang(zh-Latn),article strong:lang(ja-Latn),article strong:not(:lang(zh)):not(:lang(ja)),article strong *:lang(zh-Latn),article strong *:lang(ja-Latn),article strong *:not(:lang(zh)):not(:lang(ja)),.sans:lang(zh-Latn),.sans:lang(ja-Latn),.sans:not(:lang(zh)):not(:lang(ja)),.sans *:lang(zh-Latn),.sans *:lang(ja-Latn),.sans *:not(:lang(zh)):not(:lang(ja)){font-family:"Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}html:lang(zh),html:lang(zh-Hant),[lang^='zh'],[lang*='Hant'],[lang='zh-TW'],[lang='zh-HK'],article strong:lang(zh),article strong:lang(zh-Hant),.sans:lang(zh),.sans:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}html:lang(zh-Hans),html:lang(zh-CN),[lang*='Hans'],[lang='zh-CN'],article strong:lang(zh-Hans),article strong:lang(zh-CN),.sans:lang(zh-Hans),.sans:lang(zh-CN){font-family:"Biaodian Pro Sans GB","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}html:lang(ja),[lang^='ja'],article strong:lang(ja),.sans:lang(ja){font-family:"Yakumono Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article blockquote i:lang(zh-Latn),article blockquote i:lang(ja-Latn),article blockquote i:not(:lang(zh)):not(:lang(ja)),article blockquote i *:lang(zh-Latn),article blockquote i *:lang(ja-Latn),article blockquote i *:not(:lang(zh)):not(:lang(ja)),article blockquote var:lang(zh-Latn),article blockquote var:lang(ja-Latn),article blockquote var:not(:lang(zh)):not(:lang(ja)),article blockquote var *:lang(zh-Latn),article blockquote var *:lang(ja-Latn),article blockquote var *:not(:lang(zh)):not(:lang(ja)),.sans-italic:lang(zh-Latn),.sans-italic:lang(ja-Latn),.sans-italic:not(:lang(zh)):not(:lang(ja)),.sans-italic *:lang(zh-Latn),.sans-italic *:lang(ja-Latn),.sans-italic *:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}article blockquote i:lang(zh),article blockquote i:lang(zh-Hant),article blockquote var:lang(zh),article blockquote var:lang(zh-Hant),.sans-italic:lang(zh),.sans-italic:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}article blockquote i:lang(zh-Hans),article blockquote i:lang(zh-CN),article blockquote var:lang(zh-Hans),article blockquote var:lang(zh-CN),.sans-italic:lang(zh-Hans),.sans-italic:lang(zh-CN){font-family:"Biaodian Pro Sans GB","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}article blockquote i:lang(ja),article blockquote var:lang(ja),.sans-italic:lang(ja){font-family:"Yakumono Sans","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article figure blockquote:lang(zh-Latn),article figure blockquote:lang(ja-Latn),article figure blockquote:not(:lang(zh)):not(:lang(ja)),article figure blockquote *:lang(zh-Latn),article figure blockquote *:lang(ja-Latn),article figure blockquote *:not(:lang(zh)):not(:lang(ja)),figure blockquote:lang(zh-Latn),figure blockquote:lang(ja-Latn),figure blockquote:not(:lang(zh)):not(:lang(ja)),figure blockquote *:lang(zh-Latn),figure blockquote *:lang(ja-Latn),figure blockquote *:not(:lang(zh)):not(:lang(ja)),.serif:lang(zh-Latn),.serif:lang(ja-Latn),.serif:not(:lang(zh)):not(:lang(ja)),.serif *:lang(zh-Latn),.serif *:lang(ja-Latn),.serif *:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Songti",cursive,serif}article figure blockquote:lang(zh),article figure blockquote:lang(zh-Hant),figure blockquote:lang(zh),figure blockquote:lang(zh-Hant),.serif:lang(zh),.serif:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Songti",serif}article figure blockquote:lang(zh-Hans),article figure blockquote:lang(zh-CN),figure blockquote:lang(zh-Hans),figure blockquote:lang(zh-CN),.serif:lang(zh-Hans),.serif:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Songti GB",serif}article figure blockquote:lang(ja),figure blockquote:lang(ja),.serif:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",serif}article blockquote:lang(zh-Latn),article blockquote:lang(ja-Latn),article blockquote:not(:lang(zh)):not(:lang(ja)),article blockquote *:lang(zh-Latn),article blockquote *:lang(ja-Latn),article blockquote *:not(:lang(zh)):not(:lang(ja)),.cursive:lang(zh-Latn),.cursive:lang(ja-Latn),.cursive:not(:lang(zh)):not(:lang(ja)),.cursive *:lang(zh-Latn),.cursive *:lang(ja-Latn),.cursive *:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Kaiti",cursive,serif}article blockquote:lang(zh),article blockquote:lang(zh-Hant),.cursive:lang(zh),.cursive:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}article blockquote:lang(zh-Hans),article blockquote:lang(zh-CN),.cursive:lang(zh-Hans),.cursive:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}article blockquote:lang(ja),.cursive:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",cursive,serif}i:lang(zh-Latn),i:lang(ja-Latn),i:not(:lang(zh)):not(:lang(ja)),i *:lang(zh-Latn),i *:lang(ja-Latn),i *:not(:lang(zh)):not(:lang(ja)),var:lang(zh-Latn),var:lang(ja-Latn),var:not(:lang(zh)):not(:lang(ja)),var *:lang(zh-Latn),var *:lang(ja-Latn),var *:not(:lang(zh)):not(:lang(ja)),.cursive-italic:lang(zh-Latn),.cursive-italic:lang(ja-Latn),.cursive-italic:not(:lang(zh)):not(:lang(ja)),.cursive-italic *:lang(zh-Latn),.cursive-italic *:lang(ja-Latn),.cursive-italic *:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti",cursive,serif}i:lang(zh),i:lang(zh-Hant),var:lang(zh),var:lang(zh-Hant),.cursive-italic:lang(zh),.cursive-italic:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}i:lang(zh-Hans),i:lang(zh-CN),var:lang(zh-Hans),var:lang(zh-CN),.cursive-italic:lang(zh-Hans),.cursive-italic:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}i:lang(ja),var:lang(ja),.cursive-italic:lang(ja){font-family:"Yakumono Serif","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman",cursive,serif}code:lang(zh-Latn),code:lang(ja-Latn),code:not(:lang(zh)):not(:lang(ja)),code *:lang(zh-Latn),code *:lang(ja-Latn),code *:not(:lang(zh)):not(:lang(ja)),kbd:lang(zh-Latn),kbd:lang(ja-Latn),kbd:not(:lang(zh)):not(:lang(ja)),kbd *:lang(zh-Latn),kbd *:lang(ja-Latn),kbd *:not(:lang(zh)):not(:lang(ja)),samp:lang(zh-Latn),samp:lang(ja-Latn),samp:not(:lang(zh)):not(:lang(ja)),samp *:lang(zh-Latn),samp *:lang(ja-Latn),samp *:not(:lang(zh)):not(:lang(ja)),pre:lang(zh-Latn),pre:lang(ja-Latn),pre:not(:lang(zh)):not(:lang(ja)),pre *:lang(zh-Latn),pre *:lang(ja-Latn),pre *:not(:lang(zh)):not(:lang(ja)),.mono:lang(zh-Latn),.mono:lang(ja-Latn),.mono:not(:lang(zh)):not(:lang(ja)),.mono *:lang(zh-Latn),.mono *:lang(ja-Latn),.mono *:not(:lang(zh)):not(:lang(ja)){font-family:Menlo,Consolas,Courier,"Han Heiti",monospace,monospace,sans-serif}code:lang(zh),code:lang(zh-Hant),kbd:lang(zh),kbd:lang(zh-Hant),samp:lang(zh),samp:lang(zh-Hant),pre:lang(zh),pre:lang(zh-Hant),.mono:lang(zh),.mono:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS",Menlo,Consolas,Courier,"Zhuyin Heiti","Han Heiti",monospace,monospace,sans-serif}code:lang(zh-Hans),code:lang(zh-CN),kbd:lang(zh-Hans),kbd:lang(zh-CN),samp:lang(zh-Hans),samp:lang(zh-CN),pre:lang(zh-Hans),pre:lang(zh-CN),.mono:lang(zh-Hans),.mono:lang(zh-CN){font-family:"Biaodian Pro Sans GB",Menlo,Consolas,Courier,"Han Heiti GB",monospace,monospace,sans-serif}code:lang(ja),kbd:lang(ja),samp:lang(ja),pre:lang(ja),.mono:lang(ja){font-family:"Yakumono Sans",Menlo,Consolas,Courier,monospace,monospace,sans-serif}html,ruby ru[zhuyin] zhuyin,ruby ru[zhuyin] zhuyin diao,hruby ru[zhuyin] zhuyin,hruby ru[zhuyin] zhuyin diao,ruby.romanization rt,ruby ru[annotation]:before,hruby.romanization rt,hruby ru[annotation]:before,.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode='b7']{-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga";-webkit-font-feature-settings:"liga";font-feature-settings:"liga"}ruby ru[zhuyin] zhuyin diao,hruby ru[zhuyin] zhuyin diao{font-family:"Zhuyin Kaiti",cursive,serif}ruby.romanization rt,ruby ru[annotation]:before,hruby.romanization rt,hruby ru[annotation]:before{font-family:"Romanization Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}.no-kaiti i,.no-kaiti var{padding-bottom:0.05em;border-bottom:3px double #d3d3d3}article{line-height:1.7}article p,article li{text-align:justify;text-justify:inter-ideograph}article h1+blockquote,article h1+p,article h1+ol,article h1+ul,article h1+h6,article h1+section>h6:first-child,article h1+section>p:first-child,article h1+section>ol:first-child,article h1+section>ul:first-child,article h1+section>blockquote:first-child,article h2+blockquote,article h2+p,article h2+ol,article h2+ul,article h2+h6,article h2+section>h6:first-child,article h2+section>p:first-child,article h2+section>ol:first-child,article h2+section>ul:first-child,article h2+section>blockquote:first-child,article h3+blockquote,article h3+p,article h3+ol,article h3+ul,article h3+h6,article h3+section>h6:first-child,article h3+section>p:first-child,article h3+section>ol:first-child,article h3+section>ul:first-child,article h3+section>blockquote:first-child,article h4+blockquote,article h4+p,article h4+ol,article h4+ul,article h4+h6,article h4+section>h6:first-child,article h4+section>p:first-child,article h4+section>ol:first-child,article h4+section>ul:first-child,article h4+section>blockquote:first-child,article h5+blockquote,article h5+p,article h5+ol,article h5+ul,article h5+h6,article h5+section>h6:first-child,article h5+section>p:first-child,article h5+section>ol:first-child,article h5+section>ul:first-child,article h5+section>blockquote:first-child,article h6+blockquote,article h6+p,article h6+ol,article h6+ul,article h6+h6,article h6+section>h6:first-child,article h6+section>p:first-child,article h6+section>ol:first-child,article h6+section>ul:first-child,article h6+section>blockquote:first-child,article h1+h5,article h1+section>h5:first-child,article h2+h5,article h2+section>h5:first-child,article h3+h5,article h3+section>h5:first-child,article h4+h5,article h4+section>h5:first-child,article h5+h5,article h5+section>h5:first-child,article h1+h4,article h1+section>h4:first-child,article h2+h4,article h2+section>h4:first-child,article h3+h4,article h3+section>h4:first-child,article h4+h4,article h4+section>h4:first-child,article h1+h3,article h1+section>h3:first-child,article h2+h3,article h2+section>h3:first-child,article h3+h3,article h3+section>h3:first-child,article h1+h2,article h1+section>h2:first-child,article h2+h2,article h2+section>h2:first-child{margin-top:-1em}p.poem-like,.poem-like p{margin-left:2em}@media only screen and (max-width: 480px){p.poem-like,.poem-like p{margin-left:1em}}article blockquote{margin-right:0}@media only screen and (max-width: 480px){article blockquote{margin-left:1em}}figure blockquote{margin:0}blockquote blockquote{margin-left:1em;margin-right:1em}article blockquote blockquote{margin-right:0}@media only screen and (max-width: 480px){blockquote,figure{margin-left:1em;margin-right:1em}}.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode='b7']{font-family:"Biaodian Basic","Han Heiti"}hws{display:inline;visibility:hidden;font-family:Arial,sans-serif !important;font-size:0.89em}code hws,kbd hws,samp hws,pre hws,ol>hws,ul>hws{display:none}char_group .open:not(:last-child),char_group .close:not(:last-child),char_group [unicode='3001']:not(:last-child),char_group [unicode='3002']:not(:last-child),char_group [unicode='ff0c']:not(:last-child),char_group [unicode='ff08']:not(:last-child){letter-spacing:-0.5em}char_group [unicode='b7']+[unicode='300c'],char_group [unicode='b7']+[unicode='300e'],char_group [unicode='30fb']+[unicode='300c'],char_group [unicode='30fb']+[unicode='300e']{margin-left:-0.5em}char_group .liga+[unicode='300c'],char_group .liga+[unicode='300e']{margin-left:-0.25em}char[display-as]{position:relative;display:inline-block}char[display-as] inner{color:transparent}char[display-as]:after{position:absolute;left:0;display:inline-block;content:attr(display-as)}char[display-as].comb-liga:after{font-family:"Romanization Sans","Zhuyin Kaiti"} diff --git a/latest/han.css b/latest/han.css index c0ab1006..d1265101 100644 --- a/latest/han.css +++ b/latest/han.css @@ -1,5 +1,5 @@ @charset "UTF-8"; -/*! 漢字標準格式 v3.0.1 | MIT License | css.hanzi.co */ +/*! 漢字標準格式 v3.0.2 | MIT License | css.hanzi.co */ /*! Han: CSS typography framework optimised for Hanzi */ /*! normalize.css v3.0.2 | MIT License | git.io/normalize */ /** @@ -581,10 +581,10 @@ ruby *:before, ruby *:after { line-height: normal; } -ruby > rt:before { +ruby > rt:not(:empty):before { content: "("; } -ruby > rt:after { +ruby > rt:not(:empty):after { content: ")"; } ruby > rb + rtc:before { @@ -602,6 +602,8 @@ ruby > rt:before, ruby > rt:after { vertical-align: middle; height: 0; width: 0; +} +ruby > rt:not(:empty):before, ruby > rt:not(:empty):after { height: -moz-calc( 1.3em ); width: -moz-calc( 1em ); } @@ -1152,103 +1154,103 @@ jinze { /* Em dash (——) */ @font-face { font-family: 'Biaodian Sans'; - src: url(./font/han.woff?v3.0.1) format("woff"), url(./font/han.otf?v3.0.1) format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Microsoft Yahei"), local(SimSun); + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Microsoft Yahei"), local(SimSun); unicode-range: U+2014; } @font-face { font-family: 'Biaodian Serif'; - src: url(./font/han.woff?v3.0.1) format("woff"), url(./font/han.otf?v3.0.1) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local("Microsoft Yahei"), local(SimSun); + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local("Microsoft Yahei"), local(SimSun); unicode-range: U+2014; } @font-face { font-family: 'Yakumono Sans'; - src: url(./font/han.woff?v3.0.1) format("woff"), url(./font/han.otf?v3.0.1) format("opentype"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Arial Unicode MS"), local("MS Gothic"); + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Arial Unicode MS"), local("MS Gothic"); unicode-range: U+2014; } @font-face { font-family: 'Yakumono Serif'; - src: url(./font/han.woff?v3.0.1) format("woff"), url(./font/han.otf?v3.0.1) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("MS Mincho"), local("Microsoft Yahei"); + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("MS Mincho"), local("Microsoft Yahei"); unicode-range: U+2014; } @font-face { font-family: 'Biaodian Pro Sans'; - src: url(./font/han.woff?v3.0.1) format("woff"), url(./font/han.otf?v3.0.1) format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Microsoft Yahei"), local(SimSun); + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Microsoft Yahei"), local(SimSun); unicode-range: U+2014; } @font-face { font-family: 'Biaodian Pro Serif'; - src: url(./font/han.woff?v3.0.1) format("woff"), url(./font/han.otf?v3.0.1) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local("Microsoft Yahei"), local(SimSun); + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local("Microsoft Yahei"), local(SimSun); unicode-range: U+2014; } @font-face { font-family: 'Biaodian Pro Sans CNS'; - src: url(./font/han.woff?v3.0.1) format("woff"), url(./font/han.otf?v3.0.1) format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Microsoft Yahei"), local(SimSun); + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Microsoft Yahei"), local(SimSun); unicode-range: U+2014; } @font-face { font-family: 'Biaodian Pro Serif CNS'; - src: url(./font/han.woff?v3.0.1) format("woff"), url(./font/han.otf?v3.0.1) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local("Microsoft Yahei"), local(SimSun); + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local("Microsoft Yahei"), local(SimSun); unicode-range: U+2014; } @font-face { font-family: 'Biaodian Pro Sans GB'; - src: url(./font/han.woff?v3.0.1) format("woff"), url(./font/han.otf?v3.0.1) format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Microsoft Yahei"), local(SimSun); + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Microsoft Yahei"), local(SimSun); unicode-range: U+2014; } @font-face { font-family: 'Biaodian Pro Serif GB'; - src: url(./font/han.woff?v3.0.1) format("woff"), url(./font/han.otf?v3.0.1) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local("Microsoft Yahei"), local(SimSun); + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local("Microsoft Yahei"), local(SimSun); unicode-range: U+2014; } /* Ellipsis (……) */ @font-face { font-family: 'Biaodian Sans'; - src: url(./font/han.woff?v3.0.1) format("woff"), url(./font/han.otf?v3.0.1) format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(Meiryo), local("MS Gothic"), local(SimSun), local(PMingLiU); + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(Meiryo), local("MS Gothic"), local(SimSun), local(PMingLiU); unicode-range: U+2026; } @font-face { font-family: 'Biaodian Serif'; - src: url(./font/han.woff?v3.0.1) format("woff"), url(./font/han.otf?v3.0.1) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local("MS Mincho"), local(SimSun), local(PMingLiU); + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local("MS Mincho"), local(SimSun), local(PMingLiU); unicode-range: U+2026; } @font-face { font-family: 'Yakumono Sans'; - src: url(./font/han.woff?v3.0.1) format("woff"), url(./font/han.otf?v3.0.1) format("opentype"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(Meiryo), local("MS Gothic"); + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(Meiryo), local("MS Gothic"); unicode-range: U+2026; } @font-face { font-family: 'Yakumono Serif'; - src: url(./font/han.woff?v3.0.1) format("woff"), url(./font/han.otf?v3.0.1) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("MS Mincho"); + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("MS Mincho"); unicode-range: U+2026; } @font-face { font-family: 'Biaodian Pro Sans'; - src: url(./font/han.woff?v3.0.1) format("woff"), url(./font/han.otf?v3.0.1) format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(SimSun), local(PMingLiU); + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(SimSun), local(PMingLiU); unicode-range: U+2026; } @font-face { font-family: 'Biaodian Pro Serif'; - src: url(./font/han.woff?v3.0.1) format("woff"), url(./font/han.otf?v3.0.1) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(SimSun), local(PMingLiU); + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(SimSun), local(PMingLiU); unicode-range: U+2026; } @font-face { font-family: 'Biaodian Pro Sans CNS'; - src: url(./font/han.woff?v3.0.1) format("woff"), url(./font/han.otf?v3.0.1) format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(SimSun), local(PMingLiU); + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(SimSun), local(PMingLiU); unicode-range: U+2026; } @font-face { font-family: 'Biaodian Pro Serif CNS'; - src: url(./font/han.woff?v3.0.1) format("woff"), url(./font/han.otf?v3.0.1) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSongti), local(SimSun), local(PMingLiU); + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSongti), local(SimSun), local(PMingLiU); unicode-range: U+2026; } @font-face { font-family: 'Biaodian Pro Sans GB'; - src: url(./font/han.woff?v3.0.1) format("woff"), url(./font/han.otf?v3.0.1) format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(SimSun), local(PMingLiU); + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(SimSun), local(PMingLiU); unicode-range: U+2026; } @font-face { font-family: 'Biaodian Pro Serif GB'; - src: url(./font/han.woff?v3.0.1) format("woff"), url(./font/han.otf?v3.0.1) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSongti), local(SimSun), local(PMingLiU); + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSongti), local(SimSun), local(PMingLiU); unicode-range: U+2026; } /* Curve quotes (“‘’”, GB-only) */ @@ -1391,7 +1393,7 @@ jinze { */ @font-face { font-family: 'Biaodian Basic'; - src: url(./font/han.woff?v3.0.1) format("woff"), url(./font/han.otf?v3.0.1) format("opentype"); + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"); unicode-range: U+2014, U+2026, U+00B7; } @font-face { @@ -1565,7 +1567,7 @@ jinze { * Zhuyin Kaiti */ @font-face { - src: url(./font/han.woff?v3.0.1) format("woff"), url(./font/han.otf?v3.0.1) format("opentype"); + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"); unicode-range: U+3105-312D, U+31A0-31BA, U+02D9, U+02CA, U+02C5, U+02C7, U+02CB, U+02EA-02EB, U+030D, U+0358, U+F31B4-F31B7, U+F0061, U+F0065, U+F0069, U+F006F, U+F0075; font-family: 'Zhuyin Kaiti'; } @@ -1575,15 +1577,15 @@ jinze { @font-face { unicode-range: U+3105-312D, U+31A0-31BA, U+02D9, U+02CA, U+02C5, U+02C7, U+02CB, U+02EA-02EB, U+030D, U+0358, U+F31B4-F31B7, U+F0061, U+F0065, U+F0069, U+F006F, U+F0075; font-family: 'Zhuyin Heiti'; - src: local("Hiragino Sans GB"), local("Heiti TC"), local("Microsoft Jhenghei"), url(./font/han.woff?v3.0.1) format("woff"), url(./font/han.otf?v3.0.1) format("opentype"); + src: local("Hiragino Sans GB"), local("Heiti TC"), local("Microsoft Jhenghei"), url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"); } @font-face { font-family: 'Zhuyin Heiti'; - src: local("Heiti TC"), local("Microsoft Jhenghei"), url(./font/han.woff?v3.0.1) format("woff"), url(./font/han.otf?v3.0.1) format("opentype"); + src: local("Heiti TC"), local("Microsoft Jhenghei"), url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"); unicode-range: U+3127; } @font-face { - src: url(./font/han.woff?v3.0.1) format("woff"), url(./font/han.otf?v3.0.1) format("opentype"); + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"); font-family: 'Zhuyin Heiti'; unicode-range: U+02D9, U+02CA, U+02C5, U+02C7, U+02CB, U+02EA-02EB, U+31B4, U+31B5, U+31B6, U+31B7, U+030D, U+0358, U+F31B4-F31B7, U+F0061, U+F0065, U+F0069, U+F006F, U+F0075; } @@ -1591,7 +1593,7 @@ jinze { * Romanisation (checked tone ligature [陽入韻連字]) */ @font-face { - src: url(./font/han.woff?v3.0.1) format("woff"), url(./font/han.otf?v3.0.1) format("opentype"); + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"); font-family: 'Romanization Sans'; unicode-range: U+030D, U+0358, U+F31B4-F31B7, U+F0061, U+F0065, U+F0069, U+F006F, U+F0075; } diff --git a/latest/han.js b/latest/han.js index 07a7784c..7c2171db 100644 --- a/latest/han.js +++ b/latest/han.js @@ -1,5 +1,5 @@ /*! - * 漢字標準格式 v3.0.1 | MIT License | css.hanzi.co + * 漢字標準格式 v3.0.2 | MIT License | css.hanzi.co * Han: CSS typography framework optimised for Hanzi */ @@ -24,7 +24,7 @@ var body = document.body -var VERSION = '3.0.1', +var VERSION = '3.0.2', ROUTINE = [ // Initialise the condition with feature-detecting @@ -62,6 +62,8 @@ var VERSION = '3.0.1', return this } +Han.version = VERSION + Han.fn = Han.prototype = { version: VERSION, diff --git a/latest/han.min.css b/latest/han.min.css index 0010489c..56a6ea36 100644 --- a/latest/han.min.css +++ b/latest/han.min.css @@ -1,7 +1,5 @@ -@charset "UTF-8"; - -/*! 漢字標準格式 v3.0.1 | MIT License | css.hanzi.co */ +/*! 漢字標準格式 v3.0.2 | MIT License | css.hanzi.co */ /*! Han: CSS typography framework optimised for Hanzi */ /*! normalize.css v3.0.2 | MIT License | git.io/normalize */ -html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{line-height:1.3;-webkit-font-smoothing:subpixel-antialiased}ol,ul{padding-left:2em}figure,blockquote{margin-left:2em;margin-right:2em}address{font-style:inherit}pre{white-space:pre;word-wrap:normal}a{text-decoration:inherit}em:lang(zh),em:lang(ja){-moz-text-emphasis:filled circle;-webkit-text-emphasis:filled circle;text-emphasis:filled circle;-moz-text-emphasis-position:under;-webkit-text-emphasis-position:under;text-emphasis-position:under;font-style:inherit;border-bottom:2px dotted;padding-bottom:0.05em;border-bottom-width:-webkit-calc( 0px );padding-bottom:-webkit-calc( 0px )}em:lang(ja){-moz-text-emphasis:filled sesame;-webkit-text-emphasis:filled sesame;text-emphasis:filled sesame;-moz-text-emphasis-position:over;-webkit-text-emphasis-position:over;text-emphasis-position:over}strong,dfn:lang(zh),dfn:lang(ja),b{font-weight:inherit}strong,dfn:lang(zh),dfn:lang(ja),b{font-weight:bolder}dfn:lang(zh),dfn:lang(ja){font-style:inherit}cite:lang(zh),cite:lang(ja){font-style:inherit}q{quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(zh){quotes:"「" "」" "『" "』" "「" "」" "『" "』" "「" "」" "『" "』"}q:lang(zh-CN),q:lang(en){quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(en-GB){quotes:"‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”"}q:before{content:open-quote}q:after{content:close-quote}q:lang(ja):before,q:lang(ja):after{content:none}code,kbd,samp,pre{font-family:monospace,monospace,sans-serif}i:lang(zh),i:lang(ja),var:lang(zh),var:lang(ja){font-family:cursive,serif;font-style:inherit}u+u,u+ins,ins+u,ins+ins,s+s,s+del,del+s,del+del,.hyu-js-rendered u.adjacent,.hyu-js-rendered ins.adjacent,.hyu-js-rendered s+s.adjacent,.hyu-js-rendered s+del.adjacent,.hyu-js-rendered del+s.adjacent,.hyu-js-rendered del+del.adjacent{margin-left:0.125em}u,ins{padding-bottom:0.05em;border-bottom:1px solid;text-decoration:none}ruby *:before,ruby *:after{line-height:normal}ruby>rt:before{content:"("}ruby>rt:after{content:")"}ruby>rb+rtc:before{content:"("}ruby>rtc:after{content:","}ruby>rtc:last-of-type:after{content:")"}ruby>rt:before,ruby>rt:after{display:inline-block;overflow:hidden;vertical-align:middle;height:0;width:0;height:-moz-calc( 1.3em );width:-moz-calc( 1em )}.hyu-js-rendered u+u,.hyu-js-rendered u+ins,.hyu-js-rendered ins+u,.hyu-js-rendered ins+ins,.hyu-js-rendered s+s,.hyu-js-rendered s+del,.hyu-js-rendered del+s,.hyu-js-rendered del+del{margin-left:auto}.hyu-js-rendered em:lang(zh),.hyu-js-rendered em:lang(ja){padding-bottom:auto;border-bottom-width:0}.no-textemphasis em:lang(zh),.no-textemphasis em:lang(ja){line-height:2}.no-textemphasis em:lang(zh) char,.no-textemphasis em:lang(ja) char{position:relative;font-style:inherit}.no-textemphasis em:lang(zh) char:after,.no-textemphasis em:lang(ja) char:after{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:normal;line-height:normal;text-decoration:none;text-indent:0;-moz-transform:scale(0.5);-ms-transform:scale(0.5);-webkit-transform:scale(0.5);transform:scale(0.5);position:absolute;left:50%;top:0;margin-left:-250%;overflow:hidden;display:inline-block;height:1em;width:500%;line-height:1;text-align:center;text-indent:0;font-family:Georgia,"Times New Roman",Arial,!important}em:lang(zh) char.punct,em:lang(ja) char.punct,em:lang(zh) char.biaodian,em:lang(ja) char.biaodian{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none}.no-textemphasis em:lang(zh) char.punct:after,.no-textemphasis em:lang(ja) char.punct:after,.no-textemphasis em:lang(zh) char.biaodian:after,.no-textemphasis em:lang(ja) char.biaodian:after{content:none !important}.no-textemphasis em:lang(zh) char:after{margin-top:1em;content:"●"}.no-textemphasis em:lang(ja) char:after{margin-top:-0.7em;content:"﹅"}hruby{display:inline;line-height:2}hruby rp{display:none}hruby ru[annotation]>rt{display:inline-block;height:0;width:0;font:0/0 hidden-text}hruby ru{position:relative;display:inline-block;text-indent:0}hruby ru:before,hruby zhuyin{-moz-transform:scale(0.55);-ms-transform:scale(0.55);-webkit-transform:scale(0.55);transform:scale(0.55);-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:normal;line-height:normal;text-decoration:none;text-indent:0;position:absolute;display:inline-block}hruby ru[annotation]{text-align:center}hruby ru[annotation]:before{left:-265%;top:-0.5em;vertical-align:top;height:1em;width:600%;content:attr(annotation);line-height:1;text-align:center;text-indent:0}hruby[rightangle] ru[annotation]:before{left:-250%}hruby ru[zhuyin]{display:inline-block;position:relative;width:1.8em;text-align:left}hruby ru[zhuyin] zhuyin{right:0.2em;top:0;height:2.7em;width:0.8em;line-height:0.9;white-space:pre-wrap;word-break:break-all}hruby ru[zhuyin] diao{position:absolute;right:-0.9em;top:0;display:inline-block;width:1em}hruby ru[zhuyin][length='0'],hruby ru[zhuyin]:empty{width:auto}hruby ru[zhuyin][length='0'] zhuyin,hruby ru[zhuyin]:empty zhuyin{display:none}hruby ru[zhuyin][length='1'] zhuyin{margin-top:0.125em}hruby ru[zhuyin][length='1'] diao{margin-top:-0.35em}hruby ru[zhuyin][length='2'] zhuyin{margin-top:-0.175em}hruby ru[zhuyin][length='2'] diao{margin-top:0.5em}hruby ru[zhuyin][length='3'] zhuyin{margin-top:-0.45em}hruby ru[zhuyin][length='3'] diao{margin-top:1.3em}hruby ru[zhuyin][diao='˙'] diao{right:-0.35em}hruby ru[zhuyin][diao='˙'][length='1'] diao{margin-top:-0.5em}hruby ru[zhuyin][diao='˙'][length='2'] diao{margin-top:-0.3em}hruby ru[zhuyin][diao='˙'][length='3'] diao{margin-top:-0.25em}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1.2);-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2);margin-right:-0.25em}hruby ru[zhuyin][diao^='ㆴ'] diao,hruby ru[zhuyin][diao^='ㆵ'] diao,hruby ru[zhuyin][diao^='ㆶ'] diao,hruby ru[zhuyin][diao^='ㆷ'] diao,hruby ru[zhuyin][diao='󳆴'] diao,hruby ru[zhuyin][diao='󳆵'] diao,hruby ru[zhuyin][diao='󳆶'] diao,hruby ru[zhuyin][diao='󳆷'] diao{top:20%;margin-right:-0.3em}hruby ru[annotation]:before,hruby[rightangle] ru[annotation][order='1']:before{top:-0.5em}hruby ru[order='1']:before,hruby[rightangle] ru[annotation][order='0']:before{bottom:-0.4em;top:auto}hruby[rightangle] ru[annotation]:before{margin-left:-0.4em}@media screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi){hruby yin{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);display:inline-block}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}hruby ru[zhuyin][diao='˙'] diao{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);top:0.125em}}jinze{display:inline-block;text-indent:0}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';font-weight:600;src:local("YuGothic Bold"),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(YuGo-Bold),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';font-weight:600;src:local("YuGothic Bold"),local(YuGo-Bold),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti GB';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold);unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Heiti SC Medium"),local("Microsoft YaHei Bold"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold);unicode-range:U+270C}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSong),local("Lisong Pro"),local(SimSun),local(PMingLiU)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho")}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local(PMingLiU),local(SimSun)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro")}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun),local(PMingLiU)}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti SC Bold"),local("STSongti TC Bold"),local(STSongti-SC-Bold),local(STSongti-TC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti GB';font-weight:600;src:local("STSongti SC Bold"),local(STSongti-SC-Bold)}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSongti),local("Lisong Pro"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+270C}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local("MS Mincho"),local(PMingLiU),local(SimSun);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+270C}@font-face{font-family:cursive;src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti';src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti CNS';src:local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti GB';src:local("Kaiti SC"),local(STKaiti),local(Kai),local(Kaiti),local(DFKai-SB)}@font-face{font-family:cursive;font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti GB';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong CNS';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong GB';src:local(STFangsong),local(FangSong)}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Arial Unicode MS"),local("MS Gothic");unicode-range:U+2014}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho"),local("Microsoft Yahei");unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic");unicode-range:U+2026}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Lisong Pro"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU),local("MS Gothic");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(STSongti-TC-Regular),local("Lisong Pro"),local("Heiti TC"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSongti),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Basic';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype");unicode-range:U+2014,U+2026,U+00B7}@font-face{font-family:'Biaodian Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Latin Italic Serif';src:local("Georgia Italic"),local("Times New Roman Italic"),local(Georgia-Italic),local(TimesNewRomanPS-ItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Serif';font-weight:700;src:local("Georgia Bold Italic"),local("Times New Roman Bold Italic"),local(Georgia-BoldItalic),local(TimesNewRomanPS-BoldItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{font-family:'Latin Italic Sans';font-weight:700;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Sans';src:local(Skia),local("Neutraface 2 Text"),local(Candara),local(Corbel)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Serif';src:local(Georgia),local("Hoefler Text"),local("Big Caslon")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Italic Serif';src:local("Georgia Italic"),local("Hoefler Text Italic"),local(Georgia-Italic),local(HoeflerText-Italic)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Sans';src:local("Helvetica Neue"),local(Helvetica),local(Arial)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';font-weight:bold;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Serif';src:local(Palatino),local("Palatino Linotype"),local("Times New Roman")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';src:local("Palatino Italic"),local("Palatino Italic Linotype"),local("Times New Roman Italic"),local(Palatino-Italic),local(Palatino-Italic-Linotype),local(TimesNewRomanPS-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';font-weight:bold;src:local("Palatino Bold Italic"),local("Palatino Bold Italic Linotype"),local("Times New Roman Bold Italic"),local(Palatino-BoldItalic),local(Palatino-BoldItalic-Linotype),local(TimesNewRomanPS-BoldItalicMT)}@font-face{font-family:'Numeral TF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';font-weight:bold;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';font-weight:bold;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype");unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Kaiti'}@font-face{unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Heiti';src:local("Hiragino Sans GB"),local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype")}@font-face{font-family:'Zhuyin Heiti';src:local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype");unicode-range:U+3127}@font-face{src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype");font-family:'Zhuyin Heiti';unicode-range:U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+31B4,U+31B5,U+31B6,U+31B7,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}@font-face{src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype");font-family:'Romanization Sans';unicode-range:U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}html:lang(zh-Latn),html:lang(ja-Latn),html:not(:lang(zh)):not(:lang(ja)),html *:lang(zh-Latn),html *:lang(ja-Latn),html *:not(:lang(zh)):not(:lang(ja)),article strong:lang(zh-Latn),article strong:lang(ja-Latn),article strong:not(:lang(zh)):not(:lang(ja)),article strong *:lang(zh-Latn),article strong *:lang(ja-Latn),article strong *:not(:lang(zh)):not(:lang(ja)){font-family:"Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}html:lang(zh),html:lang(zh-Hant),[lang^='zh'],[lang*='Hant'],[lang='zh-TW'],[lang='zh-HK'],article strong:lang(zh),article strong:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}html:lang(zh-Hans),html:lang(zh-CN),[lang*='Hans'],[lang='zh-CN'],article strong:lang(zh-Hans),article strong:lang(zh-CN){font-family:"Biaodian Pro Sans GB","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}html:lang(ja),[lang^='ja'],article strong:lang(ja){font-family:"Yakumono Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article blockquote i:lang(zh-Latn),article blockquote i:lang(ja-Latn),article blockquote i:not(:lang(zh)):not(:lang(ja)),article blockquote i *:lang(zh-Latn),article blockquote i *:lang(ja-Latn),article blockquote i *:not(:lang(zh)):not(:lang(ja)),article blockquote var:lang(zh-Latn),article blockquote var:lang(ja-Latn),article blockquote var:not(:lang(zh)):not(:lang(ja)),article blockquote var *:lang(zh-Latn),article blockquote var *:lang(ja-Latn),article blockquote var *:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}article blockquote i:lang(zh),article blockquote i:lang(zh-Hant),article blockquote var:lang(zh),article blockquote var:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}article blockquote i:lang(zh-Hans),article blockquote i:lang(zh-CN),article blockquote var:lang(zh-Hans),article blockquote var:lang(zh-CN){font-family:"Biaodian Pro Sans GB","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}article blockquote i:lang(ja),article blockquote var:lang(ja){font-family:"Yakumono Sans","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article figure blockquote:lang(zh-Latn),article figure blockquote:lang(ja-Latn),article figure blockquote:not(:lang(zh)):not(:lang(ja)),article figure blockquote *:lang(zh-Latn),article figure blockquote *:lang(ja-Latn),article figure blockquote *:not(:lang(zh)):not(:lang(ja)),figure blockquote:lang(zh-Latn),figure blockquote:lang(ja-Latn),figure blockquote:not(:lang(zh)):not(:lang(ja)),figure blockquote *:lang(zh-Latn),figure blockquote *:lang(ja-Latn),figure blockquote *:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Songti",cursive,serif}article figure blockquote:lang(zh),article figure blockquote:lang(zh-Hant),figure blockquote:lang(zh),figure blockquote:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Songti",serif}article figure blockquote:lang(zh-Hans),article figure blockquote:lang(zh-CN),figure blockquote:lang(zh-Hans),figure blockquote:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Songti GB",serif}article figure blockquote:lang(ja),figure blockquote:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",serif}article blockquote:lang(zh-Latn),article blockquote:lang(ja-Latn),article blockquote:not(:lang(zh)):not(:lang(ja)),article blockquote *:lang(zh-Latn),article blockquote *:lang(ja-Latn),article blockquote *:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Kaiti",cursive,serif}article blockquote:lang(zh),article blockquote:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}article blockquote:lang(zh-Hans),article blockquote:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}article blockquote:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",cursive,serif}i:lang(zh-Latn),i:lang(ja-Latn),i:not(:lang(zh)):not(:lang(ja)),i *:lang(zh-Latn),i *:lang(ja-Latn),i *:not(:lang(zh)):not(:lang(ja)),var:lang(zh-Latn),var:lang(ja-Latn),var:not(:lang(zh)):not(:lang(ja)),var *:lang(zh-Latn),var *:lang(ja-Latn),var *:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti",cursive,serif}i:lang(zh),i:lang(zh-Hant),var:lang(zh),var:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}i:lang(zh-Hans),i:lang(zh-CN),var:lang(zh-Hans),var:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}i:lang(ja),var:lang(ja){font-family:"Yakumono Serif","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman",cursive,serif}code:lang(zh-Latn),code:lang(ja-Latn),code:not(:lang(zh)):not(:lang(ja)),code *:lang(zh-Latn),code *:lang(ja-Latn),code *:not(:lang(zh)):not(:lang(ja)),kbd:lang(zh-Latn),kbd:lang(ja-Latn),kbd:not(:lang(zh)):not(:lang(ja)),kbd *:lang(zh-Latn),kbd *:lang(ja-Latn),kbd *:not(:lang(zh)):not(:lang(ja)),samp:lang(zh-Latn),samp:lang(ja-Latn),samp:not(:lang(zh)):not(:lang(ja)),samp *:lang(zh-Latn),samp *:lang(ja-Latn),samp *:not(:lang(zh)):not(:lang(ja)),pre:lang(zh-Latn),pre:lang(ja-Latn),pre:not(:lang(zh)):not(:lang(ja)),pre *:lang(zh-Latn),pre *:lang(ja-Latn),pre *:not(:lang(zh)):not(:lang(ja)){font-family:Menlo,Consolas,Courier,"Han Heiti",monospace,monospace,sans-serif}code:lang(zh),code:lang(zh-Hant),kbd:lang(zh),kbd:lang(zh-Hant),samp:lang(zh),samp:lang(zh-Hant),pre:lang(zh),pre:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS",Menlo,Consolas,Courier,"Zhuyin Heiti","Han Heiti",monospace,monospace,sans-serif}code:lang(zh-Hans),code:lang(zh-CN),kbd:lang(zh-Hans),kbd:lang(zh-CN),samp:lang(zh-Hans),samp:lang(zh-CN),pre:lang(zh-Hans),pre:lang(zh-CN){font-family:"Biaodian Pro Sans GB",Menlo,Consolas,Courier,"Han Heiti GB",monospace,monospace,sans-serif}code:lang(ja),kbd:lang(ja),samp:lang(ja),pre:lang(ja){font-family:"Yakumono Sans",Menlo,Consolas,Courier,monospace,monospace,sans-serif}html,ruby ru[zhuyin] zhuyin,ruby ru[zhuyin] zhuyin diao,hruby ru[zhuyin] zhuyin,hruby ru[zhuyin] zhuyin diao,ruby.romanization rt,ruby ru[annotation]:before,hruby.romanization rt,hruby ru[annotation]:before,.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode='b7']{-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga";-webkit-font-feature-settings:"liga";font-feature-settings:"liga"}ruby ru[zhuyin] zhuyin diao,hruby ru[zhuyin] zhuyin diao{font-family:"Zhuyin Kaiti",cursive,serif}ruby.romanization rt,ruby ru[annotation]:before,hruby.romanization rt,hruby ru[annotation]:before{font-family:"Romanization Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}.no-kaiti i,.no-kaiti var{padding-bottom:0.05em;border-bottom:3px double #d3d3d3}article{line-height:1.7}article p,article li{text-align:justify;text-justify:inter-ideograph}article h1+blockquote,article h1+p,article h1+ol,article h1+ul,article h1+h6,article h1+section>h6:first-child,article h1+section>p:first-child,article h1+section>ol:first-child,article h1+section>ul:first-child,article h1+section>blockquote:first-child,article h2+blockquote,article h2+p,article h2+ol,article h2+ul,article h2+h6,article h2+section>h6:first-child,article h2+section>p:first-child,article h2+section>ol:first-child,article h2+section>ul:first-child,article h2+section>blockquote:first-child,article h3+blockquote,article h3+p,article h3+ol,article h3+ul,article h3+h6,article h3+section>h6:first-child,article h3+section>p:first-child,article h3+section>ol:first-child,article h3+section>ul:first-child,article h3+section>blockquote:first-child,article h4+blockquote,article h4+p,article h4+ol,article h4+ul,article h4+h6,article h4+section>h6:first-child,article h4+section>p:first-child,article h4+section>ol:first-child,article h4+section>ul:first-child,article h4+section>blockquote:first-child,article h5+blockquote,article h5+p,article h5+ol,article h5+ul,article h5+h6,article h5+section>h6:first-child,article h5+section>p:first-child,article h5+section>ol:first-child,article h5+section>ul:first-child,article h5+section>blockquote:first-child,article h6+blockquote,article h6+p,article h6+ol,article h6+ul,article h6+h6,article h6+section>h6:first-child,article h6+section>p:first-child,article h6+section>ol:first-child,article h6+section>ul:first-child,article h6+section>blockquote:first-child,article h1+h5,article h1+section>h5:first-child,article h2+h5,article h2+section>h5:first-child,article h3+h5,article h3+section>h5:first-child,article h4+h5,article h4+section>h5:first-child,article h5+h5,article h5+section>h5:first-child,article h1+h4,article h1+section>h4:first-child,article h2+h4,article h2+section>h4:first-child,article h3+h4,article h3+section>h4:first-child,article h4+h4,article h4+section>h4:first-child,article h1+h3,article h1+section>h3:first-child,article h2+h3,article h2+section>h3:first-child,article h3+h3,article h3+section>h3:first-child,article h1+h2,article h1+section>h2:first-child,article h2+h2,article h2+section>h2:first-child{margin-top:-1em}p.poem-like,.poem-like p{margin-left:2em}@media only screen and (max-width: 480px){p.poem-like,.poem-like p{margin-left:1em}}article blockquote{margin-right:0}@media only screen and (max-width: 480px){article blockquote{margin-left:1em}}figure blockquote{margin:0}blockquote blockquote{margin-left:1em;margin-right:1em}article blockquote blockquote{margin-right:0}@media only screen and (max-width: 480px){blockquote,figure{margin-left:1em;margin-right:1em}}.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode='b7']{font-family:"Biaodian Basic","Han Heiti"}hws{display:inline;visibility:hidden;font-family:Arial,sans-serif !important;font-size:0.89em}code hws,kbd hws,samp hws,pre hws,ol>hws,ul>hws{display:none}char_group .open:not(:last-child),char_group .close:not(:last-child),char_group [unicode='3001']:not(:last-child),char_group [unicode='3002']:not(:last-child),char_group [unicode='ff0c']:not(:last-child),char_group [unicode='ff08']:not(:last-child){letter-spacing:-0.5em}char_group [unicode='b7']+[unicode='300c'],char_group [unicode='b7']+[unicode='300e'],char_group [unicode='30fb']+[unicode='300c'],char_group [unicode='30fb']+[unicode='300e']{margin-left:-0.5em}char_group .liga+[unicode='300c'],char_group .liga+[unicode='300e']{margin-left:-0.25em}char[display-as]{position:relative;display:inline-block}char[display-as] inner{color:transparent}char[display-as]:after{position:absolute;left:0;display:inline-block;content:attr(display-as)}char[display-as].comb-liga:after{font-family:"Romanization Sans","Zhuyin Kaiti"} +@charset "UTF-8";html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{line-height:1.3;-webkit-font-smoothing:subpixel-antialiased}ol,ul{padding-left:2em}blockquote,figure{margin-left:2em;margin-right:2em}address{font-style:inherit}pre{white-space:pre;word-wrap:normal}a{text-decoration:inherit}em:lang(ja),em:lang(zh){-moz-text-emphasis:filled circle;-webkit-text-emphasis:filled circle;text-emphasis:filled circle;-moz-text-emphasis-position:under;-webkit-text-emphasis-position:under;text-emphasis-position:under;font-style:inherit;border-bottom:2px dotted;padding-bottom:.05em;border-bottom-width:-webkit-calc(0px);padding-bottom:-webkit-calc(0px)}em:lang(ja){-moz-text-emphasis:filled sesame;-webkit-text-emphasis:filled sesame;text-emphasis:filled sesame;-moz-text-emphasis-position:over;-webkit-text-emphasis-position:over;text-emphasis-position:over}b,dfn:lang(ja),dfn:lang(zh),strong{font-weight:bolder}cite:lang(ja),cite:lang(zh),dfn:lang(ja),dfn:lang(zh){font-style:inherit}q{quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(zh){quotes:"「" "」" "『" "』" "「" "」" "『" "』" "「" "」" "『" "』"}q:lang(en),q:lang(zh-CN){quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(en-GB){quotes:"‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”"}q:before{content:open-quote}q:after{content:close-quote}q:lang(ja):after,q:lang(ja):before{content:none}code,kbd,pre,samp{font-family:monospace,monospace,sans-serif}i:lang(ja),i:lang(zh),var:lang(ja),var:lang(zh){font-style:inherit}.hyu-js-rendered del+del.adjacent,.hyu-js-rendered del+s.adjacent,.hyu-js-rendered ins.adjacent,.hyu-js-rendered s+del.adjacent,.hyu-js-rendered s+s.adjacent,.hyu-js-rendered u.adjacent,del+del,del+s,ins+ins,ins+u,s+del,s+s,u+ins,u+u{margin-left:.125em}ins,u{padding-bottom:.05em;border-bottom:1px solid;text-decoration:none}ruby :after,ruby :before{line-height:normal}ruby>rt:not(:empty):before{content:"("}ruby>rt:not(:empty):after{content:")"}ruby>rb+rtc:before{content:"("}ruby>rtc:after{content:","}ruby>rtc:last-of-type:after{content:")"}ruby>rt:after,ruby>rt:before{display:inline-block;overflow:hidden;vertical-align:middle;height:0;width:0}ruby>rt:not(:empty):after,ruby>rt:not(:empty):before{height:-moz-calc(1.3em);width:-moz-calc(1em)}.hyu-js-rendered del+del,.hyu-js-rendered del+s,.hyu-js-rendered ins+ins,.hyu-js-rendered ins+u,.hyu-js-rendered s+del,.hyu-js-rendered s+s,.hyu-js-rendered u+ins,.hyu-js-rendered u+u{margin-left:auto}.hyu-js-rendered em:lang(ja),.hyu-js-rendered em:lang(zh){padding-bottom:auto;border-bottom-width:0}.no-textemphasis em:lang(ja),.no-textemphasis em:lang(zh){line-height:2}.no-textemphasis em:lang(ja) char,.no-textemphasis em:lang(zh) char{position:relative;font-style:inherit}.no-textemphasis em:lang(ja) char:after,.no-textemphasis em:lang(zh) char:after{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:400;text-decoration:none;-moz-transform:scale(0.5);-ms-transform:scale(0.5);-webkit-transform:scale(0.5);transform:scale(0.5);position:absolute;left:50%;top:0;margin-left:-250%;overflow:hidden;display:inline-block;height:1em;width:500%;line-height:1;text-align:center;text-indent:0;font-family:Georgia,"Times New Roman",Arial,!important}em:lang(ja) char.biaodian,em:lang(ja) char.punct,em:lang(zh) char.biaodian,em:lang(zh) char.punct{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none}.no-textemphasis em:lang(ja) char.biaodian:after,.no-textemphasis em:lang(ja) char.punct:after,.no-textemphasis em:lang(zh) char.biaodian:after,.no-textemphasis em:lang(zh) char.punct:after{content:none!important}.no-textemphasis em:lang(zh) char:after{margin-top:1em;content:"●"}.no-textemphasis em:lang(ja) char:after{margin-top:-.7em;content:"﹅"}hruby{display:inline;line-height:2}hruby rp{display:none}hruby ru[annotation]>rt{display:inline-block;height:0;width:0;font:0/0 hidden-text}hruby ru{position:relative;display:inline-block;text-indent:0}hruby ru:before,hruby zhuyin{-moz-transform:scale(0.55);-ms-transform:scale(0.55);-webkit-transform:scale(0.55);transform:scale(0.55);-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:400;line-height:normal;text-decoration:none;text-indent:0;position:absolute;display:inline-block}hruby ru[annotation]{text-align:center}hruby ru[annotation]:before{left:-265%;vertical-align:top;height:1em;width:600%;content:attr(annotation);line-height:1;text-align:center;text-indent:0}hruby[rightangle] ru[annotation]:before{left:-250%}hruby ru[zhuyin]{display:inline-block;position:relative;width:1.8em;text-align:left}hruby ru[zhuyin] zhuyin{right:.2em;top:0;height:2.7em;width:.8em;line-height:.9;white-space:pre-wrap;word-break:break-all}hruby ru[zhuyin] diao{position:absolute;right:-.9em;top:0;display:inline-block;width:1em}hruby ru[zhuyin]:empty,hruby ru[zhuyin][length='0']{width:auto}hruby ru[zhuyin]:empty zhuyin,hruby ru[zhuyin][length='0'] zhuyin{display:none}hruby ru[zhuyin][length='1'] zhuyin{margin-top:.125em}hruby ru[zhuyin][length='1'] diao{margin-top:-.35em}hruby ru[zhuyin][length='2'] zhuyin{margin-top:-.175em}hruby ru[zhuyin][length='2'] diao{margin-top:.5em}hruby ru[zhuyin][length='3'] zhuyin{margin-top:-.45em}hruby ru[zhuyin][length='3'] diao{margin-top:1.3em}hruby ru[zhuyin][diao='˙'] diao{right:-.35em}hruby ru[zhuyin][diao='˙'][length='1'] diao{margin-top:-.5em}hruby ru[zhuyin][diao='˙'][length='2'] diao{margin-top:-.3em}hruby ru[zhuyin][diao='˙'][length='3'] diao{margin-top:-.25em}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1.2);-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2);margin-right:-.25em}hruby ru[zhuyin][diao='󳆴'] diao,hruby ru[zhuyin][diao='󳆵'] diao,hruby ru[zhuyin][diao='󳆶'] diao,hruby ru[zhuyin][diao='󳆷'] diao,hruby ru[zhuyin][diao^='ㆴ'] diao,hruby ru[zhuyin][diao^='ㆵ'] diao,hruby ru[zhuyin][diao^='ㆶ'] diao,hruby ru[zhuyin][diao^='ㆷ'] diao{top:20%;margin-right:-.3em}hruby ru[annotation]:before,hruby[rightangle] ru[annotation][order='1']:before{top:-.5em}hruby ru[order='1']:before,hruby[rightangle] ru[annotation][order='0']:before{bottom:-.4em;top:auto}hruby[rightangle] ru[annotation]:before{margin-left:-.4em}@media screen and (-webkit-min-device-pixel-ratio:1.5),(min-resolution:192dpi){hruby yin{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);display:inline-block}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}hruby ru[zhuyin][diao='˙'] diao{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);top:.125em}}jinze{display:inline-block;text-indent:0}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';font-weight:600;src:local("YuGothic Bold"),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(YuGo-Bold),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';font-weight:600;src:local("YuGothic Bold"),local(YuGo-Bold),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti GB';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold);unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Heiti SC Medium"),local("Microsoft YaHei Bold"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold);unicode-range:U+270C}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSong),local("Lisong Pro"),local(SimSun),local(PMingLiU)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho")}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local(PMingLiU),local(SimSun)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro")}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun),local(PMingLiU)}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti SC Bold"),local("STSongti TC Bold"),local(STSongti-SC-Bold),local(STSongti-TC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti GB';font-weight:600;src:local("STSongti SC Bold"),local(STSongti-SC-Bold)}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSongti),local("Lisong Pro"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+270C}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local("MS Mincho"),local(PMingLiU),local(SimSun);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+270C}@font-face{font-family:cursive;src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti';src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti CNS';src:local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti GB';src:local("Kaiti SC"),local(STKaiti),local(Kai),local(Kaiti),local(DFKai-SB)}@font-face{font-family:cursive;font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti GB';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong CNS';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong GB';src:local(STFangsong),local(FangSong)}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Arial Unicode MS"),local("MS Gothic");unicode-range:U+2014}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho"),local("Microsoft Yahei");unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic");unicode-range:U+2026}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Lisong Pro"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU),local("MS Gothic");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(STSongti-TC-Regular),local("Lisong Pro"),local("Heiti TC"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSongti),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Basic';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+2014,U+2026,U+00B7}@font-face{font-family:'Biaodian Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Latin Italic Serif';src:local("Georgia Italic"),local("Times New Roman Italic"),local(Georgia-Italic),local(TimesNewRomanPS-ItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Serif';font-weight:700;src:local("Georgia Bold Italic"),local("Times New Roman Bold Italic"),local(Georgia-BoldItalic),local(TimesNewRomanPS-BoldItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{font-family:'Latin Italic Sans';font-weight:700;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Sans';src:local(Skia),local("Neutraface 2 Text"),local(Candara),local(Corbel)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Serif';src:local(Georgia),local("Hoefler Text"),local("Big Caslon")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Italic Serif';src:local("Georgia Italic"),local("Hoefler Text Italic"),local(Georgia-Italic),local(HoeflerText-Italic)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Sans';src:local("Helvetica Neue"),local(Helvetica),local(Arial)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';font-weight:700;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Serif';src:local(Palatino),local("Palatino Linotype"),local("Times New Roman")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';src:local("Palatino Italic"),local("Palatino Italic Linotype"),local("Times New Roman Italic"),local(Palatino-Italic),local(Palatino-Italic-Linotype),local(TimesNewRomanPS-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';font-weight:700;src:local("Palatino Bold Italic"),local("Palatino Bold Italic Linotype"),local("Times New Roman Bold Italic"),local(Palatino-BoldItalic),local(Palatino-BoldItalic-Linotype),local(TimesNewRomanPS-BoldItalicMT)}@font-face{font-family:'Numeral TF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';font-weight:700;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';font-weight:700;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Kaiti'}@font-face{unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Heiti';src:local("Hiragino Sans GB"),local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype")}@font-face{font-family:'Zhuyin Heiti';src:local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+3127}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");font-family:'Zhuyin Heiti';unicode-range:U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+31B4,U+31B5,U+31B6,U+31B7,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");font-family:'Romanization Sans';unicode-range:U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}article strong :lang(ja-Latn),article strong :lang(zh-Latn),article strong :not(:lang(zh)):not(:lang(ja)),article strong:lang(ja-Latn),article strong:lang(zh-Latn),article strong:not(:lang(zh)):not(:lang(ja)),html :lang(ja-Latn),html :lang(zh-Latn),html :not(:lang(zh)):not(:lang(ja)),html:lang(ja-Latn),html:lang(zh-Latn),html:not(:lang(zh)):not(:lang(ja)){font-family:"Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}[lang*=Hant],[lang=zh-HK],[lang=zh-TW],[lang^=zh],article strong:lang(zh),article strong:lang(zh-Hant),html:lang(zh),html:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}[lang*=Hans],[lang=zh-CN],article strong:lang(zh-CN),article strong:lang(zh-Hans),html:lang(zh-CN),html:lang(zh-Hans){font-family:"Biaodian Pro Sans GB","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}[lang^=ja],article strong:lang(ja),html:lang(ja){font-family:"Yakumono Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article blockquote i :lang(ja-Latn),article blockquote i :lang(zh-Latn),article blockquote i :not(:lang(zh)):not(:lang(ja)),article blockquote i:lang(ja-Latn),article blockquote i:lang(zh-Latn),article blockquote i:not(:lang(zh)):not(:lang(ja)),article blockquote var :lang(ja-Latn),article blockquote var :lang(zh-Latn),article blockquote var :not(:lang(zh)):not(:lang(ja)),article blockquote var:lang(ja-Latn),article blockquote var:lang(zh-Latn),article blockquote var:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}article blockquote i:lang(zh),article blockquote i:lang(zh-Hant),article blockquote var:lang(zh),article blockquote var:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}article blockquote i:lang(zh-CN),article blockquote i:lang(zh-Hans),article blockquote var:lang(zh-CN),article blockquote var:lang(zh-Hans){font-family:"Biaodian Pro Sans GB","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}article blockquote i:lang(ja),article blockquote var:lang(ja){font-family:"Yakumono Sans","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article figure blockquote :lang(ja-Latn),article figure blockquote :lang(zh-Latn),article figure blockquote :not(:lang(zh)):not(:lang(ja)),article figure blockquote:lang(ja-Latn),article figure blockquote:lang(zh-Latn),article figure blockquote:not(:lang(zh)):not(:lang(ja)),figure blockquote :lang(ja-Latn),figure blockquote :lang(zh-Latn),figure blockquote :not(:lang(zh)):not(:lang(ja)),figure blockquote:lang(ja-Latn),figure blockquote:lang(zh-Latn),figure blockquote:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Songti",cursive,serif}article figure blockquote:lang(zh),article figure blockquote:lang(zh-Hant),figure blockquote:lang(zh),figure blockquote:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Songti",serif}article figure blockquote:lang(zh-CN),article figure blockquote:lang(zh-Hans),figure blockquote:lang(zh-CN),figure blockquote:lang(zh-Hans){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Songti GB",serif}article figure blockquote:lang(ja),figure blockquote:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",serif}article blockquote :lang(ja-Latn),article blockquote :lang(zh-Latn),article blockquote :not(:lang(zh)):not(:lang(ja)),article blockquote:lang(ja-Latn),article blockquote:lang(zh-Latn),article blockquote:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Kaiti",cursive,serif}article blockquote:lang(zh),article blockquote:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}article blockquote:lang(zh-CN),article blockquote:lang(zh-Hans){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}article blockquote:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",cursive,serif}i :lang(ja-Latn),i :lang(zh-Latn),i :not(:lang(zh)):not(:lang(ja)),i:lang(ja-Latn),i:lang(zh-Latn),i:not(:lang(zh)):not(:lang(ja)),var :lang(ja-Latn),var :lang(zh-Latn),var :not(:lang(zh)):not(:lang(ja)),var:lang(ja-Latn),var:lang(zh-Latn),var:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti",cursive,serif}i:lang(zh),i:lang(zh-Hant),var:lang(zh),var:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}i:lang(zh-CN),i:lang(zh-Hans),var:lang(zh-CN),var:lang(zh-Hans){font-family:"Biaodian Pro Serif GB","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}i:lang(ja),var:lang(ja){font-family:"Yakumono Serif","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman",cursive,serif}code :lang(ja-Latn),code :lang(zh-Latn),code :not(:lang(zh)):not(:lang(ja)),code:lang(ja-Latn),code:lang(zh-Latn),code:not(:lang(zh)):not(:lang(ja)),kbd :lang(ja-Latn),kbd :lang(zh-Latn),kbd :not(:lang(zh)):not(:lang(ja)),kbd:lang(ja-Latn),kbd:lang(zh-Latn),kbd:not(:lang(zh)):not(:lang(ja)),pre :lang(ja-Latn),pre :lang(zh-Latn),pre :not(:lang(zh)):not(:lang(ja)),pre:lang(ja-Latn),pre:lang(zh-Latn),pre:not(:lang(zh)):not(:lang(ja)),samp :lang(ja-Latn),samp :lang(zh-Latn),samp :not(:lang(zh)):not(:lang(ja)),samp:lang(ja-Latn),samp:lang(zh-Latn),samp:not(:lang(zh)):not(:lang(ja)){font-family:Menlo,Consolas,Courier,"Han Heiti",monospace,monospace,sans-serif}code:lang(zh),code:lang(zh-Hant),kbd:lang(zh),kbd:lang(zh-Hant),pre:lang(zh),pre:lang(zh-Hant),samp:lang(zh),samp:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS",Menlo,Consolas,Courier,"Zhuyin Heiti","Han Heiti",monospace,monospace,sans-serif}code:lang(zh-CN),code:lang(zh-Hans),kbd:lang(zh-CN),kbd:lang(zh-Hans),pre:lang(zh-CN),pre:lang(zh-Hans),samp:lang(zh-CN),samp:lang(zh-Hans){font-family:"Biaodian Pro Sans GB",Menlo,Consolas,Courier,"Han Heiti GB",monospace,monospace,sans-serif}code:lang(ja),kbd:lang(ja),pre:lang(ja),samp:lang(ja){font-family:"Yakumono Sans",Menlo,Consolas,Courier,monospace,monospace,sans-serif}.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode=b7],hruby ru[annotation]:before,hruby ru[zhuyin] zhuyin,hruby ru[zhuyin] zhuyin diao,hruby.romanization rt,html,ruby ru[annotation]:before,ruby ru[zhuyin] zhuyin,ruby ru[zhuyin] zhuyin diao,ruby.romanization rt{-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga";-webkit-font-feature-settings:"liga";font-feature-settings:"liga"}hruby ru[zhuyin] zhuyin diao,ruby ru[zhuyin] zhuyin diao{font-family:"Zhuyin Kaiti",cursive,serif}hruby ru[annotation]:before,hruby.romanization rt,ruby ru[annotation]:before,ruby.romanization rt{font-family:"Romanization Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}.no-kaiti i,.no-kaiti var{padding-bottom:.05em;border-bottom:3px double lightgrey}article{line-height:1.7}article li,article p{text-align:justify;text-justify:inter-ideograph}article h1+blockquote,article h1+h2,article h1+h3,article h1+h4,article h1+h5,article h1+h6,article h1+ol,article h1+p,article h1+section>blockquote:first-child,article h1+section>h2:first-child,article h1+section>h3:first-child,article h1+section>h4:first-child,article h1+section>h5:first-child,article h1+section>h6:first-child,article h1+section>ol:first-child,article h1+section>p:first-child,article h1+section>ul:first-child,article h1+ul,article h2+blockquote,article h2+h2,article h2+h3,article h2+h4,article h2+h5,article h2+h6,article h2+ol,article h2+p,article h2+section>blockquote:first-child,article h2+section>h2:first-child,article h2+section>h3:first-child,article h2+section>h4:first-child,article h2+section>h5:first-child,article h2+section>h6:first-child,article h2+section>ol:first-child,article h2+section>p:first-child,article h2+section>ul:first-child,article h2+ul,article h3+blockquote,article h3+h3,article h3+h4,article h3+h5,article h3+h6,article h3+ol,article h3+p,article h3+section>blockquote:first-child,article h3+section>h3:first-child,article h3+section>h4:first-child,article h3+section>h5:first-child,article h3+section>h6:first-child,article h3+section>ol:first-child,article h3+section>p:first-child,article h3+section>ul:first-child,article h3+ul,article h4+blockquote,article h4+h4,article h4+h5,article h4+h6,article h4+ol,article h4+p,article h4+section>blockquote:first-child,article h4+section>h4:first-child,article h4+section>h5:first-child,article h4+section>h6:first-child,article h4+section>ol:first-child,article h4+section>p:first-child,article h4+section>ul:first-child,article h4+ul,article h5+blockquote,article h5+h5,article h5+h6,article h5+ol,article h5+p,article h5+section>blockquote:first-child,article h5+section>h5:first-child,article h5+section>h6:first-child,article h5+section>ol:first-child,article h5+section>p:first-child,article h5+section>ul:first-child,article h5+ul,article h6+blockquote,article h6+h6,article h6+ol,article h6+p,article h6+section>blockquote:first-child,article h6+section>h6:first-child,article h6+section>ol:first-child,article h6+section>p:first-child,article h6+section>ul:first-child,article h6+ul{margin-top:-1em}.poem-like p,p.poem-like{margin-left:2em}@media only screen and (max-width:480px){.poem-like p,p.poem-like{margin-left:1em}}article blockquote{margin-right:0}@media only screen and (max-width:480px){article blockquote{margin-left:1em}}figure blockquote{margin:0}blockquote blockquote{margin-left:1em;margin-right:1em}article blockquote blockquote{margin-right:0}@media only screen and (max-width:480px){blockquote,figure{margin-left:1em;margin-right:1em}}.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode=b7]{font-family:"Biaodian Basic","Han Heiti"}hws{display:inline;visibility:hidden;font-family:Arial,sans-serif!important;font-size:.89em}code hws,kbd hws,ol>hws,pre hws,samp hws,ul>hws{display:none}char_group .close:not(:last-child),char_group .open:not(:last-child),char_group [unicode='3001']:not(:last-child),char_group [unicode='3002']:not(:last-child),char_group [unicode=ff08]:not(:last-child),char_group [unicode=ff0c]:not(:last-child){letter-spacing:-.5em}char_group [unicode='30fb']+[unicode='300c'],char_group [unicode='30fb']+[unicode='300e'],char_group [unicode=b7]+[unicode='300c'],char_group [unicode=b7]+[unicode='300e']{margin-left:-.5em}char_group .liga+[unicode='300c'],char_group .liga+[unicode='300e']{margin-left:-.25em}char[display-as]{position:relative;display:inline-block}char[display-as] inner{color:transparent}char[display-as]:after{position:absolute;left:0;display:inline-block;content:attr(display-as)}char[display-as].comb-liga:after{font-family:"Romanization Sans","Zhuyin Kaiti"} \ No newline at end of file diff --git a/latest/han.min.js b/latest/han.min.js index 363723cf..d2e4466c 100644 --- a/latest/han.min.js +++ b/latest/han.min.js @@ -1,5 +1,5 @@ /*! - * 漢字標準格式 v3.0.1 | MIT License | css.hanzi.co + * 漢字標準格式 v3.0.2 | MIT License | css.hanzi.co * Han: CSS typography framework optimised for Hanzi */ -void function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=b(a,!0):b(a)}("undefined"!=typeof window?window:this,function(a,b){"use strict";var c=a.document,d=c.documentElement,e=c.body,f="3.0.1",g=["initCond","renderElem","renderJiya","renderHWS","correctBasicBD","substCombLigaWithPUA"],h=function(a,b){return new h.fn.init(a,b)},i=function(){return arguments[0]&&(this.context=arguments[0]),arguments[1]&&(this.condition=arguments[1]),this};h.fn=h.prototype={version:f,constructor:h,context:e,condition:d,routine:g,init:i,setRoutine:function(a){return Array.isArray(a)&&(this.routine=a),this},render:function(a){var b=this,a=Array.isArray(a)?a:this.routine;return a.forEach(function(a){try{"string"==typeof a?b[a]():Array.isArray(a)&&b[a.shift()].apply(b,a)}catch(c){}}),this}},h.fn.init.prototype=h.fn,h.init=function(){return h.init=h().render()};var j={punct:{base:"[\u2026,.;:!?\u203d_]",sing:"[\u2010-\u2014\u2026]",middle:"[\\/~\\-&\u2010-\u2014_]",open:"['\"\u2018\u201c\\(\\[\xa1\xbf\u2e18\xab\u2039\u201a\u201c\u201e]",close:"['\"\u201d\u2019\\)\\]\xbb\u203a\u201b\u201d\u201f]",end:"['\"\u201d\u2019\\)\\]\xbb\u203a\u201b\u201d\u201f\u203c\u203d\u2047-\u2049,.;:!?]"},biaodian:{base:"[\ufe30\uff0e\u3001\uff0c\u3002\uff1a\uff1b\uff1f\uff01\u30fc]",liga:"[\u2014\u2026\u22ef]",middle:"[\xb7\uff3c\uff0f\uff0d\u30a0\uff06\u30fb\uff3f]",open:"[\u300c\u300e\u300a\u3008\uff08\u3014\uff3b\uff5b\u3010\u3016]",close:"[\u300d\u300f\u300b\u3009\uff09\u3015\uff3d\uff5d\u3011\u3017]",end:"[\u300d\u300f\u300b\u3009\uff09\u3015\uff3d\uff5d\u3011\u3017\ufe30\uff0e\u3001\uff0c\u3002\uff1a\uff1b\uff1f\uff01\u30fc]"},hanzi:{base:"[\u4e00-\u9fff\u3400-\u4db5\u31c0-\u31e3\u3007\ufa0e\ufa0f\ufa11\ufa13\ufa14\ufa1f\ufa21\ufa23\ufa24\ufa27-\ufa29]|[\ud800-\udbff][\udc00-\udfff]",desc:"[\u2ff0-\u2ffa]",radical:"[\u2f00-\u2fd5\u2e80-\u2ef3]"},latin:{base:"[A-Za-z0-9\xc0-\xff\u0100-\u017f\u0180-\u024f\u2c60-\u2c7f\ua720-\ua7ff\u1e00-\u1eff]",combine:"[\u0300-\u0341\u1dc0-\u1dff]"},ellinika:{base:"[0-9\u0370-\u03ff\u1f00-\u1fff]",combine:"[\u0300-\u0345\u1dc0-\u1dff]"},kirillica:{base:"[0-9\u0400-\u0482\u048a-\u04ff\u0500-\u052f\ua640-\ua66e\ua67e-\ua697]",combine:"[\u0483-\u0489\u2de0-\u2dff\ua66f-\ua67d\ua69f]"},kana:{base:"[\u30a2\u30a4\u30a6\u30a8\u30aa-\u30fa\u3042\u3044\u3046\u3048\u304a-\u3094\u309f\u30ff]|\ud82c[\udc00-\udc01]",small:"[\u3041\u3043\u3045\u3047\u3049\u30a1\u30a3\u30a5\u30a7\u30a9\u3063\u3083\u3085\u3087\u308e\u3095\u3096\u30c3\u30e3\u30e5\u30e7\u30ee\u30f5\u30f6\u31f0-\u31ff]",combine:"[\u3099-\u309c]",half:"[\uff66-\uff9f]",mark:"[\u30a0\u309d\u309e\u30fb-\u30fe]"},eonmun:{base:"[\uac00-\ud7a3]",letter:"[\u1100-\u11ff\u314f-\u3163\u3131-\u318e\ua960-\ua97c\ud7b0-\ud7fb]",half:"[\uffa1-\uffdc]"},zhuyin:{base:"[\u3105-\u312d\u31a0-\u31ba]",initial:"[\u3105-\u3119\u312a-\u312c\u31a0-\u31a3]",medial:"[\u3127-\u3129]","final":"[\u311a-\u3129\u312d\u31a4-\u31b3\u31b8-\u31ba]",tone:"[\u02d9\u02ca\u02c5\u02c7\u02cb\u02ea\u02eb]",ruyun:"[\u31b4-\u31b7][\u0358\u030d]?"}},k=function(){var a="[\\x20\\t\\r\\n\\f]",b=j.punct.open,c=j.punct.close,d=j.punct.end,e=j.punct.middle,f=j.punct.sing,g=b+"|"+d+"|"+e,h=j.biaodian.open,i=j.biaodian.close,k=j.biaodian.end,l=j.biaodian.middle,m=j.biaodian.liga+"{2}",n=h+"|"+k+"|"+l,o=j.kana.base+j.kana.combine+"?",p=j.kana.small+j.kana.combine+"?",q=j.kana.half,r=j.eonmun.base+"|"+j.eonmun.letter,s=j.eonmun.half,t=j.hanzi.base+"|"+j.hanzi.desc+"|"+j.hanzi.radical+"|"+o,u=j.ellinika.combine,v=j.latin.base+u+"*",w=j.ellinika.base+u+"*",x=j.kirillica.combine,y=j.kirillica.base+x+"*",z=v+"|"+w+"|"+y,A="['\u2019]",B=t+"|("+z+"|"+A+")+",C=j.zhuyin.initial,D=j.zhuyin.medial,E=j.zhuyin.final,F=j.zhuyin.tone+"|"+j.zhuyin.ruyun;return{"char":{punct:{all:new RegExp("("+g+")","g"),open:new RegExp("("+b+")","g"),end:new RegExp("("+d+")","g"),sing:new RegExp("("+f+")","g")},biaodian:{all:new RegExp("("+n+")","g"),open:new RegExp("("+h+")","g"),close:new RegExp("("+i+")","g"),end:new RegExp("("+k+")","g"),liga:new RegExp("("+m+")","g"),group:[new RegExp("("+h+"|"+l+"|"+k+"){2,}","g"),new RegExp("("+m+h+")","g")]},hanzi:{individual:new RegExp("("+t+")","g"),group:new RegExp("("+t+")+","g")},word:new RegExp("("+v+"|"+w+"|"+y+"|"+g+")+","ig"),alphabet:{latin:new RegExp("("+v+")","ig"),ellinika:new RegExp("("+w+")","ig"),kirillica:new RegExp("("+y+")","ig"),kana:new RegExp("("+o+")","g"),smallkana:new RegExp("("+p+")","g"),eonmun:new RegExp("("+r+")","g"),halfeonmun:new RegExp("("+s+")","g")}},jinze:{touwei:new RegExp("("+h+"+)("+B+")("+k+"+)","ig"),tou:new RegExp("("+h+"+)("+B+")","ig"),wei:new RegExp("("+B+")("+k+"+)","ig"),middle:new RegExp("("+B+")("+l+")("+B+")","ig")},zhuyin:{form:new RegExp("^\u02d9?("+C+")?("+D+")?("+E+")?("+F+")?$"),diao:new RegExp("("+F+")","g")},hws:{base:[new RegExp("("+t+")("+z+"|"+b+")","ig"),new RegExp("("+z+"|"+d+")("+t+")","ig")],strict:[new RegExp("("+t+")"+a+"?("+z+"|"+b+")","ig"),new RegExp("("+z+"|"+d+")"+a+"?("+t+")","ig")]},"display-as":{"ja-font-for-hant":["\u67e5 \u67fb","\u555f \u5553","\u9109 \u9115","\u503c \u5024","\u6c61 \u6c5a"],"comb-liga-pua":[["a[\u030d\u0358]","\udb80\udc61"],["e[\u030d\u0358]","\udb80\udc65"],["i[\u030d\u0358]","\udb80\udc69"],["o[\u030d\u0358]","\udb80\udc6f"],["u[\u030d\u0358]","\udb80\udc75"],["\u31b4[\u030d\u0358]","\udb8c\uddb4"],["\u31b5[\u030d\u0358]","\udb8c\uddb5"],["\u31b6[\u030d\u0358]","\udb8c\uddb6"],["\u31b7[\u030d\u0358]","\udb8c\uddb7"]]},"inaccurate-char":[["[\u2022\u2027]","\xb7"],["\u22ef\u22ef","\u2026\u2026"],["\u2500\u2500","\u2014\u2014"],["\u2035","\u2018"],["\u2032","\u2019"],["\u2036","\u201c"],["\u2033","\u201d"]]}}();h.UNICODE=j,h.TYPESET=k,h.UNICODE.cjk=h.UNICODE.hanzi,h.UNICODE.greek=h.UNICODE.ellinika,h.UNICODE.cyrillic=h.UNICODE.kirillica,h.UNICODE.hangul=h.UNICODE.eonmun,h.TYPESET.char.cjk=h.TYPESET.char.hanzi,h.TYPESET.char.alphabet.greek=h.TYPESET.char.alphabet.ellinika,h.TYPESET.char.alphabet.cyrillic=h.TYPESET.char.alphabet.kirillica,h.TYPESET.char.alphabet.hangul=h.TYPESET.char.alphabet.eonmun;var l={id:function(a,b){return(b||c).getElementById(a)},tag:function(a,b){return this.makeArray((b||c).getElementsByTagName(a))},qsa:function(a,b){return this.makeArray((b||c).querySelectorAll(a))},matches:function(a,b){var c=Element.prototype,d=c.matches||c.mozMatchesSelector||c.msMatchesSelector||c.webkitMatchesSelector;try{return d.call(a,b)}catch(e){return!1}},create:function(a,b){var a="!"===a?c.createDocumentFragment():""===a?c.createTextNode(b||""):c.createElement(a);try{b&&(a.className=b)}catch(d){}return a},clone:function(a,b){return a.cloneNode(b||!0)},remove:function(a,b){return(b||a.parentNode).removeChild(a)},setAttr:function(a,b){var c=b.length;if("object"==typeof b){if("object"==typeof b[0]&&"name"in b[0])for(var d=0;c>d;d++)void 0!==b[d].value&&a.setAttribute(b[d].name,b[d].value);else for(var e in b)b.hasOwnProperty(e)&&void 0!==b[e]&&a.setAttribute(e,b[e]);return a}},isIgnorable:function(a){return"WBR"===a.nodeName||a.nodeType===Node.COMMENT_NODE},makeArray:function(a){return Array.prototype.slice.call(a)},extend:function(a,b){var c="object"==typeof a||"function"==typeof a||"object"==typeof b;if(c){for(var d in b)b.hasOwnProperty(d)&&(a[d]=b[d]);return a}}},m=function(){var a="retain",b="first",d=c,e={}.toString;function f(a){return"[object Array]"==e.call(a)}function g(a){return String(a).replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}function h(){return i.apply(null,arguments)||j.apply(null,arguments)}function i(a,b,c,d,e){if(b&&!b.nodeType&&arguments.length<=2)return!1;var f="function"==typeof c;f&&(c=function(a){return function(b,c){return a(b.text,c.startIndex)}}(c));var g=j(b,{find:a,wrap:f?null:c,replace:f?c:"$"+(d||"&"),prepMatch:function(a,b){if(!a[0])throw"findAndReplaceDOMText cannot handle zero-length matches";if(d>0){var c=a[d];a.index+=a[0].indexOf(c),a[0]=c}return a.endIndex=a.index+a[0].length,a.startIndex=a.index,a.index=b,a},filterElements:e});return h.revert=function(){return g.revert()},!0}function j(a,b){return new k(a,b)}h.Finder=k;function k(b,c){c.portionMode=c.portionMode||a,this.node=b,this.options=c,this.prepMatch=c.prepMatch||this.prepMatch,this.reverts=[],this.matches=this.search(),this.matches.length&&this.processMatches()}return k.prototype={search:function(){var a,b=0,c=this.options.find,d=this.getAggregateText(),e=[];if(c="string"==typeof c?RegExp(g(c),"g"):c,c.global)while(a=c.exec(d))e.push(this.prepMatch(a,b++));else(a=d.match(c))&&e.push(this.prepMatch(a,0));return e},prepMatch:function(a,b){if(!a[0])throw new Error("findAndReplaceDOMText cannot handle zero-length matches");return a.endIndex=a.index+a[0].length,a.startIndex=a.index,a.index=b,a},getAggregateText:function(){var a=this.options.filterElements;return b(this.node);function b(c){if(3===c.nodeType)return c.data;if(a&&!a(c))return"";var d="";if(c=c.firstChild)do d+=b(c);while(c=c.nextSibling);return d}},processMatches:function(){var a=this.matches,b=this.node,c=this.options.filterElements,d,e,f=[],g=b,h=a.shift(),i=0,j=0,k=0,l,m=[b];a:while(!0){if(3===g.nodeType&&(!e&&g.length+i>=h.endIndex?e={node:g,index:k++,text:g.data.substring(h.startIndex-i,h.endIndex-i),indexInMatch:i-h.startIndex,indexInNode:h.startIndex-i,endIndexInNode:h.endIndex-i,isEnd:!0}:d&&f.push({node:g,index:k++,text:g.data,indexInMatch:i-h.startIndex,indexInNode:0}),!d&&g.length+i>h.startIndex&&(d={node:g,index:k++,indexInMatch:0,indexInNode:h.startIndex-i,endIndexInNode:h.endIndex-i,text:g.data.substring(h.startIndex-i,h.endIndex-i)}),i+=g.data.length),l=1===g.nodeType&&c&&!c(g),d&&e){if(g=this.replaceMatch(h,d,f,e),i-=e.node.data.length-e.endIndexInNode,d=null,e=null,f=[],h=a.shift(),k=0,j++,!h)break}else if(!l&&(g.firstChild||g.nextSibling)){g.firstChild?(m.push(g),g=g.firstChild):g=g.nextSibling;continue}while(!0){if(g.nextSibling){g=g.nextSibling;break}if(g=m.pop(),g===b)break a}}},revert:function(){for(var a=this.reverts.length;a--;)this.reverts[a]();this.reverts=[]},prepareReplacementString:function(a,c,d,e){var f=this.options.portionMode;return f===b&&c.indexInMatch>0?"":(a=a.replace(/\$(\d+|&|`|')/g,function(a,b){var c;switch(b){case"&":c=d[0];break;case"`":c=d.input.substring(0,d.startIndex);break;case"'":c=d.input.substring(d.endIndex);break;default:c=d[+b]}return c}),f===b?a:c.isEnd?a.substring(c.indexInMatch):a.substring(c.indexInMatch,c.indexInMatch+c.text.length))},getPortionReplacementNode:function(a,b,c){var e=this.options.replace||"$&",f=this.options.wrap;if(f&&f.nodeType){var g=d.createElement("div");g.innerHTML=f.outerHTML||(new XMLSerializer).serializeToString(f),f=g.firstChild}if("function"==typeof e)return e=e(a,b,c),e&&e.nodeType?e:d.createTextNode(String(e));var h="string"==typeof f?d.createElement(f):f;return e=d.createTextNode(this.prepareReplacementString(e,a,b,c)),e.data&&h?(h.appendChild(e),h):e},replaceMatch:function(a,b,c,e){var f=b.node,g=e.node,h,i;if(f===g){var j=f;b.indexInNode>0&&(h=d.createTextNode(j.data.substring(0,b.indexInNode)),j.parentNode.insertBefore(h,j));var k=this.getPortionReplacementNode(e,a);return j.parentNode.insertBefore(k,j),e.endIndexInNoden;++n){var p=c[n],q=this.getPortionReplacementNode(p,a);p.node.parentNode.replaceChild(q,p.node),this.reverts.push(function(a,b){return function(){b.parentNode.replaceChild(a.node,b)}}(p,q)),m.push(q)}var r=this.getPortionReplacementNode(e,a);return f.parentNode.insertBefore(h,f),f.parentNode.insertBefore(l,f),f.parentNode.removeChild(f),g.parentNode.insertBefore(r,g),g.parentNode.insertBefore(i,g),g.parentNode.removeChild(g),this.reverts.push(function(){h.parentNode.removeChild(h),l.parentNode.replaceChild(f,l),i.parentNode.removeChild(i),r.parentNode.replaceChild(g,r)}),r}},h}(),n="style, script",o=function(a,b,c,d,e){return new o.prototype.init(a,b,c,d,e)};o.prototype={constructor:o,context:"",finder:[],init:function(a,b,c,d,e){return this.context=a,this.filterOut(b),"string"==typeof c&&this[c]?this[c](d,e):this},filterOutSelector:n,filterOutFn:function(a){return l.matches(a,this.filterOutSelector)?!1:!0},filterOut:function(a){return"string"==typeof a?this.filterOutSelector=a:"function"==typeof a&&(this.filterOutFn=a),this},replace:function(a,b){var c=this;return this.finder.push(m(this.context,{find:a,replace:b,filterElements:function(a){return c.filterOutFn(a)}})),this},wrap:function(a,b){var c=this;return c.finder.push(m(c.context,{find:a,wrap:b,filterElements:function(a){return c.filterOutFn(a)}})),this},revert:function(a){var b=this.finder.length,a=Number(a)||0===a?Number(a):"all"===a?b:1;if("undefined"==typeof b||0===b)return this;a>this.finder.length&&(a=b);for(var c=parseInt(a);c>0;c--)this.finder.pop().revert();return this},jinzify:function(){var a=this.filterOutSelector;return this.filterOutSelector+=", jinze",this.replace(k.jinze.touwei,function(a,b){var c=b[0],d=l.create("",c),e=l.create("jinze","touwei");return e.appendChild(d),0===a.index&&a.isEnd||1===a.index?e:""}).replace(k.jinze.wei,function(a,b){var c=b[0],d=l.create("",c),e=l.create("jinze","wei");return e.appendChild(d),0===a.index?e:""}).replace(k.jinze.tou,function(a,b){var c=b[0],d=l.create("",c),e=l.create("jinze","tou");return e.appendChild(d),0===a.index&&a.isEnd||1===a.index?e:""}).replace(k.jinze.middle,function(a,b){var c=b[0],d=l.create("",c),e=l.create("jinze","middle");return e.appendChild(d),0===a.index&&a.isEnd||1===a.index?e:""}),this.filterOutSelector=a,this},groupify:function(){return this.wrap(k.char.biaodian.group[0],l.clone(l.create("char_group","biaodian cjk"))).wrap(k.char.biaodian.group[1],l.clone(l.create("char_group","biaodian cjk"))),this},charify:function(a){var a=l.extend({hanzi:"individual",liga:"liga",word:"group",latin:"group",ellinika:"group",kirillica:"group",kana:"none",eonmun:"none"},a||{});return"group"===a.hanzi&&this.wrap(k.char.hanzi.group,l.clone(l.create("char_group","hanzi cjk"))),"individual"===a.hanzi&&this.wrap(k.char.hanzi.individual,l.clone(l.create("char","hanzi cjk"))),("individual"===a.hanzi||"biaodian"===a.hanzi||"liga"===a.liga)&&("none"!==a.hanzi&&this.replace(k.char.biaodian.all,function(a,b){var c=b[0],d=l.create("",c),e="biaodian cjk "+(c.match(k.char.biaodian.open)?"open":c.match(k.char.biaodian.close)?"close end":c.match(k.char.biaodian.end)?"end":""),f=l.create("char",e),g=c.charCodeAt(0).toString(16);return f.setAttribute("unicode",g),f.appendChild(d),f}),this.replace("liga"===a.liga?k.char.biaodian.liga:new RegExp("("+j.biaodian.liga+")","g"),function(a,b){var c=b[0],d=l.create("",c),e=l.create("char","biaodian liga cjk"),f=c.charCodeAt(0).toString(16);return e.setAttribute("unicode",f),e.appendChild(d),e})),"none"!==a.word&&this.wrap(k.char.word,l.clone(l.create("word"))),("none"!==a.latin||"none"!==a.ellinika||"none"!==a.kirillica)&&this.wrap(k.char.punct.all,l.clone(l.create("char","punct"))),"individual"===a.latin&&this.wrap(k.char.alphabet.latin,l.clone(l.create("char","alphabet latin"))),"individual"===a.ellinika&&this.wrap(k.char.alphabet.ellinika,l.clone(l.create("char","alphabet ellinika greek"))),"individual"===a.kirillica&&this.wrap(k.char.alphabet.kirillica,l.clone(l.create("char","alphabet kirillica cyrillic"))),this}},o.prototype.init.prototype=o.prototype,h.find=o,void["replace","wrap","revert","jinzify","charify"].forEach(function(a){h.fn[a]=function(){return this.finder||(this.finder=h.find(this.context)),this.finder[a](arguments[0],arguments[1]),this}});var p={JS_RENDERED_CLASS:"hyu-js-rendered"};function q(a,b){var c=l.create("canvas"),d;return c.width="50",c.height="20",c.style.display="none",e.appendChild(c),d=c.getContext("2d"),d.textBaseline="top",d.font="15px "+b+", sans-serif",d.fillStyle="black",d.strokeStyle="black",d.fillText(a,0,0),[c,d]}function r(a,b,c){var a=a,b=b,c=c||"\u8fadQ",d;try{b=q(c,b||"sans-serif"),a=q(c,a);for(var e=1;20>=e;e++)for(var f=1;50>=f;f++){if("undefined"!==d&&a[1].getImageData(f,e,1,1).data[3]!==b[1].getImageData(f,e,1,1).data[3]){d=!0;break}if(d)break;50!==f||20!==e||d||(d=!1)}return l.remove(b[0]),l.remove(a[0]),b=null,a=null,d}catch(g){return!1}}p.detectFont=r,p.support=function(){var b="Webkit Moz ms".split(" "),f=l.create("_"),g={};function h(a){var c=a.charAt(0).toUpperCase()+a.slice(1),d=(a+" "+b.join(c+" ")+c).split(" "),e;return d.forEach(function(a){"string"==typeof f.style[a]&&(e=!0)}),e||!1}function i(a,b){var c=e||l.create("body"),f=l.create("div"),g=e?f:c,b="function"==typeof b?b:function(){},h,i,j;return h=[""].join(""),g.innerHTML+=h,c.appendChild(f),e||(c.style.background="",c.style.overflow="hidden",j=d.style.overflow,d.style.overflow="hidden",d.appendChild(c)),i=b(g,a),l.remove(g),e||(d.style.overflow=j),!!i}function j(b,d){var e;return a.getComputedStyle?e=c.defaultView.getComputedStyle(b,null).getPropertyValue(d):b.currentStyle&&(e=b.currentStyle[d]),e}return{ruby:function(){var a=l.create("ruby"),b=l.create("rt"),c=l.create("rp"),e;return a.appendChild(c),a.appendChild(b),d.appendChild(a),e="none"===j(c,"display")||"ruby"===j(a,"display")&&"ruby-text"===j(b,"display")?!0:!1,d.removeChild(a),a=null,b=null,c=null,e}(),fontface:function(){var a;return i('@font-face { font-family: font; src: url("http://"); }',function(b,c){var d=l.qsa("style",b)[0],e=d.sheet||d.styleSheet,f=e?e.cssRules&&e.cssRules[0]?e.cssRules[0].cssText:e.cssText||"":"";a=/src/i.test(f)&&0===f.indexOf(c.split(" ")[0])}),a}(),unicoderange:function(){var a;return i('@font-face{font-family:test-for-unicode-range;src:local(Arial),local("Droid Sans")}@font-face{font-family:test-for-unicode-range;src:local("Times New Roman"),local(Times),local("Droid Serif");unicode-range:U+270C}',function(){a=!p.detectFont("test-for-unicode-range",'Arial, "Droid Sans"',"Q")}),a}(),columnwidth:h("columnWidth"),textemphasis:h("textEmphasis"),writingmode:h("writingMode")}}(),p.initCond=function(a){var a=a||d,b="",c;a.classList.add(p.JS_RENDERED_CLASS);for(var e in p.support)c=(p.support[e]?"":"no-")+e,a.classList.add(c),b+=c+" ";return b};function s(a,b,c){var d=l.create("ru"),b=l.clone(b),c=c||{};return Array.isArray(a)?d.innerHTML=a.map(function(a){return a.outerHTML}).join(""):d.appendChild(l.clone(a)),d.appendChild(b),c.annotation=b.textContent,l.setAttr(d,c),d}function t(a,b){var a=l.clone(a),c=l.create("ru"),d=l.create("zhuyin"),e=l.create("yin"),f=l.create("diao"),g=b.textContent,h,i,j,m;return h=g.replace(k.zhuyin.diao,""),m=h?h.length:0,i=g.replace(h,"").replace(/[\u02C5]/g,"\u02c7").replace(/[\u030D]/g,"\u0358"),j=g.replace(k.zhuyin.form,function(a,b,c){return[a?"S":null,b?"J":null,c?"Y":null].join("")}),f.innerHTML=i,e.innerHTML=h,d.appendChild(e),d.appendChild(f),c.appendChild(a),c.appendChild(d),l.setAttr(c,{zhuyin:"",diao:i,length:m,form:j}),c}l.extend(p,{renderElem:function(a){this.renderRuby(a),this.renderDecoLine(a),this.renderDecoLine(a,"s, del"),this.renderEm(a)},renderDecoLine:function(a,b){var b=b||"u, ins",c=l.qsa(b,a),d=new RegExp("^("+b.replace(/\,\s?/g,"|")+")$","ig");c.forEach(function(a){var b;do if(b=(b||a).nextSibling,!b)return;while(l.isIgnorable(b));b.nodeName.match(d)&&b.classList.add("adjacent")})},renderEm:function(a,b){var c=b?"qsa":"tag",b=b||"em",d=l[c](b,a);d.forEach(function(a){var b=o(a);p.support.textemphasis||b.jinzify(),b.groupify().charify(p.support.textemphasis?{hanzi:"biaodian",word:"punctuation"}:{latin:"individual",ellinika:"individual",kirillica:"individual"})})},renderRuby:function(a,b){var c=b?"qsa":"tag",b=b||"ruby",d=l[c](b,a),e=l.qsa(b+", rtc",a);e.forEach(function(a){var b=a.classList;b.contains("pinyin")?b.add("romanization"):b.contains("mps")&&b.add("zhuyin"),b.contains("romanization")&&b.add("annotation")}),d.forEach(function(a){var c=a.classList,d=!p.support.ruby||c.contains("zhuyin")||c.contains("complex")||c.contains("rightangle"),e,f,g,h,i,j;d&&(e=l.create("!"),e.appendChild(l.clone(a)),f=l.qsa(b,e)[0],(!p.support.ruby||c.contains("zhuyin"))&&l.tag("rt",f).forEach(function(a){var b=l.create("!"),d=[],e;do{if(e=(e||a).previousSibling,!e||e.nodeName.match(/(r[ubt])/i))break;b.insertBefore(l.clone(e),b.firstChild),d.push(e)}while(!e.nodeName.match(/(r[ubt])/i));h=c.contains("zhuyin")?t(b,a):s(b,a);try{a.parentNode.replaceChild(h,a),d.forEach(function(a){l.remove(a)})}catch(f){}}),(c.contains("complex")||c.contains("rightangle"))&&(g=h=l.tag("rb",f),i=g.length,!function(b){b&&(h=l.tag("rt",b).map(function(a,b){if(g[b]){var c=t(g[b],a);try{g[b].parentNode.replaceChild(c,g[b])}catch(d){}return c}}),l.remove(b),a.setAttribute("rightangle",""))}(f.querySelector("rtc.zhuyin")),l.qsa("rtc:not(.zhuyin)",f).forEach(function(b,d){var e;e=l.tag("rt",b).map(function(b,e){var f=Number(b.getAttribute("rbspan")||1),g=0,j=[],k,m;f>i&&(f=i);do{try{k=h.shift(),j.push(k)}catch(n){}g+=Number(k.getAttribute("span")||1)}while(f>g);if(g>f){if(j.length>1)return void console.error("An impossible `rbspan` value detected.",a);j=l.tag("rb",j[0]),h=j.slice(f).concat(h),j=j.slice(0,f),g=f}m=s(j,b,{"class":c,span:g,order:d});try{j[0].parentNode.replaceChild(m,j.shift()),j.forEach(function(a){l.remove(a)})}catch(n){}return m}),h=e,l.remove(b)})),j=l.create("hruby"),j.innerHTML=e.firstChild.innerHTML,l.setAttr(j,a.attributes),j.normalize(),a.parentNode.replaceChild(j,a))})}}),h.normalize=p,h.support=p.support,h.detectFont=p.detectFont,h.fn.initCond=function(){return this.condition.classList.add("han-js-rendered"),h.normalize.initCond(this.condition),this},void["Elem","DecoLine","Em","Ruby"].forEach(function(a){var b="render"+a;h.fn[b]=function(a){return h.normalize[b](this.context,a),this}}),l.extend(h.support,{heiti:!0,songti:h.detectFont('"Han Songti"'),"songti-gb":h.detectFont('"Han Songti GB"'),kaiti:h.detectFont('"Han Kaiti"'),fangsong:h.detectFont('"Han Fangsong"')});var u="* > hws:first-child, * > wbr:first-child + hws, wbr:first-child + wbr + hws",v=function(){var a=l.create("div");return a.appendChild(l.create("","0-")),a.appendChild(l.create("","2")),a.normalize(),2!==a.firstChild.length}(),w;w=l.create("hws"),w.innerHTML=" ",l.extend(h,{isNodeNormalizeNormal:v,renderHWS:function(a,b){var a=a||c,d=b?"strict":"base",e=h.find(a);return e.filterOutSelector+=b?", textarea, code, kbd, samp, pre":", textarea",e.replace(h.TYPESET.hws[d][0],"$1$2").replace(h.TYPESET.hws[d][1],"$1$2").replace(/(['"]+)(.+?)\1/gi,"$1$2$1").replace("",function(){return l.clone(w)}),l.qsa(u,a).forEach(function(a){var b=a.parentNode,c=b.firstChild;while(l.isIgnorable(c))if(c=c.nextSibling,!c)return;while("HWS"===c.nodeName)if(l.remove(c,b),c=b.parentNode.insertBefore(l.clone(w),b),b=b.parentNode,v&&b.normalize(),c!==b.firstChild)break}),v&&a.normalize(),e}}),l.extend(h.fn,{HWS:null,renderHWS:function(a){return h.renderHWS(this.context,a),this.HWS=l.tag("hws",this.context),this},revertHWS:function(){return this.HWS.forEach(function(a){l.remove(a)}),this}}),h.renderJiya=function(a){var a=a||c,b=[h.find(a)];return b[0].filterOutSelector+=", textarea, code, kbd, samp, pre, jinze, em",b[0].groupify(),l.qsa("char_group.biaodian",a).forEach(function(a){b.push(h(a).charify({hanzi:"biaodian",liga:"liga",word:"none",latin:"none",ellinika:"none",kirillica:"none"}))}),b},l.extend(h.fn,{jiya:null,renderJiya:function(){return this.jiya=h.renderJiya(this.context),this},revertJiya:function(){try{this.jiya.revert("all")}catch(a){}return this}});var x;x=l.create("char","biaodian cjk middle"),x.setAttribute("unicode","b7"),h.correctBasicBD=function(a,b){var a=a||c,d;(!h.support.unicoderange||b)&&(d=h.find(a),d.filteredElemList+=" em",d.wrap(/\u00B7/g,l.clone(x)).charify({liga:"liga",hanzi:"none",word:"none",latin:"none",ellinika:"none",kirillica:"none"}))},l.extend(h.fn,{basicBD:null,correctBasicBD:function(a){return this.basicBD=h.correctBasicBD(this.context,a),this},revertBasicBD:function(){try{this.basicBD.revert("all")}catch(a){}return this}});var y="ru[annotation]",z=" textarea code kbd samp pre",A=function(){var a=e||l.create("body"),b=l.create("div"),c=l.create("span"),f=e?b:a,g,h,i;return e?e.appendChild(f):(a.style.background="",a.style.overflow="hidden",h=d.style.overflow,d.style.overflow="hidden",d.appendChild(a)),c.innerHTML="i̍",c.style.fontFamily="sans-serif",c.style.display="inline-block",g=l.clone(c),g.style.fontFamily='"Romanization Sans"',f.appendChild(c),f.appendChild(g),i=c.clientWidth!==g.clientWidth,l.remove(f),e||(d.style.overflow=h),i}(),B=h.TYPESET["display-as"]["comb-liga-pua"],C=h.TYPESET["inaccurate-char"],D=l.create("char","comb-liga"),E=l.create("inner");return l.extend(h,{isCombLigaNormal:A,substCombLigaWithPUA:function(a){var a=a||c,b=h.find(a);if(!A)return b.filteredElemList+=z,B.forEach(function(a){b.replace(new RegExp(a[0],"ig"),function(b,c){var d=l.clone(D),e=l.clone(E);return e.innerHTML=c[0],d.appendChild(e),d.setAttribute("display-as",a[1]),0===b.index?d:""})}),l.qsa(y,a).forEach(function(a){var b=a.getAttribute("annotation");B.slice(0,5).forEach(function(a){b=b.replace(new RegExp(a[0],"ig"),a[1])}),a.setAttribute("annotation",b)}),b},substInaccurateChar:function(a){var a=a||c,b=h.find(a);b.filteredElemList+=z,C.forEach(function(a){b.replace(new RegExp(a[0],"ig"),a[1])})}}),l.extend(h.fn,{"comb-liga":null,"inaccurate-char":null,substCombLigaWithPUA:function(){return this["comb-liga"]=h.substCombLigaWithPUA(this.context),this},revertCombLigaWithPUA:function(){try{this["comb-liga"].revert("all")}catch(a){}return this},substInaccurateChar:function(){return this["inaccurate-char"]=h.substInaccurateChar(this.context),this},revertInaccurateChar:function(){try{this["inaccurate-char"].revert("all")}catch(a){}return this}}),a.addEventListener("DOMContentLoaded",function(){var a;d.classList.contains("han-init")?h.init():(a=c.querySelector(".han-init-context"))&&(h.init=h(a).render())}),"function"==typeof define&&define.amd?define(function(){return h}):("undefined"==typeof b||b===!1)&&(a.Han=h),h}); \ No newline at end of file +void function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=b(a,!0):b(a)}("undefined"!=typeof window?window:this,function(a,b){"use strict";var c=a.document,d=c.documentElement,e=c.body,f="3.0.2",g=["initCond","renderElem","renderJiya","renderHWS","correctBasicBD","substCombLigaWithPUA"],h=function(a,b){return new h.fn.init(a,b)},i=function(){return arguments[0]&&(this.context=arguments[0]),arguments[1]&&(this.condition=arguments[1]),this};h.version=f,h.fn=h.prototype={version:f,constructor:h,context:e,condition:d,routine:g,init:i,setRoutine:function(a){return Array.isArray(a)&&(this.routine=a),this},render:function(a){var b=this,a=Array.isArray(a)?a:this.routine;return a.forEach(function(a){try{"string"==typeof a?b[a]():Array.isArray(a)&&b[a.shift()].apply(b,a)}catch(c){}}),this}},h.fn.init.prototype=h.fn,h.init=function(){return h.init=h().render()};var j={punct:{base:"[\u2026,.;:!?\u203d_]",sing:"[\u2010-\u2014\u2026]",middle:"[\\/~\\-&\u2010-\u2014_]",open:"['\"\u2018\u201c\\(\\[\xa1\xbf\u2e18\xab\u2039\u201a\u201c\u201e]",close:"['\"\u201d\u2019\\)\\]\xbb\u203a\u201b\u201d\u201f]",end:"['\"\u201d\u2019\\)\\]\xbb\u203a\u201b\u201d\u201f\u203c\u203d\u2047-\u2049,.;:!?]"},biaodian:{base:"[\ufe30\uff0e\u3001\uff0c\u3002\uff1a\uff1b\uff1f\uff01\u30fc]",liga:"[\u2014\u2026\u22ef]",middle:"[\xb7\uff3c\uff0f\uff0d\u30a0\uff06\u30fb\uff3f]",open:"[\u300c\u300e\u300a\u3008\uff08\u3014\uff3b\uff5b\u3010\u3016]",close:"[\u300d\u300f\u300b\u3009\uff09\u3015\uff3d\uff5d\u3011\u3017]",end:"[\u300d\u300f\u300b\u3009\uff09\u3015\uff3d\uff5d\u3011\u3017\ufe30\uff0e\u3001\uff0c\u3002\uff1a\uff1b\uff1f\uff01\u30fc]"},hanzi:{base:"[\u4e00-\u9fff\u3400-\u4db5\u31c0-\u31e3\u3007\ufa0e\ufa0f\ufa11\ufa13\ufa14\ufa1f\ufa21\ufa23\ufa24\ufa27-\ufa29]|[\ud800-\udbff][\udc00-\udfff]",desc:"[\u2ff0-\u2ffa]",radical:"[\u2f00-\u2fd5\u2e80-\u2ef3]"},latin:{base:"[A-Za-z0-9\xc0-\xff\u0100-\u017f\u0180-\u024f\u2c60-\u2c7f\ua720-\ua7ff\u1e00-\u1eff]",combine:"[\u0300-\u0341\u1dc0-\u1dff]"},ellinika:{base:"[0-9\u0370-\u03ff\u1f00-\u1fff]",combine:"[\u0300-\u0345\u1dc0-\u1dff]"},kirillica:{base:"[0-9\u0400-\u0482\u048a-\u04ff\u0500-\u052f\ua640-\ua66e\ua67e-\ua697]",combine:"[\u0483-\u0489\u2de0-\u2dff\ua66f-\ua67d\ua69f]"},kana:{base:"[\u30a2\u30a4\u30a6\u30a8\u30aa-\u30fa\u3042\u3044\u3046\u3048\u304a-\u3094\u309f\u30ff]|\ud82c[\udc00-\udc01]",small:"[\u3041\u3043\u3045\u3047\u3049\u30a1\u30a3\u30a5\u30a7\u30a9\u3063\u3083\u3085\u3087\u308e\u3095\u3096\u30c3\u30e3\u30e5\u30e7\u30ee\u30f5\u30f6\u31f0-\u31ff]",combine:"[\u3099-\u309c]",half:"[\uff66-\uff9f]",mark:"[\u30a0\u309d\u309e\u30fb-\u30fe]"},eonmun:{base:"[\uac00-\ud7a3]",letter:"[\u1100-\u11ff\u314f-\u3163\u3131-\u318e\ua960-\ua97c\ud7b0-\ud7fb]",half:"[\uffa1-\uffdc]"},zhuyin:{base:"[\u3105-\u312d\u31a0-\u31ba]",initial:"[\u3105-\u3119\u312a-\u312c\u31a0-\u31a3]",medial:"[\u3127-\u3129]","final":"[\u311a-\u3129\u312d\u31a4-\u31b3\u31b8-\u31ba]",tone:"[\u02d9\u02ca\u02c5\u02c7\u02cb\u02ea\u02eb]",ruyun:"[\u31b4-\u31b7][\u0358\u030d]?"}},k=function(){var a="[\\x20\\t\\r\\n\\f]",b=j.punct.open,c=j.punct.close,d=j.punct.end,e=j.punct.middle,f=j.punct.sing,g=b+"|"+d+"|"+e,h=j.biaodian.open,i=j.biaodian.close,k=j.biaodian.end,l=j.biaodian.middle,m=j.biaodian.liga+"{2}",n=h+"|"+k+"|"+l,o=j.kana.base+j.kana.combine+"?",p=j.kana.small+j.kana.combine+"?",q=j.kana.half,r=j.eonmun.base+"|"+j.eonmun.letter,s=j.eonmun.half,t=j.hanzi.base+"|"+j.hanzi.desc+"|"+j.hanzi.radical+"|"+o,u=j.ellinika.combine,v=j.latin.base+u+"*",w=j.ellinika.base+u+"*",x=j.kirillica.combine,y=j.kirillica.base+x+"*",z=v+"|"+w+"|"+y,A="['\u2019]",B=t+"|("+z+"|"+A+")+",C=j.zhuyin.initial,D=j.zhuyin.medial,E=j.zhuyin.final,F=j.zhuyin.tone+"|"+j.zhuyin.ruyun;return{"char":{punct:{all:new RegExp("("+g+")","g"),open:new RegExp("("+b+")","g"),end:new RegExp("("+d+")","g"),sing:new RegExp("("+f+")","g")},biaodian:{all:new RegExp("("+n+")","g"),open:new RegExp("("+h+")","g"),close:new RegExp("("+i+")","g"),end:new RegExp("("+k+")","g"),liga:new RegExp("("+m+")","g"),group:[new RegExp("("+h+"|"+l+"|"+k+"){2,}","g"),new RegExp("("+m+h+")","g")]},hanzi:{individual:new RegExp("("+t+")","g"),group:new RegExp("("+t+")+","g")},word:new RegExp("("+v+"|"+w+"|"+y+"|"+g+")+","ig"),alphabet:{latin:new RegExp("("+v+")","ig"),ellinika:new RegExp("("+w+")","ig"),kirillica:new RegExp("("+y+")","ig"),kana:new RegExp("("+o+")","g"),smallkana:new RegExp("("+p+")","g"),eonmun:new RegExp("("+r+")","g"),halfeonmun:new RegExp("("+s+")","g")}},jinze:{touwei:new RegExp("("+h+"+)("+B+")("+k+"+)","ig"),tou:new RegExp("("+h+"+)("+B+")","ig"),wei:new RegExp("("+B+")("+k+"+)","ig"),middle:new RegExp("("+B+")("+l+")("+B+")","ig")},zhuyin:{form:new RegExp("^\u02d9?("+C+")?("+D+")?("+E+")?("+F+")?$"),diao:new RegExp("("+F+")","g")},hws:{base:[new RegExp("("+t+")("+z+"|"+b+")","ig"),new RegExp("("+z+"|"+d+")("+t+")","ig")],strict:[new RegExp("("+t+")"+a+"?("+z+"|"+b+")","ig"),new RegExp("("+z+"|"+d+")"+a+"?("+t+")","ig")]},"display-as":{"ja-font-for-hant":["\u67e5 \u67fb","\u555f \u5553","\u9109 \u9115","\u503c \u5024","\u6c61 \u6c5a"],"comb-liga-pua":[["a[\u030d\u0358]","\udb80\udc61"],["e[\u030d\u0358]","\udb80\udc65"],["i[\u030d\u0358]","\udb80\udc69"],["o[\u030d\u0358]","\udb80\udc6f"],["u[\u030d\u0358]","\udb80\udc75"],["\u31b4[\u030d\u0358]","\udb8c\uddb4"],["\u31b5[\u030d\u0358]","\udb8c\uddb5"],["\u31b6[\u030d\u0358]","\udb8c\uddb6"],["\u31b7[\u030d\u0358]","\udb8c\uddb7"]]},"inaccurate-char":[["[\u2022\u2027]","\xb7"],["\u22ef\u22ef","\u2026\u2026"],["\u2500\u2500","\u2014\u2014"],["\u2035","\u2018"],["\u2032","\u2019"],["\u2036","\u201c"],["\u2033","\u201d"]]}}();h.UNICODE=j,h.TYPESET=k,h.UNICODE.cjk=h.UNICODE.hanzi,h.UNICODE.greek=h.UNICODE.ellinika,h.UNICODE.cyrillic=h.UNICODE.kirillica,h.UNICODE.hangul=h.UNICODE.eonmun,h.TYPESET.char.cjk=h.TYPESET.char.hanzi,h.TYPESET.char.alphabet.greek=h.TYPESET.char.alphabet.ellinika,h.TYPESET.char.alphabet.cyrillic=h.TYPESET.char.alphabet.kirillica,h.TYPESET.char.alphabet.hangul=h.TYPESET.char.alphabet.eonmun;var l={id:function(a,b){return(b||c).getElementById(a)},tag:function(a,b){return this.makeArray((b||c).getElementsByTagName(a))},qsa:function(a,b){return this.makeArray((b||c).querySelectorAll(a))},matches:function(a,b){var c=Element.prototype,d=c.matches||c.mozMatchesSelector||c.msMatchesSelector||c.webkitMatchesSelector;try{return d.call(a,b)}catch(e){return!1}},create:function(a,b){var a="!"===a?c.createDocumentFragment():""===a?c.createTextNode(b||""):c.createElement(a);try{b&&(a.className=b)}catch(d){}return a},clone:function(a,b){return a.cloneNode(b||!0)},remove:function(a,b){return(b||a.parentNode).removeChild(a)},setAttr:function(a,b){var c=b.length;if("object"==typeof b){if("object"==typeof b[0]&&"name"in b[0])for(var d=0;c>d;d++)void 0!==b[d].value&&a.setAttribute(b[d].name,b[d].value);else for(var e in b)b.hasOwnProperty(e)&&void 0!==b[e]&&a.setAttribute(e,b[e]);return a}},isIgnorable:function(a){return"WBR"===a.nodeName||a.nodeType===Node.COMMENT_NODE},makeArray:function(a){return Array.prototype.slice.call(a)},extend:function(a,b){var c="object"==typeof a||"function"==typeof a||"object"==typeof b;if(c){for(var d in b)b.hasOwnProperty(d)&&(a[d]=b[d]);return a}}},m=function(){var a="retain",b="first",d=c,e={}.toString;function f(a){return"[object Array]"==e.call(a)}function g(a){return String(a).replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}function h(){return i.apply(null,arguments)||j.apply(null,arguments)}function i(a,b,c,d,e){if(b&&!b.nodeType&&arguments.length<=2)return!1;var f="function"==typeof c;f&&(c=function(a){return function(b,c){return a(b.text,c.startIndex)}}(c));var g=j(b,{find:a,wrap:f?null:c,replace:f?c:"$"+(d||"&"),prepMatch:function(a,b){if(!a[0])throw"findAndReplaceDOMText cannot handle zero-length matches";if(d>0){var c=a[d];a.index+=a[0].indexOf(c),a[0]=c}return a.endIndex=a.index+a[0].length,a.startIndex=a.index,a.index=b,a},filterElements:e});return h.revert=function(){return g.revert()},!0}function j(a,b){return new k(a,b)}h.Finder=k;function k(b,c){c.portionMode=c.portionMode||a,this.node=b,this.options=c,this.prepMatch=c.prepMatch||this.prepMatch,this.reverts=[],this.matches=this.search(),this.matches.length&&this.processMatches()}return k.prototype={search:function(){var a,b=0,c=this.options.find,d=this.getAggregateText(),e=[];if(c="string"==typeof c?RegExp(g(c),"g"):c,c.global)while(a=c.exec(d))e.push(this.prepMatch(a,b++));else(a=d.match(c))&&e.push(this.prepMatch(a,0));return e},prepMatch:function(a,b){if(!a[0])throw new Error("findAndReplaceDOMText cannot handle zero-length matches");return a.endIndex=a.index+a[0].length,a.startIndex=a.index,a.index=b,a},getAggregateText:function(){var a=this.options.filterElements;return b(this.node);function b(c){if(3===c.nodeType)return c.data;if(a&&!a(c))return"";var d="";if(c=c.firstChild)do d+=b(c);while(c=c.nextSibling);return d}},processMatches:function(){var a=this.matches,b=this.node,c=this.options.filterElements,d,e,f=[],g=b,h=a.shift(),i=0,j=0,k=0,l,m=[b];a:while(!0){if(3===g.nodeType&&(!e&&g.length+i>=h.endIndex?e={node:g,index:k++,text:g.data.substring(h.startIndex-i,h.endIndex-i),indexInMatch:i-h.startIndex,indexInNode:h.startIndex-i,endIndexInNode:h.endIndex-i,isEnd:!0}:d&&f.push({node:g,index:k++,text:g.data,indexInMatch:i-h.startIndex,indexInNode:0}),!d&&g.length+i>h.startIndex&&(d={node:g,index:k++,indexInMatch:0,indexInNode:h.startIndex-i,endIndexInNode:h.endIndex-i,text:g.data.substring(h.startIndex-i,h.endIndex-i)}),i+=g.data.length),l=1===g.nodeType&&c&&!c(g),d&&e){if(g=this.replaceMatch(h,d,f,e),i-=e.node.data.length-e.endIndexInNode,d=null,e=null,f=[],h=a.shift(),k=0,j++,!h)break}else if(!l&&(g.firstChild||g.nextSibling)){g.firstChild?(m.push(g),g=g.firstChild):g=g.nextSibling;continue}while(!0){if(g.nextSibling){g=g.nextSibling;break}if(g=m.pop(),g===b)break a}}},revert:function(){for(var a=this.reverts.length;a--;)this.reverts[a]();this.reverts=[]},prepareReplacementString:function(a,c,d,e){var f=this.options.portionMode;return f===b&&c.indexInMatch>0?"":(a=a.replace(/\$(\d+|&|`|')/g,function(a,b){var c;switch(b){case"&":c=d[0];break;case"`":c=d.input.substring(0,d.startIndex);break;case"'":c=d.input.substring(d.endIndex);break;default:c=d[+b]}return c}),f===b?a:c.isEnd?a.substring(c.indexInMatch):a.substring(c.indexInMatch,c.indexInMatch+c.text.length))},getPortionReplacementNode:function(a,b,c){var e=this.options.replace||"$&",f=this.options.wrap;if(f&&f.nodeType){var g=d.createElement("div");g.innerHTML=f.outerHTML||(new XMLSerializer).serializeToString(f),f=g.firstChild}if("function"==typeof e)return e=e(a,b,c),e&&e.nodeType?e:d.createTextNode(String(e));var h="string"==typeof f?d.createElement(f):f;return e=d.createTextNode(this.prepareReplacementString(e,a,b,c)),e.data&&h?(h.appendChild(e),h):e},replaceMatch:function(a,b,c,e){var f=b.node,g=e.node,h,i;if(f===g){var j=f;b.indexInNode>0&&(h=d.createTextNode(j.data.substring(0,b.indexInNode)),j.parentNode.insertBefore(h,j));var k=this.getPortionReplacementNode(e,a);return j.parentNode.insertBefore(k,j),e.endIndexInNoden;++n){var p=c[n],q=this.getPortionReplacementNode(p,a);p.node.parentNode.replaceChild(q,p.node),this.reverts.push(function(a,b){return function(){b.parentNode.replaceChild(a.node,b)}}(p,q)),m.push(q)}var r=this.getPortionReplacementNode(e,a);return f.parentNode.insertBefore(h,f),f.parentNode.insertBefore(l,f),f.parentNode.removeChild(f),g.parentNode.insertBefore(r,g),g.parentNode.insertBefore(i,g),g.parentNode.removeChild(g),this.reverts.push(function(){h.parentNode.removeChild(h),l.parentNode.replaceChild(f,l),i.parentNode.removeChild(i),r.parentNode.replaceChild(g,r)}),r}},h}(),n="style, script",o=function(a,b,c,d,e){return new o.prototype.init(a,b,c,d,e)};o.prototype={constructor:o,context:"",finder:[],init:function(a,b,c,d,e){return this.context=a,this.filterOut(b),"string"==typeof c&&this[c]?this[c](d,e):this},filterOutSelector:n,filterOutFn:function(a){return l.matches(a,this.filterOutSelector)?!1:!0},filterOut:function(a){return"string"==typeof a?this.filterOutSelector=a:"function"==typeof a&&(this.filterOutFn=a),this},replace:function(a,b){var c=this;return this.finder.push(m(this.context,{find:a,replace:b,filterElements:function(a){return c.filterOutFn(a)}})),this},wrap:function(a,b){var c=this;return c.finder.push(m(c.context,{find:a,wrap:b,filterElements:function(a){return c.filterOutFn(a)}})),this},revert:function(a){var b=this.finder.length,a=Number(a)||0===a?Number(a):"all"===a?b:1;if("undefined"==typeof b||0===b)return this;a>this.finder.length&&(a=b);for(var c=parseInt(a);c>0;c--)this.finder.pop().revert();return this},jinzify:function(){var a=this.filterOutSelector;return this.filterOutSelector+=", jinze",this.replace(k.jinze.touwei,function(a,b){var c=b[0],d=l.create("",c),e=l.create("jinze","touwei");return e.appendChild(d),0===a.index&&a.isEnd||1===a.index?e:""}).replace(k.jinze.wei,function(a,b){var c=b[0],d=l.create("",c),e=l.create("jinze","wei");return e.appendChild(d),0===a.index?e:""}).replace(k.jinze.tou,function(a,b){var c=b[0],d=l.create("",c),e=l.create("jinze","tou");return e.appendChild(d),0===a.index&&a.isEnd||1===a.index?e:""}).replace(k.jinze.middle,function(a,b){var c=b[0],d=l.create("",c),e=l.create("jinze","middle");return e.appendChild(d),0===a.index&&a.isEnd||1===a.index?e:""}),this.filterOutSelector=a,this},groupify:function(){return this.wrap(k.char.biaodian.group[0],l.clone(l.create("char_group","biaodian cjk"))).wrap(k.char.biaodian.group[1],l.clone(l.create("char_group","biaodian cjk"))),this},charify:function(a){var a=l.extend({hanzi:"individual",liga:"liga",word:"group",latin:"group",ellinika:"group",kirillica:"group",kana:"none",eonmun:"none"},a||{});return"group"===a.hanzi&&this.wrap(k.char.hanzi.group,l.clone(l.create("char_group","hanzi cjk"))),"individual"===a.hanzi&&this.wrap(k.char.hanzi.individual,l.clone(l.create("char","hanzi cjk"))),("individual"===a.hanzi||"biaodian"===a.hanzi||"liga"===a.liga)&&("none"!==a.hanzi&&this.replace(k.char.biaodian.all,function(a,b){var c=b[0],d=l.create("",c),e="biaodian cjk "+(c.match(k.char.biaodian.open)?"open":c.match(k.char.biaodian.close)?"close end":c.match(k.char.biaodian.end)?"end":""),f=l.create("char",e),g=c.charCodeAt(0).toString(16);return f.setAttribute("unicode",g),f.appendChild(d),f}),this.replace("liga"===a.liga?k.char.biaodian.liga:new RegExp("("+j.biaodian.liga+")","g"),function(a,b){var c=b[0],d=l.create("",c),e=l.create("char","biaodian liga cjk"),f=c.charCodeAt(0).toString(16);return e.setAttribute("unicode",f),e.appendChild(d),e})),"none"!==a.word&&this.wrap(k.char.word,l.clone(l.create("word"))),("none"!==a.latin||"none"!==a.ellinika||"none"!==a.kirillica)&&this.wrap(k.char.punct.all,l.clone(l.create("char","punct"))),"individual"===a.latin&&this.wrap(k.char.alphabet.latin,l.clone(l.create("char","alphabet latin"))),"individual"===a.ellinika&&this.wrap(k.char.alphabet.ellinika,l.clone(l.create("char","alphabet ellinika greek"))),"individual"===a.kirillica&&this.wrap(k.char.alphabet.kirillica,l.clone(l.create("char","alphabet kirillica cyrillic"))),this}},o.prototype.init.prototype=o.prototype,h.find=o,void["replace","wrap","revert","jinzify","charify"].forEach(function(a){h.fn[a]=function(){return this.finder||(this.finder=h.find(this.context)),this.finder[a](arguments[0],arguments[1]),this}});var p={JS_RENDERED_CLASS:"hyu-js-rendered"};function q(a,b){var c=l.create("canvas"),d;return c.width="50",c.height="20",c.style.display="none",e.appendChild(c),d=c.getContext("2d"),d.textBaseline="top",d.font="15px "+b+", sans-serif",d.fillStyle="black",d.strokeStyle="black",d.fillText(a,0,0),[c,d]}function r(a,b,c){var a=a,b=b,c=c||"\u8fadQ",d;try{b=q(c,b||"sans-serif"),a=q(c,a);for(var e=1;20>=e;e++)for(var f=1;50>=f;f++){if("undefined"!==d&&a[1].getImageData(f,e,1,1).data[3]!==b[1].getImageData(f,e,1,1).data[3]){d=!0;break}if(d)break;50!==f||20!==e||d||(d=!1)}return l.remove(b[0]),l.remove(a[0]),b=null,a=null,d}catch(g){return!1}}p.detectFont=r,p.support=function(){var b="Webkit Moz ms".split(" "),f=l.create("_"),g={};function h(a){var c=a.charAt(0).toUpperCase()+a.slice(1),d=(a+" "+b.join(c+" ")+c).split(" "),e;return d.forEach(function(a){"string"==typeof f.style[a]&&(e=!0)}),e||!1}function i(a,b){var c=e||l.create("body"),f=l.create("div"),g=e?f:c,b="function"==typeof b?b:function(){},h,i,j;return h=[""].join(""),g.innerHTML+=h,c.appendChild(f),e||(c.style.background="",c.style.overflow="hidden",j=d.style.overflow,d.style.overflow="hidden",d.appendChild(c)),i=b(g,a),l.remove(g),e||(d.style.overflow=j),!!i}function j(b,d){var e;return a.getComputedStyle?e=c.defaultView.getComputedStyle(b,null).getPropertyValue(d):b.currentStyle&&(e=b.currentStyle[d]),e}return{ruby:function(){var a=l.create("ruby"),b=l.create("rt"),c=l.create("rp"),e;return a.appendChild(c),a.appendChild(b),d.appendChild(a),e="none"===j(c,"display")||"ruby"===j(a,"display")&&"ruby-text"===j(b,"display")?!0:!1,d.removeChild(a),a=null,b=null,c=null,e}(),fontface:function(){var a;return i('@font-face { font-family: font; src: url("http://"); }',function(b,c){var d=l.qsa("style",b)[0],e=d.sheet||d.styleSheet,f=e?e.cssRules&&e.cssRules[0]?e.cssRules[0].cssText:e.cssText||"":"";a=/src/i.test(f)&&0===f.indexOf(c.split(" ")[0])}),a}(),unicoderange:function(){var a;return i('@font-face{font-family:test-for-unicode-range;src:local(Arial),local("Droid Sans")}@font-face{font-family:test-for-unicode-range;src:local("Times New Roman"),local(Times),local("Droid Serif");unicode-range:U+270C}',function(){a=!p.detectFont("test-for-unicode-range",'Arial, "Droid Sans"',"Q")}),a}(),columnwidth:h("columnWidth"),textemphasis:h("textEmphasis"),writingmode:h("writingMode")}}(),p.initCond=function(a){var a=a||d,b="",c;a.classList.add(p.JS_RENDERED_CLASS);for(var e in p.support)c=(p.support[e]?"":"no-")+e,a.classList.add(c),b+=c+" ";return b};function s(a,b,c){var d=l.create("ru"),b=l.clone(b),c=c||{};return Array.isArray(a)?d.innerHTML=a.map(function(a){return a.outerHTML}).join(""):d.appendChild(l.clone(a)),d.appendChild(b),c.annotation=b.textContent,l.setAttr(d,c),d}function t(a,b){var a=l.clone(a),c=l.create("ru"),d=l.create("zhuyin"),e=l.create("yin"),f=l.create("diao"),g=b.textContent,h,i,j,m;return h=g.replace(k.zhuyin.diao,""),m=h?h.length:0,i=g.replace(h,"").replace(/[\u02C5]/g,"\u02c7").replace(/[\u030D]/g,"\u0358"),j=g.replace(k.zhuyin.form,function(a,b,c){return[a?"S":null,b?"J":null,c?"Y":null].join("")}),f.innerHTML=i,e.innerHTML=h,d.appendChild(e),d.appendChild(f),c.appendChild(a),c.appendChild(d),l.setAttr(c,{zhuyin:"",diao:i,length:m,form:j}),c}l.extend(p,{renderElem:function(a){this.renderRuby(a),this.renderDecoLine(a),this.renderDecoLine(a,"s, del"),this.renderEm(a)},renderDecoLine:function(a,b){var b=b||"u, ins",c=l.qsa(b,a),d=new RegExp("^("+b.replace(/\,\s?/g,"|")+")$","ig");c.forEach(function(a){var b;do if(b=(b||a).nextSibling,!b)return;while(l.isIgnorable(b));b.nodeName.match(d)&&b.classList.add("adjacent")})},renderEm:function(a,b){var c=b?"qsa":"tag",b=b||"em",d=l[c](b,a);d.forEach(function(a){var b=o(a);p.support.textemphasis||b.jinzify(),b.groupify().charify(p.support.textemphasis?{hanzi:"biaodian",word:"punctuation"}:{latin:"individual",ellinika:"individual",kirillica:"individual"})})},renderRuby:function(a,b){var c=b?"qsa":"tag",b=b||"ruby",d=l[c](b,a),e=l.qsa(b+", rtc",a);e.forEach(function(a){var b=a.classList;b.contains("pinyin")?b.add("romanization"):b.contains("mps")&&b.add("zhuyin"),b.contains("romanization")&&b.add("annotation")}),d.forEach(function(a){var c=a.classList,d=!p.support.ruby||c.contains("zhuyin")||c.contains("complex")||c.contains("rightangle"),e,f,g,h,i,j;d&&(e=l.create("!"),e.appendChild(l.clone(a)),f=l.qsa(b,e)[0],(!p.support.ruby||c.contains("zhuyin"))&&l.tag("rt",f).forEach(function(a){var b=l.create("!"),d=[],e;do{if(e=(e||a).previousSibling,!e||e.nodeName.match(/(r[ubt])/i))break;b.insertBefore(l.clone(e),b.firstChild),d.push(e)}while(!e.nodeName.match(/(r[ubt])/i));h=c.contains("zhuyin")?t(b,a):s(b,a);try{a.parentNode.replaceChild(h,a),d.forEach(function(a){l.remove(a)})}catch(f){}}),(c.contains("complex")||c.contains("rightangle"))&&(g=h=l.tag("rb",f),i=g.length,!function(b){b&&(h=l.tag("rt",b).map(function(a,b){if(g[b]){var c=t(g[b],a);try{g[b].parentNode.replaceChild(c,g[b])}catch(d){}return c}}),l.remove(b),a.setAttribute("rightangle",""))}(f.querySelector("rtc.zhuyin")),l.qsa("rtc:not(.zhuyin)",f).forEach(function(b,d){var e;e=l.tag("rt",b).map(function(b,e){var f=Number(b.getAttribute("rbspan")||1),g=0,j=[],k,m;f>i&&(f=i);do{try{k=h.shift(),j.push(k)}catch(n){}g+=Number(k.getAttribute("span")||1)}while(f>g);if(g>f){if(j.length>1)return void console.error("An impossible `rbspan` value detected.",a);j=l.tag("rb",j[0]),h=j.slice(f).concat(h),j=j.slice(0,f),g=f}m=s(j,b,{"class":c,span:g,order:d});try{j[0].parentNode.replaceChild(m,j.shift()),j.forEach(function(a){l.remove(a)})}catch(n){}return m}),h=e,l.remove(b)})),j=l.create("hruby"),j.innerHTML=e.firstChild.innerHTML,l.setAttr(j,a.attributes),j.normalize(),a.parentNode.replaceChild(j,a))})}}),h.normalize=p,h.support=p.support,h.detectFont=p.detectFont,h.fn.initCond=function(){return this.condition.classList.add("han-js-rendered"),h.normalize.initCond(this.condition),this},void["Elem","DecoLine","Em","Ruby"].forEach(function(a){var b="render"+a;h.fn[b]=function(a){return h.normalize[b](this.context,a),this}}),l.extend(h.support,{heiti:!0,songti:h.detectFont('"Han Songti"'),"songti-gb":h.detectFont('"Han Songti GB"'),kaiti:h.detectFont('"Han Kaiti"'),fangsong:h.detectFont('"Han Fangsong"')});var u="* > hws:first-child, * > wbr:first-child + hws, wbr:first-child + wbr + hws",v=function(){var a=l.create("div");return a.appendChild(l.create("","0-")),a.appendChild(l.create("","2")),a.normalize(),2!==a.firstChild.length}(),w;w=l.create("hws"),w.innerHTML=" ",l.extend(h,{isNodeNormalizeNormal:v,renderHWS:function(a,b){var a=a||c,d=b?"strict":"base",e=h.find(a);return e.filterOutSelector+=b?", textarea, code, kbd, samp, pre":", textarea",e.replace(h.TYPESET.hws[d][0],"$1$2").replace(h.TYPESET.hws[d][1],"$1$2").replace(/(['"]+)(.+?)\1/gi,"$1$2$1").replace("",function(){return l.clone(w)}),l.qsa(u,a).forEach(function(a){var b=a.parentNode,c=b.firstChild;while(l.isIgnorable(c))if(c=c.nextSibling,!c)return;while("HWS"===c.nodeName)if(l.remove(c,b),c=b.parentNode.insertBefore(l.clone(w),b),b=b.parentNode,v&&b.normalize(),c!==b.firstChild)break}),v&&a.normalize(),e}}),l.extend(h.fn,{HWS:null,renderHWS:function(a){return h.renderHWS(this.context,a),this.HWS=l.tag("hws",this.context),this},revertHWS:function(){return this.HWS.forEach(function(a){l.remove(a)}),this}}),h.renderJiya=function(a){var a=a||c,b=[h.find(a)];return b[0].filterOutSelector+=", textarea, code, kbd, samp, pre, jinze, em",b[0].groupify(),l.qsa("char_group.biaodian",a).forEach(function(a){b.push(h(a).charify({hanzi:"biaodian",liga:"liga",word:"none",latin:"none",ellinika:"none",kirillica:"none"}))}),b},l.extend(h.fn,{jiya:null,renderJiya:function(){return this.jiya=h.renderJiya(this.context),this},revertJiya:function(){try{this.jiya.revert("all")}catch(a){}return this}});var x;x=l.create("char","biaodian cjk middle"),x.setAttribute("unicode","b7"),h.correctBasicBD=function(a,b){var a=a||c,d;(!h.support.unicoderange||b)&&(d=h.find(a),d.filteredElemList+=" em",d.wrap(/\u00B7/g,l.clone(x)).charify({liga:"liga",hanzi:"none",word:"none",latin:"none",ellinika:"none",kirillica:"none"}))},l.extend(h.fn,{basicBD:null,correctBasicBD:function(a){return this.basicBD=h.correctBasicBD(this.context,a),this},revertBasicBD:function(){try{this.basicBD.revert("all")}catch(a){}return this}});var y="ru[annotation]",z=" textarea code kbd samp pre",A=function(){var a=e||l.create("body"),b=l.create("div"),c=l.create("span"),f=e?b:a,g,h,i;return e?e.appendChild(f):(a.style.background="",a.style.overflow="hidden",h=d.style.overflow,d.style.overflow="hidden",d.appendChild(a)),c.innerHTML="i̍",c.style.fontFamily="sans-serif",c.style.display="inline-block",g=l.clone(c),g.style.fontFamily='"Romanization Sans"',f.appendChild(c),f.appendChild(g),i=c.clientWidth!==g.clientWidth,l.remove(f),e||(d.style.overflow=h),i}(),B=h.TYPESET["display-as"]["comb-liga-pua"],C=h.TYPESET["inaccurate-char"],D=l.create("char","comb-liga"),E=l.create("inner");return l.extend(h,{isCombLigaNormal:A,substCombLigaWithPUA:function(a){var a=a||c,b=h.find(a);if(!A)return b.filteredElemList+=z,B.forEach(function(a){b.replace(new RegExp(a[0],"ig"),function(b,c){var d=l.clone(D),e=l.clone(E);return e.innerHTML=c[0],d.appendChild(e),d.setAttribute("display-as",a[1]),0===b.index?d:""})}),l.qsa(y,a).forEach(function(a){var b=a.getAttribute("annotation");B.slice(0,5).forEach(function(a){b=b.replace(new RegExp(a[0],"ig"),a[1])}),a.setAttribute("annotation",b)}),b},substInaccurateChar:function(a){var a=a||c,b=h.find(a);b.filteredElemList+=z,C.forEach(function(a){b.replace(new RegExp(a[0],"ig"),a[1])})}}),l.extend(h.fn,{"comb-liga":null,"inaccurate-char":null,substCombLigaWithPUA:function(){return this["comb-liga"]=h.substCombLigaWithPUA(this.context),this},revertCombLigaWithPUA:function(){try{this["comb-liga"].revert("all")}catch(a){}return this},substInaccurateChar:function(){return this["inaccurate-char"]=h.substInaccurateChar(this.context),this},revertInaccurateChar:function(){try{this["inaccurate-char"].revert("all")}catch(a){}return this}}),a.addEventListener("DOMContentLoaded",function(){var a;d.classList.contains("han-init")?h.init():(a=c.querySelector(".han-init-context"))&&(h.init=h(a).render())}),"function"==typeof define&&define.amd?define(function(){return h}):("undefined"==typeof b||b===!1)&&(a.Han=h),h}); \ No newline at end of file diff --git a/latest/ruby(ff)-han.css b/latest/ruby(ff)-han.css index 671db9fa..aba6eb5f 100644 --- a/latest/ruby(ff)-han.css +++ b/latest/ruby(ff)-han.css @@ -1 +1 @@ -/*! 漢字標準格式 v3.0.1 | MIT License | css.hanzi.co *//*! Han: CSS typography framework optimised for Hanzi *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{line-height:1.3;-webkit-font-smoothing:subpixel-antialiased}ol,ul{padding-left:2em}figure,blockquote{margin-left:2em;margin-right:2em}address{font-style:inherit}pre{white-space:pre;word-wrap:normal}a{text-decoration:inherit}em:lang(zh),em:lang(ja){-moz-text-emphasis:filled circle;-webkit-text-emphasis:filled circle;text-emphasis:filled circle;-moz-text-emphasis-position:under;-webkit-text-emphasis-position:under;text-emphasis-position:under;font-style:inherit;border-bottom:2px dotted;padding-bottom:0.05em;border-bottom-width:-webkit-calc( 0px );padding-bottom:-webkit-calc( 0px )}em:lang(ja){-moz-text-emphasis:filled sesame;-webkit-text-emphasis:filled sesame;text-emphasis:filled sesame;-moz-text-emphasis-position:over;-webkit-text-emphasis-position:over;text-emphasis-position:over}strong,dfn:lang(zh),dfn:lang(ja),b{font-weight:inherit}strong,dfn:lang(zh),dfn:lang(ja),b{font-weight:bolder}dfn:lang(zh),dfn:lang(ja){font-style:inherit}cite:lang(zh),cite:lang(ja){font-style:inherit}q{quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(zh){quotes:"「" "」" "『" "』" "「" "」" "『" "』" "「" "」" "『" "』"}q:lang(zh-CN),q:lang(en){quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(en-GB){quotes:"‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”"}q:before{content:open-quote}q:after{content:close-quote}q:lang(ja):before,q:lang(ja):after{content:none}code,kbd,samp,pre{font-family:monospace,monospace,sans-serif}i:lang(zh),i:lang(ja),var:lang(zh),var:lang(ja){font-family:cursive,serif;font-style:inherit}u+u,u+ins,ins+u,ins+ins,s+s,s+del,del+s,del+del,.hyu-js-rendered u.adjacent,.hyu-js-rendered ins.adjacent,.hyu-js-rendered s+s.adjacent,.hyu-js-rendered s+del.adjacent,.hyu-js-rendered del+s.adjacent,.hyu-js-rendered del+del.adjacent{margin-left:0.125em}u,ins{padding-bottom:0.05em;border-bottom:1px solid;text-decoration:none}ruby *:before,ruby *:after{line-height:normal}ruby>rt:before{content:"("}ruby>rt:after{content:")"}ruby>rb+rtc:before{content:"("}ruby>rtc:after{content:","}ruby>rtc:last-of-type:after{content:")"}ruby>rt:before,ruby>rt:after{display:inline-block;overflow:hidden;vertical-align:middle;height:0;width:0;height:-moz-calc( 1.3em );width:-moz-calc( 1em )}.hyu-js-rendered u+u,.hyu-js-rendered u+ins,.hyu-js-rendered ins+u,.hyu-js-rendered ins+ins,.hyu-js-rendered s+s,.hyu-js-rendered s+del,.hyu-js-rendered del+s,.hyu-js-rendered del+del{margin-left:auto}.hyu-js-rendered em:lang(zh),.hyu-js-rendered em:lang(ja){padding-bottom:auto;border-bottom-width:0}.no-textemphasis em:lang(zh),.no-textemphasis em:lang(ja){line-height:2}.no-textemphasis em:lang(zh) char,.no-textemphasis em:lang(ja) char{position:relative;font-style:inherit}.no-textemphasis em:lang(zh) char:after,.no-textemphasis em:lang(ja) char:after{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:normal;line-height:normal;text-decoration:none;text-indent:0;-moz-transform:scale(0.5);-ms-transform:scale(0.5);-webkit-transform:scale(0.5);transform:scale(0.5);position:absolute;left:50%;top:0;margin-left:-250%;overflow:hidden;display:inline-block;height:1em;width:500%;line-height:1;text-align:center;text-indent:0;font-family:Georgia,"Times New Roman",Arial,!important}em:lang(zh) char.punct,em:lang(ja) char.punct,em:lang(zh) char.biaodian,em:lang(ja) char.biaodian{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none}.no-textemphasis em:lang(zh) char.punct:after,.no-textemphasis em:lang(ja) char.punct:after,.no-textemphasis em:lang(zh) char.biaodian:after,.no-textemphasis em:lang(ja) char.biaodian:after{content:none !important}.no-textemphasis em:lang(zh) char:after{margin-top:1em;content:"●"}.no-textemphasis em:lang(ja) char:after{margin-top:-0.7em;content:"﹅"}hruby{display:inline;line-height:2}hruby rp{display:none}hruby ru[annotation]>rt{display:inline-block;height:0;width:0;font:0/0 hidden-text}hruby ru{position:relative;display:inline-block;text-indent:0}hruby ru:before,hruby zhuyin{-moz-transform:scale(0.55);-ms-transform:scale(0.55);-webkit-transform:scale(0.55);transform:scale(0.55);-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:normal;line-height:normal;text-decoration:none;text-indent:0;position:absolute;display:inline-block}hruby ru[annotation]{text-align:center}hruby ru[annotation]:before{left:-265%;top:-0.5em;vertical-align:top;height:1em;width:600%;content:attr(annotation);line-height:1;text-align:center;text-indent:0}hruby[rightangle] ru[annotation]:before{left:-250%}hruby ru[zhuyin]{display:inline-block;position:relative;width:1.8em;text-align:left}hruby ru[zhuyin] zhuyin{right:0.2em;top:0;height:2.7em;width:0.8em;line-height:0.9;white-space:pre-wrap;word-break:break-all}hruby ru[zhuyin] diao{position:absolute;right:-0.9em;top:0;display:inline-block;width:1em}hruby ru[zhuyin][length='0'],hruby ru[zhuyin]:empty{width:auto}hruby ru[zhuyin][length='0'] zhuyin,hruby ru[zhuyin]:empty zhuyin{display:none}hruby ru[zhuyin][length='1'] zhuyin{margin-top:0.125em}hruby ru[zhuyin][length='1'] diao{margin-top:-0.35em}hruby ru[zhuyin][length='2'] zhuyin{margin-top:-0.175em}hruby ru[zhuyin][length='2'] diao{margin-top:0.5em}hruby ru[zhuyin][length='3'] zhuyin{margin-top:-0.45em}hruby ru[zhuyin][length='3'] diao{margin-top:1.3em}hruby ru[zhuyin][diao='˙'] diao{right:-0.35em}hruby ru[zhuyin][diao='˙'][length='1'] diao{margin-top:-0.5em}hruby ru[zhuyin][diao='˙'][length='2'] diao{margin-top:-0.3em}hruby ru[zhuyin][diao='˙'][length='3'] diao{margin-top:-0.25em}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1.2);-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2);margin-right:-0.25em}hruby ru[zhuyin][diao^='ㆴ'] diao,hruby ru[zhuyin][diao^='ㆵ'] diao,hruby ru[zhuyin][diao^='ㆶ'] diao,hruby ru[zhuyin][diao^='ㆷ'] diao,hruby ru[zhuyin][diao='󳆴'] diao,hruby ru[zhuyin][diao='󳆵'] diao,hruby ru[zhuyin][diao='󳆶'] diao,hruby ru[zhuyin][diao='󳆷'] diao{top:20%;margin-right:-0.3em}hruby ru[annotation]:before,hruby[rightangle] ru[annotation][order='1']:before{top:-0.5em}hruby ru[order='1']:before,hruby[rightangle] ru[annotation][order='0']:before{bottom:-0.4em;top:auto}hruby[rightangle] ru[annotation]:before{margin-left:-0.4em}@media screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi){hruby yin{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);display:inline-block}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}hruby ru[zhuyin][diao='˙'] diao{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);top:0.125em}}jinze{display:inline-block;text-indent:0}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';font-weight:600;src:local("YuGothic Bold"),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(YuGo-Bold),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';font-weight:600;src:local("YuGothic Bold"),local(YuGo-Bold),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti GB';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold);unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Heiti SC Medium"),local("Microsoft YaHei Bold"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold);unicode-range:U+270C}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSong),local("Lisong Pro"),local(SimSun),local(PMingLiU)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho")}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local(PMingLiU),local(SimSun)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro")}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun),local(PMingLiU)}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti SC Bold"),local("STSongti TC Bold"),local(STSongti-SC-Bold),local(STSongti-TC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti GB';font-weight:600;src:local("STSongti SC Bold"),local(STSongti-SC-Bold)}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSongti),local("Lisong Pro"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+270C}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local("MS Mincho"),local(PMingLiU),local(SimSun);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+270C}@font-face{font-family:cursive;src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti';src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti CNS';src:local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti GB';src:local("Kaiti SC"),local(STKaiti),local(Kai),local(Kaiti),local(DFKai-SB)}@font-face{font-family:cursive;font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti GB';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong CNS';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong GB';src:local(STFangsong),local(FangSong)}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Arial Unicode MS"),local("MS Gothic");unicode-range:U+2014}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho"),local("Microsoft Yahei");unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic");unicode-range:U+2026}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Lisong Pro"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU),local("MS Gothic");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(STSongti-TC-Regular),local("Lisong Pro"),local("Heiti TC"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSongti),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Basic';src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype");unicode-range:U+2014,U+2026,U+00B7}@font-face{font-family:'Biaodian Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Latin Italic Serif';src:local("Georgia Italic"),local("Times New Roman Italic"),local(Georgia-Italic),local(TimesNewRomanPS-ItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Serif';font-weight:700;src:local("Georgia Bold Italic"),local("Times New Roman Bold Italic"),local(Georgia-BoldItalic),local(TimesNewRomanPS-BoldItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{font-family:'Latin Italic Sans';font-weight:700;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Sans';src:local(Skia),local("Neutraface 2 Text"),local(Candara),local(Corbel)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Serif';src:local(Georgia),local("Hoefler Text"),local("Big Caslon")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Italic Serif';src:local("Georgia Italic"),local("Hoefler Text Italic"),local(Georgia-Italic),local(HoeflerText-Italic)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Sans';src:local("Helvetica Neue"),local(Helvetica),local(Arial)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';font-weight:bold;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Serif';src:local(Palatino),local("Palatino Linotype"),local("Times New Roman")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';src:local("Palatino Italic"),local("Palatino Italic Linotype"),local("Times New Roman Italic"),local(Palatino-Italic),local(Palatino-Italic-Linotype),local(TimesNewRomanPS-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';font-weight:bold;src:local("Palatino Bold Italic"),local("Palatino Bold Italic Linotype"),local("Times New Roman Bold Italic"),local(Palatino-BoldItalic),local(Palatino-BoldItalic-Linotype),local(TimesNewRomanPS-BoldItalicMT)}@font-face{font-family:'Numeral TF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';font-weight:bold;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';font-weight:bold;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype");unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Kaiti'}@font-face{unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Heiti';src:local("Hiragino Sans GB"),local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype")}@font-face{font-family:'Zhuyin Heiti';src:local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype");unicode-range:U+3127}@font-face{src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype");font-family:'Zhuyin Heiti';unicode-range:U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+31B4,U+31B5,U+31B6,U+31B7,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}@font-face{src:url(./font/han.woff?v3.0.1) format("woff"),url(./font/han.otf?v3.0.1) format("opentype");font-family:'Romanization Sans';unicode-range:U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}html:lang(zh-Latn),html:lang(ja-Latn),html:not(:lang(zh)):not(:lang(ja)),html *:lang(zh-Latn),html *:lang(ja-Latn),html *:not(:lang(zh)):not(:lang(ja)),article strong:lang(zh-Latn),article strong:lang(ja-Latn),article strong:not(:lang(zh)):not(:lang(ja)),article strong *:lang(zh-Latn),article strong *:lang(ja-Latn),article strong *:not(:lang(zh)):not(:lang(ja)){font-family:"Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}html:lang(zh),html:lang(zh-Hant),[lang^='zh'],[lang*='Hant'],[lang='zh-TW'],[lang='zh-HK'],article strong:lang(zh),article strong:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}html:lang(zh-Hans),html:lang(zh-CN),[lang*='Hans'],[lang='zh-CN'],article strong:lang(zh-Hans),article strong:lang(zh-CN){font-family:"Biaodian Pro Sans GB","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}html:lang(ja),[lang^='ja'],article strong:lang(ja){font-family:"Yakumono Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article blockquote i:lang(zh-Latn),article blockquote i:lang(ja-Latn),article blockquote i:not(:lang(zh)):not(:lang(ja)),article blockquote i *:lang(zh-Latn),article blockquote i *:lang(ja-Latn),article blockquote i *:not(:lang(zh)):not(:lang(ja)),article blockquote var:lang(zh-Latn),article blockquote var:lang(ja-Latn),article blockquote var:not(:lang(zh)):not(:lang(ja)),article blockquote var *:lang(zh-Latn),article blockquote var *:lang(ja-Latn),article blockquote var *:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}article blockquote i:lang(zh),article blockquote i:lang(zh-Hant),article blockquote var:lang(zh),article blockquote var:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}article blockquote i:lang(zh-Hans),article blockquote i:lang(zh-CN),article blockquote var:lang(zh-Hans),article blockquote var:lang(zh-CN){font-family:"Biaodian Pro Sans GB","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}article blockquote i:lang(ja),article blockquote var:lang(ja){font-family:"Yakumono Sans","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article figure blockquote:lang(zh-Latn),article figure blockquote:lang(ja-Latn),article figure blockquote:not(:lang(zh)):not(:lang(ja)),article figure blockquote *:lang(zh-Latn),article figure blockquote *:lang(ja-Latn),article figure blockquote *:not(:lang(zh)):not(:lang(ja)),figure blockquote:lang(zh-Latn),figure blockquote:lang(ja-Latn),figure blockquote:not(:lang(zh)):not(:lang(ja)),figure blockquote *:lang(zh-Latn),figure blockquote *:lang(ja-Latn),figure blockquote *:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Songti",cursive,serif}article figure blockquote:lang(zh),article figure blockquote:lang(zh-Hant),figure blockquote:lang(zh),figure blockquote:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Songti",serif}article figure blockquote:lang(zh-Hans),article figure blockquote:lang(zh-CN),figure blockquote:lang(zh-Hans),figure blockquote:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Songti GB",serif}article figure blockquote:lang(ja),figure blockquote:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",serif}article blockquote:lang(zh-Latn),article blockquote:lang(ja-Latn),article blockquote:not(:lang(zh)):not(:lang(ja)),article blockquote *:lang(zh-Latn),article blockquote *:lang(ja-Latn),article blockquote *:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Kaiti",cursive,serif}article blockquote:lang(zh),article blockquote:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}article blockquote:lang(zh-Hans),article blockquote:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}article blockquote:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",cursive,serif}i:lang(zh-Latn),i:lang(ja-Latn),i:not(:lang(zh)):not(:lang(ja)),i *:lang(zh-Latn),i *:lang(ja-Latn),i *:not(:lang(zh)):not(:lang(ja)),var:lang(zh-Latn),var:lang(ja-Latn),var:not(:lang(zh)):not(:lang(ja)),var *:lang(zh-Latn),var *:lang(ja-Latn),var *:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti",cursive,serif}i:lang(zh),i:lang(zh-Hant),var:lang(zh),var:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}i:lang(zh-Hans),i:lang(zh-CN),var:lang(zh-Hans),var:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}i:lang(ja),var:lang(ja){font-family:"Yakumono Serif","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman",cursive,serif}code:lang(zh-Latn),code:lang(ja-Latn),code:not(:lang(zh)):not(:lang(ja)),code *:lang(zh-Latn),code *:lang(ja-Latn),code *:not(:lang(zh)):not(:lang(ja)),kbd:lang(zh-Latn),kbd:lang(ja-Latn),kbd:not(:lang(zh)):not(:lang(ja)),kbd *:lang(zh-Latn),kbd *:lang(ja-Latn),kbd *:not(:lang(zh)):not(:lang(ja)),samp:lang(zh-Latn),samp:lang(ja-Latn),samp:not(:lang(zh)):not(:lang(ja)),samp *:lang(zh-Latn),samp *:lang(ja-Latn),samp *:not(:lang(zh)):not(:lang(ja)),pre:lang(zh-Latn),pre:lang(ja-Latn),pre:not(:lang(zh)):not(:lang(ja)),pre *:lang(zh-Latn),pre *:lang(ja-Latn),pre *:not(:lang(zh)):not(:lang(ja)){font-family:Menlo,Consolas,Courier,"Han Heiti",monospace,monospace,sans-serif}code:lang(zh),code:lang(zh-Hant),kbd:lang(zh),kbd:lang(zh-Hant),samp:lang(zh),samp:lang(zh-Hant),pre:lang(zh),pre:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS",Menlo,Consolas,Courier,"Zhuyin Heiti","Han Heiti",monospace,monospace,sans-serif}code:lang(zh-Hans),code:lang(zh-CN),kbd:lang(zh-Hans),kbd:lang(zh-CN),samp:lang(zh-Hans),samp:lang(zh-CN),pre:lang(zh-Hans),pre:lang(zh-CN){font-family:"Biaodian Pro Sans GB",Menlo,Consolas,Courier,"Han Heiti GB",monospace,monospace,sans-serif}code:lang(ja),kbd:lang(ja),samp:lang(ja),pre:lang(ja){font-family:"Yakumono Sans",Menlo,Consolas,Courier,monospace,monospace,sans-serif}#zhuyin_fuhao-heiti p,#zhuyin_fuhao-kaiti p,#luoma_pinyin p,#pua p,html,ruby ru[zhuyin] zhuyin,ruby ru[zhuyin] zhuyin diao,hruby ru[zhuyin] zhuyin,hruby ru[zhuyin] zhuyin diao,ruby.romanization rt,ruby ru[annotation]:before,hruby.romanization rt,hruby ru[annotation]:before,.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode='b7']{-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga";-webkit-font-feature-settings:"liga";font-feature-settings:"liga"}ruby ru[zhuyin] zhuyin diao,hruby ru[zhuyin] zhuyin diao{font-family:"Zhuyin Kaiti",cursive,serif}ruby.romanization rt,ruby ru[annotation]:before,hruby.romanization rt,hruby ru[annotation]:before{font-family:"Romanization Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}.no-kaiti i,.no-kaiti var{padding-bottom:0.05em;border-bottom:3px double #d3d3d3}article{line-height:1.7}article p,article li{text-align:justify;text-justify:inter-ideograph}article h1+blockquote,article h1+p,article h1+ol,article h1+ul,article h1+h6,article h1+section>h6:first-child,article h1+section>p:first-child,article h1+section>ol:first-child,article h1+section>ul:first-child,article h1+section>blockquote:first-child,article h2+blockquote,article h2+p,article h2+ol,article h2+ul,article h2+h6,article h2+section>h6:first-child,article h2+section>p:first-child,article h2+section>ol:first-child,article h2+section>ul:first-child,article h2+section>blockquote:first-child,article h3+blockquote,article h3+p,article h3+ol,article h3+ul,article h3+h6,article h3+section>h6:first-child,article h3+section>p:first-child,article h3+section>ol:first-child,article h3+section>ul:first-child,article h3+section>blockquote:first-child,article h4+blockquote,article h4+p,article h4+ol,article h4+ul,article h4+h6,article h4+section>h6:first-child,article h4+section>p:first-child,article h4+section>ol:first-child,article h4+section>ul:first-child,article h4+section>blockquote:first-child,article h5+blockquote,article h5+p,article h5+ol,article h5+ul,article h5+h6,article h5+section>h6:first-child,article h5+section>p:first-child,article h5+section>ol:first-child,article h5+section>ul:first-child,article h5+section>blockquote:first-child,article h6+blockquote,article h6+p,article h6+ol,article h6+ul,article h6+h6,article h6+section>h6:first-child,article h6+section>p:first-child,article h6+section>ol:first-child,article h6+section>ul:first-child,article h6+section>blockquote:first-child,article h1+h5,article h1+section>h5:first-child,article h2+h5,article h2+section>h5:first-child,article h3+h5,article h3+section>h5:first-child,article h4+h5,article h4+section>h5:first-child,article h5+h5,article h5+section>h5:first-child,article h1+h4,article h1+section>h4:first-child,article h2+h4,article h2+section>h4:first-child,article h3+h4,article h3+section>h4:first-child,article h4+h4,article h4+section>h4:first-child,article h1+h3,article h1+section>h3:first-child,article h2+h3,article h2+section>h3:first-child,article h3+h3,article h3+section>h3:first-child,article h1+h2,article h1+section>h2:first-child,article h2+h2,article h2+section>h2:first-child{margin-top:-1em}p.poem-like,.poem-like p{margin-left:2em}@media only screen and (max-width: 480px){p.poem-like,.poem-like p{margin-left:1em}}article blockquote{margin-right:0}@media only screen and (max-width: 480px){article blockquote{margin-left:1em}}figure blockquote{margin:0}blockquote blockquote{margin-left:1em;margin-right:1em}article blockquote blockquote{margin-right:0}@media only screen and (max-width: 480px){blockquote,figure{margin-left:1em;margin-right:1em}}.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode='b7']{font-family:"Biaodian Basic","Han Heiti"}hws{display:inline;visibility:hidden;font-family:Arial,sans-serif !important;font-size:0.89em}code hws,kbd hws,samp hws,pre hws,ol>hws,ul>hws{display:none}char_group .open:not(:last-child),char_group .close:not(:last-child),char_group [unicode='3001']:not(:last-child),char_group [unicode='3002']:not(:last-child),char_group [unicode='ff0c']:not(:last-child),char_group [unicode='ff08']:not(:last-child){letter-spacing:-0.5em}char_group [unicode='b7']+[unicode='300c'],char_group [unicode='b7']+[unicode='300e'],char_group [unicode='30fb']+[unicode='300c'],char_group [unicode='30fb']+[unicode='300e']{margin-left:-0.5em}char_group .liga+[unicode='300c'],char_group .liga+[unicode='300e']{margin-left:-0.25em}char[display-as]{position:relative;display:inline-block}char[display-as] inner{color:transparent}char[display-as]:after{position:absolute;left:0;display:inline-block;content:attr(display-as)}char[display-as].comb-liga:after{font-family:"Romanization Sans","Zhuyin Kaiti"}#zhuyin_fuhao-heiti p{font-family:"Zhuyin Heiti","Biaodian Pro Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}#zhuyin_fuhao-kaiti p{font-family:"Zhuyin Kaiti","Biaodian Pro Serif",Georgia,"Times New Roman","Han Kaiti",cursive,serif}#luoma_pinyin p,#pua p{font-family:"Romanization Sans","Biaodian Pro Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif} +/*! 漢字標準格式 v3.0.2 | MIT License | css.hanzi.co *//*! Han: CSS typography framework optimised for Hanzi *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{line-height:1.3;-webkit-font-smoothing:subpixel-antialiased}ol,ul{padding-left:2em}figure,blockquote{margin-left:2em;margin-right:2em}address{font-style:inherit}pre{white-space:pre;word-wrap:normal}a{text-decoration:inherit}em:lang(zh),em:lang(ja){-moz-text-emphasis:filled circle;-webkit-text-emphasis:filled circle;text-emphasis:filled circle;-moz-text-emphasis-position:under;-webkit-text-emphasis-position:under;text-emphasis-position:under;font-style:inherit;border-bottom:2px dotted;padding-bottom:0.05em;border-bottom-width:-webkit-calc( 0px );padding-bottom:-webkit-calc( 0px )}em:lang(ja){-moz-text-emphasis:filled sesame;-webkit-text-emphasis:filled sesame;text-emphasis:filled sesame;-moz-text-emphasis-position:over;-webkit-text-emphasis-position:over;text-emphasis-position:over}strong,dfn:lang(zh),dfn:lang(ja),b{font-weight:inherit}strong,dfn:lang(zh),dfn:lang(ja),b{font-weight:bolder}dfn:lang(zh),dfn:lang(ja){font-style:inherit}cite:lang(zh),cite:lang(ja){font-style:inherit}q{quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(zh){quotes:"「" "」" "『" "』" "「" "」" "『" "』" "「" "」" "『" "』"}q:lang(zh-CN),q:lang(en){quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(en-GB){quotes:"‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”"}q:before{content:open-quote}q:after{content:close-quote}q:lang(ja):before,q:lang(ja):after{content:none}code,kbd,samp,pre{font-family:monospace,monospace,sans-serif}i:lang(zh),i:lang(ja),var:lang(zh),var:lang(ja){font-family:cursive,serif;font-style:inherit}u+u,u+ins,ins+u,ins+ins,s+s,s+del,del+s,del+del,.hyu-js-rendered u.adjacent,.hyu-js-rendered ins.adjacent,.hyu-js-rendered s+s.adjacent,.hyu-js-rendered s+del.adjacent,.hyu-js-rendered del+s.adjacent,.hyu-js-rendered del+del.adjacent{margin-left:0.125em}u,ins{padding-bottom:0.05em;border-bottom:1px solid;text-decoration:none}ruby *:before,ruby *:after{line-height:normal}ruby>rt:not(:empty):before{content:"("}ruby>rt:not(:empty):after{content:")"}ruby>rb+rtc:before{content:"("}ruby>rtc:after{content:","}ruby>rtc:last-of-type:after{content:")"}ruby>rt:before,ruby>rt:after{display:inline-block;overflow:hidden;vertical-align:middle;height:0;width:0}ruby>rt:not(:empty):before,ruby>rt:not(:empty):after{height:-moz-calc( 1.3em );width:-moz-calc( 1em )}.hyu-js-rendered u+u,.hyu-js-rendered u+ins,.hyu-js-rendered ins+u,.hyu-js-rendered ins+ins,.hyu-js-rendered s+s,.hyu-js-rendered s+del,.hyu-js-rendered del+s,.hyu-js-rendered del+del{margin-left:auto}.hyu-js-rendered em:lang(zh),.hyu-js-rendered em:lang(ja){padding-bottom:auto;border-bottom-width:0}.no-textemphasis em:lang(zh),.no-textemphasis em:lang(ja){line-height:2}.no-textemphasis em:lang(zh) char,.no-textemphasis em:lang(ja) char{position:relative;font-style:inherit}.no-textemphasis em:lang(zh) char:after,.no-textemphasis em:lang(ja) char:after{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:normal;line-height:normal;text-decoration:none;text-indent:0;-moz-transform:scale(0.5);-ms-transform:scale(0.5);-webkit-transform:scale(0.5);transform:scale(0.5);position:absolute;left:50%;top:0;margin-left:-250%;overflow:hidden;display:inline-block;height:1em;width:500%;line-height:1;text-align:center;text-indent:0;font-family:Georgia,"Times New Roman",Arial,!important}em:lang(zh) char.punct,em:lang(ja) char.punct,em:lang(zh) char.biaodian,em:lang(ja) char.biaodian{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none}.no-textemphasis em:lang(zh) char.punct:after,.no-textemphasis em:lang(ja) char.punct:after,.no-textemphasis em:lang(zh) char.biaodian:after,.no-textemphasis em:lang(ja) char.biaodian:after{content:none !important}.no-textemphasis em:lang(zh) char:after{margin-top:1em;content:"●"}.no-textemphasis em:lang(ja) char:after{margin-top:-0.7em;content:"﹅"}hruby{display:inline;line-height:2}hruby rp{display:none}hruby ru[annotation]>rt{display:inline-block;height:0;width:0;font:0/0 hidden-text}hruby ru{position:relative;display:inline-block;text-indent:0}hruby ru:before,hruby zhuyin{-moz-transform:scale(0.55);-ms-transform:scale(0.55);-webkit-transform:scale(0.55);transform:scale(0.55);-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:normal;line-height:normal;text-decoration:none;text-indent:0;position:absolute;display:inline-block}hruby ru[annotation]{text-align:center}hruby ru[annotation]:before{left:-265%;top:-0.5em;vertical-align:top;height:1em;width:600%;content:attr(annotation);line-height:1;text-align:center;text-indent:0}hruby[rightangle] ru[annotation]:before{left:-250%}hruby ru[zhuyin]{display:inline-block;position:relative;width:1.8em;text-align:left}hruby ru[zhuyin] zhuyin{right:0.2em;top:0;height:2.7em;width:0.8em;line-height:0.9;white-space:pre-wrap;word-break:break-all}hruby ru[zhuyin] diao{position:absolute;right:-0.9em;top:0;display:inline-block;width:1em}hruby ru[zhuyin][length='0'],hruby ru[zhuyin]:empty{width:auto}hruby ru[zhuyin][length='0'] zhuyin,hruby ru[zhuyin]:empty zhuyin{display:none}hruby ru[zhuyin][length='1'] zhuyin{margin-top:0.125em}hruby ru[zhuyin][length='1'] diao{margin-top:-0.35em}hruby ru[zhuyin][length='2'] zhuyin{margin-top:-0.175em}hruby ru[zhuyin][length='2'] diao{margin-top:0.5em}hruby ru[zhuyin][length='3'] zhuyin{margin-top:-0.45em}hruby ru[zhuyin][length='3'] diao{margin-top:1.3em}hruby ru[zhuyin][diao='˙'] diao{right:-0.35em}hruby ru[zhuyin][diao='˙'][length='1'] diao{margin-top:-0.5em}hruby ru[zhuyin][diao='˙'][length='2'] diao{margin-top:-0.3em}hruby ru[zhuyin][diao='˙'][length='3'] diao{margin-top:-0.25em}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1.2);-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2);margin-right:-0.25em}hruby ru[zhuyin][diao^='ㆴ'] diao,hruby ru[zhuyin][diao^='ㆵ'] diao,hruby ru[zhuyin][diao^='ㆶ'] diao,hruby ru[zhuyin][diao^='ㆷ'] diao,hruby ru[zhuyin][diao='󳆴'] diao,hruby ru[zhuyin][diao='󳆵'] diao,hruby ru[zhuyin][diao='󳆶'] diao,hruby ru[zhuyin][diao='󳆷'] diao{top:20%;margin-right:-0.3em}hruby ru[annotation]:before,hruby[rightangle] ru[annotation][order='1']:before{top:-0.5em}hruby ru[order='1']:before,hruby[rightangle] ru[annotation][order='0']:before{bottom:-0.4em;top:auto}hruby[rightangle] ru[annotation]:before{margin-left:-0.4em}@media screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi){hruby yin{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);display:inline-block}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}hruby ru[zhuyin][diao='˙'] diao{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);top:0.125em}}jinze{display:inline-block;text-indent:0}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';font-weight:600;src:local("YuGothic Bold"),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(YuGo-Bold),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';font-weight:600;src:local("YuGothic Bold"),local(YuGo-Bold),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti GB';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold);unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Heiti SC Medium"),local("Microsoft YaHei Bold"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold);unicode-range:U+270C}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSong),local("Lisong Pro"),local(SimSun),local(PMingLiU)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho")}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local(PMingLiU),local(SimSun)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro")}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun),local(PMingLiU)}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti SC Bold"),local("STSongti TC Bold"),local(STSongti-SC-Bold),local(STSongti-TC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti GB';font-weight:600;src:local("STSongti SC Bold"),local(STSongti-SC-Bold)}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSongti),local("Lisong Pro"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+270C}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local("MS Mincho"),local(PMingLiU),local(SimSun);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+270C}@font-face{font-family:cursive;src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti';src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti CNS';src:local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti GB';src:local("Kaiti SC"),local(STKaiti),local(Kai),local(Kaiti),local(DFKai-SB)}@font-face{font-family:cursive;font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti GB';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong CNS';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong GB';src:local(STFangsong),local(FangSong)}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Arial Unicode MS"),local("MS Gothic");unicode-range:U+2014}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho"),local("Microsoft Yahei");unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic");unicode-range:U+2026}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Lisong Pro"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU),local("MS Gothic");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(STSongti-TC-Regular),local("Lisong Pro"),local("Heiti TC"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSongti),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Basic';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+2014,U+2026,U+00B7}@font-face{font-family:'Biaodian Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Latin Italic Serif';src:local("Georgia Italic"),local("Times New Roman Italic"),local(Georgia-Italic),local(TimesNewRomanPS-ItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Serif';font-weight:700;src:local("Georgia Bold Italic"),local("Times New Roman Bold Italic"),local(Georgia-BoldItalic),local(TimesNewRomanPS-BoldItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{font-family:'Latin Italic Sans';font-weight:700;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Sans';src:local(Skia),local("Neutraface 2 Text"),local(Candara),local(Corbel)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Serif';src:local(Georgia),local("Hoefler Text"),local("Big Caslon")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Italic Serif';src:local("Georgia Italic"),local("Hoefler Text Italic"),local(Georgia-Italic),local(HoeflerText-Italic)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Sans';src:local("Helvetica Neue"),local(Helvetica),local(Arial)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';font-weight:bold;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Serif';src:local(Palatino),local("Palatino Linotype"),local("Times New Roman")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';src:local("Palatino Italic"),local("Palatino Italic Linotype"),local("Times New Roman Italic"),local(Palatino-Italic),local(Palatino-Italic-Linotype),local(TimesNewRomanPS-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';font-weight:bold;src:local("Palatino Bold Italic"),local("Palatino Bold Italic Linotype"),local("Times New Roman Bold Italic"),local(Palatino-BoldItalic),local(Palatino-BoldItalic-Linotype),local(TimesNewRomanPS-BoldItalicMT)}@font-face{font-family:'Numeral TF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';font-weight:bold;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';font-weight:bold;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Kaiti'}@font-face{unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Heiti';src:local("Hiragino Sans GB"),local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype")}@font-face{font-family:'Zhuyin Heiti';src:local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+3127}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");font-family:'Zhuyin Heiti';unicode-range:U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+31B4,U+31B5,U+31B6,U+31B7,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");font-family:'Romanization Sans';unicode-range:U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}html:lang(zh-Latn),html:lang(ja-Latn),html:not(:lang(zh)):not(:lang(ja)),html *:lang(zh-Latn),html *:lang(ja-Latn),html *:not(:lang(zh)):not(:lang(ja)),article strong:lang(zh-Latn),article strong:lang(ja-Latn),article strong:not(:lang(zh)):not(:lang(ja)),article strong *:lang(zh-Latn),article strong *:lang(ja-Latn),article strong *:not(:lang(zh)):not(:lang(ja)){font-family:"Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}html:lang(zh),html:lang(zh-Hant),[lang^='zh'],[lang*='Hant'],[lang='zh-TW'],[lang='zh-HK'],article strong:lang(zh),article strong:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}html:lang(zh-Hans),html:lang(zh-CN),[lang*='Hans'],[lang='zh-CN'],article strong:lang(zh-Hans),article strong:lang(zh-CN){font-family:"Biaodian Pro Sans GB","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}html:lang(ja),[lang^='ja'],article strong:lang(ja){font-family:"Yakumono Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article blockquote i:lang(zh-Latn),article blockquote i:lang(ja-Latn),article blockquote i:not(:lang(zh)):not(:lang(ja)),article blockquote i *:lang(zh-Latn),article blockquote i *:lang(ja-Latn),article blockquote i *:not(:lang(zh)):not(:lang(ja)),article blockquote var:lang(zh-Latn),article blockquote var:lang(ja-Latn),article blockquote var:not(:lang(zh)):not(:lang(ja)),article blockquote var *:lang(zh-Latn),article blockquote var *:lang(ja-Latn),article blockquote var *:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}article blockquote i:lang(zh),article blockquote i:lang(zh-Hant),article blockquote var:lang(zh),article blockquote var:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}article blockquote i:lang(zh-Hans),article blockquote i:lang(zh-CN),article blockquote var:lang(zh-Hans),article blockquote var:lang(zh-CN){font-family:"Biaodian Pro Sans GB","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}article blockquote i:lang(ja),article blockquote var:lang(ja){font-family:"Yakumono Sans","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article figure blockquote:lang(zh-Latn),article figure blockquote:lang(ja-Latn),article figure blockquote:not(:lang(zh)):not(:lang(ja)),article figure blockquote *:lang(zh-Latn),article figure blockquote *:lang(ja-Latn),article figure blockquote *:not(:lang(zh)):not(:lang(ja)),figure blockquote:lang(zh-Latn),figure blockquote:lang(ja-Latn),figure blockquote:not(:lang(zh)):not(:lang(ja)),figure blockquote *:lang(zh-Latn),figure blockquote *:lang(ja-Latn),figure blockquote *:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Songti",cursive,serif}article figure blockquote:lang(zh),article figure blockquote:lang(zh-Hant),figure blockquote:lang(zh),figure blockquote:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Songti",serif}article figure blockquote:lang(zh-Hans),article figure blockquote:lang(zh-CN),figure blockquote:lang(zh-Hans),figure blockquote:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Songti GB",serif}article figure blockquote:lang(ja),figure blockquote:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",serif}article blockquote:lang(zh-Latn),article blockquote:lang(ja-Latn),article blockquote:not(:lang(zh)):not(:lang(ja)),article blockquote *:lang(zh-Latn),article blockquote *:lang(ja-Latn),article blockquote *:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Kaiti",cursive,serif}article blockquote:lang(zh),article blockquote:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}article blockquote:lang(zh-Hans),article blockquote:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}article blockquote:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",cursive,serif}i:lang(zh-Latn),i:lang(ja-Latn),i:not(:lang(zh)):not(:lang(ja)),i *:lang(zh-Latn),i *:lang(ja-Latn),i *:not(:lang(zh)):not(:lang(ja)),var:lang(zh-Latn),var:lang(ja-Latn),var:not(:lang(zh)):not(:lang(ja)),var *:lang(zh-Latn),var *:lang(ja-Latn),var *:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti",cursive,serif}i:lang(zh),i:lang(zh-Hant),var:lang(zh),var:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}i:lang(zh-Hans),i:lang(zh-CN),var:lang(zh-Hans),var:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}i:lang(ja),var:lang(ja){font-family:"Yakumono Serif","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman",cursive,serif}code:lang(zh-Latn),code:lang(ja-Latn),code:not(:lang(zh)):not(:lang(ja)),code *:lang(zh-Latn),code *:lang(ja-Latn),code *:not(:lang(zh)):not(:lang(ja)),kbd:lang(zh-Latn),kbd:lang(ja-Latn),kbd:not(:lang(zh)):not(:lang(ja)),kbd *:lang(zh-Latn),kbd *:lang(ja-Latn),kbd *:not(:lang(zh)):not(:lang(ja)),samp:lang(zh-Latn),samp:lang(ja-Latn),samp:not(:lang(zh)):not(:lang(ja)),samp *:lang(zh-Latn),samp *:lang(ja-Latn),samp *:not(:lang(zh)):not(:lang(ja)),pre:lang(zh-Latn),pre:lang(ja-Latn),pre:not(:lang(zh)):not(:lang(ja)),pre *:lang(zh-Latn),pre *:lang(ja-Latn),pre *:not(:lang(zh)):not(:lang(ja)){font-family:Menlo,Consolas,Courier,"Han Heiti",monospace,monospace,sans-serif}code:lang(zh),code:lang(zh-Hant),kbd:lang(zh),kbd:lang(zh-Hant),samp:lang(zh),samp:lang(zh-Hant),pre:lang(zh),pre:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS",Menlo,Consolas,Courier,"Zhuyin Heiti","Han Heiti",monospace,monospace,sans-serif}code:lang(zh-Hans),code:lang(zh-CN),kbd:lang(zh-Hans),kbd:lang(zh-CN),samp:lang(zh-Hans),samp:lang(zh-CN),pre:lang(zh-Hans),pre:lang(zh-CN){font-family:"Biaodian Pro Sans GB",Menlo,Consolas,Courier,"Han Heiti GB",monospace,monospace,sans-serif}code:lang(ja),kbd:lang(ja),samp:lang(ja),pre:lang(ja){font-family:"Yakumono Sans",Menlo,Consolas,Courier,monospace,monospace,sans-serif}#zhuyin_fuhao-heiti p,#zhuyin_fuhao-kaiti p,#luoma_pinyin p,#pua p,html,ruby ru[zhuyin] zhuyin,ruby ru[zhuyin] zhuyin diao,hruby ru[zhuyin] zhuyin,hruby ru[zhuyin] zhuyin diao,ruby.romanization rt,ruby ru[annotation]:before,hruby.romanization rt,hruby ru[annotation]:before,.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode='b7']{-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga";-webkit-font-feature-settings:"liga";font-feature-settings:"liga"}ruby ru[zhuyin] zhuyin diao,hruby ru[zhuyin] zhuyin diao{font-family:"Zhuyin Kaiti",cursive,serif}ruby.romanization rt,ruby ru[annotation]:before,hruby.romanization rt,hruby ru[annotation]:before{font-family:"Romanization Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}.no-kaiti i,.no-kaiti var{padding-bottom:0.05em;border-bottom:3px double #d3d3d3}article{line-height:1.7}article p,article li{text-align:justify;text-justify:inter-ideograph}article h1+blockquote,article h1+p,article h1+ol,article h1+ul,article h1+h6,article h1+section>h6:first-child,article h1+section>p:first-child,article h1+section>ol:first-child,article h1+section>ul:first-child,article h1+section>blockquote:first-child,article h2+blockquote,article h2+p,article h2+ol,article h2+ul,article h2+h6,article h2+section>h6:first-child,article h2+section>p:first-child,article h2+section>ol:first-child,article h2+section>ul:first-child,article h2+section>blockquote:first-child,article h3+blockquote,article h3+p,article h3+ol,article h3+ul,article h3+h6,article h3+section>h6:first-child,article h3+section>p:first-child,article h3+section>ol:first-child,article h3+section>ul:first-child,article h3+section>blockquote:first-child,article h4+blockquote,article h4+p,article h4+ol,article h4+ul,article h4+h6,article h4+section>h6:first-child,article h4+section>p:first-child,article h4+section>ol:first-child,article h4+section>ul:first-child,article h4+section>blockquote:first-child,article h5+blockquote,article h5+p,article h5+ol,article h5+ul,article h5+h6,article h5+section>h6:first-child,article h5+section>p:first-child,article h5+section>ol:first-child,article h5+section>ul:first-child,article h5+section>blockquote:first-child,article h6+blockquote,article h6+p,article h6+ol,article h6+ul,article h6+h6,article h6+section>h6:first-child,article h6+section>p:first-child,article h6+section>ol:first-child,article h6+section>ul:first-child,article h6+section>blockquote:first-child,article h1+h5,article h1+section>h5:first-child,article h2+h5,article h2+section>h5:first-child,article h3+h5,article h3+section>h5:first-child,article h4+h5,article h4+section>h5:first-child,article h5+h5,article h5+section>h5:first-child,article h1+h4,article h1+section>h4:first-child,article h2+h4,article h2+section>h4:first-child,article h3+h4,article h3+section>h4:first-child,article h4+h4,article h4+section>h4:first-child,article h1+h3,article h1+section>h3:first-child,article h2+h3,article h2+section>h3:first-child,article h3+h3,article h3+section>h3:first-child,article h1+h2,article h1+section>h2:first-child,article h2+h2,article h2+section>h2:first-child{margin-top:-1em}p.poem-like,.poem-like p{margin-left:2em}@media only screen and (max-width: 480px){p.poem-like,.poem-like p{margin-left:1em}}article blockquote{margin-right:0}@media only screen and (max-width: 480px){article blockquote{margin-left:1em}}figure blockquote{margin:0}blockquote blockquote{margin-left:1em;margin-right:1em}article blockquote blockquote{margin-right:0}@media only screen and (max-width: 480px){blockquote,figure{margin-left:1em;margin-right:1em}}.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode='b7']{font-family:"Biaodian Basic","Han Heiti"}hws{display:inline;visibility:hidden;font-family:Arial,sans-serif !important;font-size:0.89em}code hws,kbd hws,samp hws,pre hws,ol>hws,ul>hws{display:none}char_group .open:not(:last-child),char_group .close:not(:last-child),char_group [unicode='3001']:not(:last-child),char_group [unicode='3002']:not(:last-child),char_group [unicode='ff0c']:not(:last-child),char_group [unicode='ff08']:not(:last-child){letter-spacing:-0.5em}char_group [unicode='b7']+[unicode='300c'],char_group [unicode='b7']+[unicode='300e'],char_group [unicode='30fb']+[unicode='300c'],char_group [unicode='30fb']+[unicode='300e']{margin-left:-0.5em}char_group .liga+[unicode='300c'],char_group .liga+[unicode='300e']{margin-left:-0.25em}char[display-as]{position:relative;display:inline-block}char[display-as] inner{color:transparent}char[display-as]:after{position:absolute;left:0;display:inline-block;content:attr(display-as)}char[display-as].comb-liga:after{font-family:"Romanization Sans","Zhuyin Kaiti"}#zhuyin_fuhao-heiti p{font-family:"Zhuyin Heiti","Biaodian Pro Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}#zhuyin_fuhao-kaiti p{font-family:"Zhuyin Kaiti","Biaodian Pro Serif",Georgia,"Times New Roman","Han Kaiti",cursive,serif}#luoma_pinyin p,#pua p{font-family:"Romanization Sans","Biaodian Pro Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif} diff --git a/latest/test-commonjs.js b/latest/test-commonjs.js index f6362c28..67bb5bc8 100644 --- a/latest/test-commonjs.js +++ b/latest/test-commonjs.js @@ -1,9 +1,9 @@ (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;od;d++)void 0!==b[d].value&&a.setAttribute(b[d].name,b[d].value);else for(var e in b)b.hasOwnProperty(e)&&void 0!==b[e]&&a.setAttribute(e,b[e]);return a}},isIgnorable:function(a){return"WBR"===a.nodeName||a.nodeType===Node.COMMENT_NODE},makeArray:function(a){return Array.prototype.slice.call(a)},extend:function(a,b){var c="object"==typeof a||"function"==typeof a||"object"==typeof b;if(c){for(var d in b)b.hasOwnProperty(d)&&(a[d]=b[d]);return a}}},m=function(){var a="retain",b="first",d=c,e={}.toString;function f(a){return"[object Array]"==e.call(a)}function g(a){return String(a).replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}function h(){return i.apply(null,arguments)||j.apply(null,arguments)}function i(a,b,c,d,e){if(b&&!b.nodeType&&arguments.length<=2)return!1;var f="function"==typeof c;f&&(c=function(a){return function(b,c){return a(b.text,c.startIndex)}}(c));var g=j(b,{find:a,wrap:f?null:c,replace:f?c:"$"+(d||"&"),prepMatch:function(a,b){if(!a[0])throw"findAndReplaceDOMText cannot handle zero-length matches";if(d>0){var c=a[d];a.index+=a[0].indexOf(c),a[0]=c}return a.endIndex=a.index+a[0].length,a.startIndex=a.index,a.index=b,a},filterElements:e});return h.revert=function(){return g.revert()},!0}function j(a,b){return new k(a,b)}h.Finder=k;function k(b,c){c.portionMode=c.portionMode||a,this.node=b,this.options=c,this.prepMatch=c.prepMatch||this.prepMatch,this.reverts=[],this.matches=this.search(),this.matches.length&&this.processMatches()}return k.prototype={search:function(){var a,b=0,c=this.options.find,d=this.getAggregateText(),e=[];if(c="string"==typeof c?RegExp(g(c),"g"):c,c.global)while(a=c.exec(d))e.push(this.prepMatch(a,b++));else(a=d.match(c))&&e.push(this.prepMatch(a,0));return e},prepMatch:function(a,b){if(!a[0])throw new Error("findAndReplaceDOMText cannot handle zero-length matches");return a.endIndex=a.index+a[0].length,a.startIndex=a.index,a.index=b,a},getAggregateText:function(){var a=this.options.filterElements;return b(this.node);function b(c){if(3===c.nodeType)return c.data;if(a&&!a(c))return"";var d="";if(c=c.firstChild)do d+=b(c);while(c=c.nextSibling);return d}},processMatches:function(){var a=this.matches,b=this.node,c=this.options.filterElements,d,e,f=[],g=b,h=a.shift(),i=0,j=0,k=0,l,m=[b];a:while(!0){if(3===g.nodeType&&(!e&&g.length+i>=h.endIndex?e={node:g,index:k++,text:g.data.substring(h.startIndex-i,h.endIndex-i),indexInMatch:i-h.startIndex,indexInNode:h.startIndex-i,endIndexInNode:h.endIndex-i,isEnd:!0}:d&&f.push({node:g,index:k++,text:g.data,indexInMatch:i-h.startIndex,indexInNode:0}),!d&&g.length+i>h.startIndex&&(d={node:g,index:k++,indexInMatch:0,indexInNode:h.startIndex-i,endIndexInNode:h.endIndex-i,text:g.data.substring(h.startIndex-i,h.endIndex-i)}),i+=g.data.length),l=1===g.nodeType&&c&&!c(g),d&&e){if(g=this.replaceMatch(h,d,f,e),i-=e.node.data.length-e.endIndexInNode,d=null,e=null,f=[],h=a.shift(),k=0,j++,!h)break}else if(!l&&(g.firstChild||g.nextSibling)){g.firstChild?(m.push(g),g=g.firstChild):g=g.nextSibling;continue}while(!0){if(g.nextSibling){g=g.nextSibling;break}if(g=m.pop(),g===b)break a}}},revert:function(){for(var a=this.reverts.length;a--;)this.reverts[a]();this.reverts=[]},prepareReplacementString:function(a,c,d,e){var f=this.options.portionMode;return f===b&&c.indexInMatch>0?"":(a=a.replace(/\$(\d+|&|`|')/g,function(a,b){var c;switch(b){case"&":c=d[0];break;case"`":c=d.input.substring(0,d.startIndex);break;case"'":c=d.input.substring(d.endIndex);break;default:c=d[+b]}return c}),f===b?a:c.isEnd?a.substring(c.indexInMatch):a.substring(c.indexInMatch,c.indexInMatch+c.text.length))},getPortionReplacementNode:function(a,b,c){var e=this.options.replace||"$&",f=this.options.wrap;if(f&&f.nodeType){var g=d.createElement("div");g.innerHTML=f.outerHTML||(new XMLSerializer).serializeToString(f),f=g.firstChild}if("function"==typeof e)return e=e(a,b,c),e&&e.nodeType?e:d.createTextNode(String(e));var h="string"==typeof f?d.createElement(f):f;return e=d.createTextNode(this.prepareReplacementString(e,a,b,c)),e.data&&h?(h.appendChild(e),h):e},replaceMatch:function(a,b,c,e){var f=b.node,g=e.node,h,i;if(f===g){var j=f;b.indexInNode>0&&(h=d.createTextNode(j.data.substring(0,b.indexInNode)),j.parentNode.insertBefore(h,j));var k=this.getPortionReplacementNode(e,a);return j.parentNode.insertBefore(k,j),e.endIndexInNoden;++n){var p=c[n],q=this.getPortionReplacementNode(p,a);p.node.parentNode.replaceChild(q,p.node),this.reverts.push(function(a,b){return function(){b.parentNode.replaceChild(a.node,b)}}(p,q)),m.push(q)}var r=this.getPortionReplacementNode(e,a);return f.parentNode.insertBefore(h,f),f.parentNode.insertBefore(l,f),f.parentNode.removeChild(f),g.parentNode.insertBefore(r,g),g.parentNode.insertBefore(i,g),g.parentNode.removeChild(g),this.reverts.push(function(){h.parentNode.removeChild(h),l.parentNode.replaceChild(f,l),i.parentNode.removeChild(i),r.parentNode.replaceChild(g,r)}),r}},h}(),n="style, script",o=function(a,b,c,d,e){return new o.prototype.init(a,b,c,d,e)};o.prototype={constructor:o,context:"",finder:[],init:function(a,b,c,d,e){return this.context=a,this.filterOut(b),"string"==typeof c&&this[c]?this[c](d,e):this},filterOutSelector:n,filterOutFn:function(a){return l.matches(a,this.filterOutSelector)?!1:!0},filterOut:function(a){return"string"==typeof a?this.filterOutSelector=a:"function"==typeof a&&(this.filterOutFn=a),this},replace:function(a,b){var c=this;return this.finder.push(m(this.context,{find:a,replace:b,filterElements:function(a){return c.filterOutFn(a)}})),this},wrap:function(a,b){var c=this;return c.finder.push(m(c.context,{find:a,wrap:b,filterElements:function(a){return c.filterOutFn(a)}})),this},revert:function(a){var b=this.finder.length,a=Number(a)||0===a?Number(a):"all"===a?b:1;if("undefined"==typeof b||0===b)return this;a>this.finder.length&&(a=b);for(var c=parseInt(a);c>0;c--)this.finder.pop().revert();return this},jinzify:function(){var a=this.filterOutSelector;return this.filterOutSelector+=", jinze",this.replace(k.jinze.touwei,function(a,b){var c=b[0],d=l.create("",c),e=l.create("jinze","touwei");return e.appendChild(d),0===a.index&&a.isEnd||1===a.index?e:""}).replace(k.jinze.wei,function(a,b){var c=b[0],d=l.create("",c),e=l.create("jinze","wei");return e.appendChild(d),0===a.index?e:""}).replace(k.jinze.tou,function(a,b){var c=b[0],d=l.create("",c),e=l.create("jinze","tou");return e.appendChild(d),0===a.index&&a.isEnd||1===a.index?e:""}).replace(k.jinze.middle,function(a,b){var c=b[0],d=l.create("",c),e=l.create("jinze","middle");return e.appendChild(d),0===a.index&&a.isEnd||1===a.index?e:""}),this.filterOutSelector=a,this},groupify:function(){return this.wrap(k.char.biaodian.group[0],l.clone(l.create("char_group","biaodian cjk"))).wrap(k.char.biaodian.group[1],l.clone(l.create("char_group","biaodian cjk"))),this},charify:function(a){var a=l.extend({hanzi:"individual",liga:"liga",word:"group",latin:"group",ellinika:"group",kirillica:"group",kana:"none",eonmun:"none"},a||{});return"group"===a.hanzi&&this.wrap(k.char.hanzi.group,l.clone(l.create("char_group","hanzi cjk"))),"individual"===a.hanzi&&this.wrap(k.char.hanzi.individual,l.clone(l.create("char","hanzi cjk"))),("individual"===a.hanzi||"biaodian"===a.hanzi||"liga"===a.liga)&&("none"!==a.hanzi&&this.replace(k.char.biaodian.all,function(a,b){var c=b[0],d=l.create("",c),e="biaodian cjk "+(c.match(k.char.biaodian.open)?"open":c.match(k.char.biaodian.close)?"close end":c.match(k.char.biaodian.end)?"end":""),f=l.create("char",e),g=c.charCodeAt(0).toString(16);return f.setAttribute("unicode",g),f.appendChild(d),f}),this.replace("liga"===a.liga?k.char.biaodian.liga:new RegExp("("+j.biaodian.liga+")","g"),function(a,b){var c=b[0],d=l.create("",c),e=l.create("char","biaodian liga cjk"),f=c.charCodeAt(0).toString(16);return e.setAttribute("unicode",f),e.appendChild(d),e})),"none"!==a.word&&this.wrap(k.char.word,l.clone(l.create("word"))),("none"!==a.latin||"none"!==a.ellinika||"none"!==a.kirillica)&&this.wrap(k.char.punct.all,l.clone(l.create("char","punct"))),"individual"===a.latin&&this.wrap(k.char.alphabet.latin,l.clone(l.create("char","alphabet latin"))),"individual"===a.ellinika&&this.wrap(k.char.alphabet.ellinika,l.clone(l.create("char","alphabet ellinika greek"))),"individual"===a.kirillica&&this.wrap(k.char.alphabet.kirillica,l.clone(l.create("char","alphabet kirillica cyrillic"))),this}},o.prototype.init.prototype=o.prototype,h.find=o,void["replace","wrap","revert","jinzify","charify"].forEach(function(a){h.fn[a]=function(){return this.finder||(this.finder=h.find(this.context)),this.finder[a](arguments[0],arguments[1]),this}});var p={JS_RENDERED_CLASS:"hyu-js-rendered"};function q(a,b){var c=l.create("canvas"),d;return c.width="50",c.height="20",c.style.display="none",e.appendChild(c),d=c.getContext("2d"),d.textBaseline="top",d.font="15px "+b+", sans-serif",d.fillStyle="black",d.strokeStyle="black",d.fillText(a,0,0),[c,d]}function r(a,b,c){var a=a,b=b,c=c||"\u8fadQ",d;try{b=q(c,b||"sans-serif"),a=q(c,a);for(var e=1;20>=e;e++)for(var f=1;50>=f;f++){if("undefined"!==d&&a[1].getImageData(f,e,1,1).data[3]!==b[1].getImageData(f,e,1,1).data[3]){d=!0;break}if(d)break;50!==f||20!==e||d||(d=!1)}return l.remove(b[0]),l.remove(a[0]),b=null,a=null,d}catch(g){return!1}}p.detectFont=r,p.support=function(){var b="Webkit Moz ms".split(" "),f=l.create("_"),g={};function h(a){var c=a.charAt(0).toUpperCase()+a.slice(1),d=(a+" "+b.join(c+" ")+c).split(" "),e;return d.forEach(function(a){"string"==typeof f.style[a]&&(e=!0)}),e||!1}function i(a,b){var c=e||l.create("body"),f=l.create("div"),g=e?f:c,b="function"==typeof b?b:function(){},h,i,j;return h=[""].join(""),g.innerHTML+=h,c.appendChild(f),e||(c.style.background="",c.style.overflow="hidden",j=d.style.overflow,d.style.overflow="hidden",d.appendChild(c)),i=b(g,a),l.remove(g),e||(d.style.overflow=j),!!i}function j(b,d){var e;return a.getComputedStyle?e=c.defaultView.getComputedStyle(b,null).getPropertyValue(d):b.currentStyle&&(e=b.currentStyle[d]),e}return{ruby:function(){var a=l.create("ruby"),b=l.create("rt"),c=l.create("rp"),e;return a.appendChild(c),a.appendChild(b),d.appendChild(a),e="none"===j(c,"display")||"ruby"===j(a,"display")&&"ruby-text"===j(b,"display")?!0:!1,d.removeChild(a),a=null,b=null,c=null,e}(),fontface:function(){var a;return i('@font-face { font-family: font; src: url("http://"); }',function(b,c){var d=l.qsa("style",b)[0],e=d.sheet||d.styleSheet,f=e?e.cssRules&&e.cssRules[0]?e.cssRules[0].cssText:e.cssText||"":"";a=/src/i.test(f)&&0===f.indexOf(c.split(" ")[0])}),a}(),unicoderange:function(){var a;return i('@font-face{font-family:test-for-unicode-range;src:local(Arial),local("Droid Sans")}@font-face{font-family:test-for-unicode-range;src:local("Times New Roman"),local(Times),local("Droid Serif");unicode-range:U+270C}',function(){a=!p.detectFont("test-for-unicode-range",'Arial, "Droid Sans"',"Q")}),a}(),columnwidth:h("columnWidth"),textemphasis:h("textEmphasis"),writingmode:h("writingMode")}}(),p.initCond=function(a){var a=a||d,b="",c;a.classList.add(p.JS_RENDERED_CLASS);for(var e in p.support)c=(p.support[e]?"":"no-")+e,a.classList.add(c),b+=c+" ";return b};function s(a,b,c){var d=l.create("ru"),b=l.clone(b),c=c||{};return Array.isArray(a)?d.innerHTML=a.map(function(a){return a.outerHTML}).join(""):d.appendChild(l.clone(a)),d.appendChild(b),c.annotation=b.textContent,l.setAttr(d,c),d}function t(a,b){var a=l.clone(a),c=l.create("ru"),d=l.create("zhuyin"),e=l.create("yin"),f=l.create("diao"),g=b.textContent,h,i,j,m;return h=g.replace(k.zhuyin.diao,""),m=h?h.length:0,i=g.replace(h,"").replace(/[\u02C5]/g,"\u02c7").replace(/[\u030D]/g,"\u0358"),j=g.replace(k.zhuyin.form,function(a,b,c){return[a?"S":null,b?"J":null,c?"Y":null].join("")}),f.innerHTML=i,e.innerHTML=h,d.appendChild(e),d.appendChild(f),c.appendChild(a),c.appendChild(d),l.setAttr(c,{zhuyin:"",diao:i,length:m,form:j}),c}l.extend(p,{renderElem:function(a){this.renderRuby(a),this.renderDecoLine(a),this.renderDecoLine(a,"s, del"),this.renderEm(a)},renderDecoLine:function(a,b){var b=b||"u, ins",c=l.qsa(b,a),d=new RegExp("^("+b.replace(/\,\s?/g,"|")+")$","ig");c.forEach(function(a){var b;do if(b=(b||a).nextSibling,!b)return;while(l.isIgnorable(b));b.nodeName.match(d)&&b.classList.add("adjacent")})},renderEm:function(a,b){var c=b?"qsa":"tag",b=b||"em",d=l[c](b,a);d.forEach(function(a){var b=o(a);p.support.textemphasis||b.jinzify(),b.groupify().charify(p.support.textemphasis?{hanzi:"biaodian",word:"punctuation"}:{latin:"individual",ellinika:"individual",kirillica:"individual"})})},renderRuby:function(a,b){var c=b?"qsa":"tag",b=b||"ruby",d=l[c](b,a),e=l.qsa(b+", rtc",a);e.forEach(function(a){var b=a.classList;b.contains("pinyin")?b.add("romanization"):b.contains("mps")&&b.add("zhuyin"),b.contains("romanization")&&b.add("annotation")}),d.forEach(function(a){var c=a.classList,d=!p.support.ruby||c.contains("zhuyin")||c.contains("complex")||c.contains("rightangle"),e,f,g,h,i,j;d&&(e=l.create("!"),e.appendChild(l.clone(a)),f=l.qsa(b,e)[0],(!p.support.ruby||c.contains("zhuyin"))&&l.tag("rt",f).forEach(function(a){var b=l.create("!"),d=[],e;do{if(e=(e||a).previousSibling,!e||e.nodeName.match(/(r[ubt])/i))break;b.insertBefore(l.clone(e),b.firstChild),d.push(e)}while(!e.nodeName.match(/(r[ubt])/i));h=c.contains("zhuyin")?t(b,a):s(b,a);try{a.parentNode.replaceChild(h,a),d.forEach(function(a){l.remove(a)})}catch(f){}}),(c.contains("complex")||c.contains("rightangle"))&&(g=h=l.tag("rb",f),i=g.length,!function(b){b&&(h=l.tag("rt",b).map(function(a,b){if(g[b]){var c=t(g[b],a);try{g[b].parentNode.replaceChild(c,g[b])}catch(d){}return c}}),l.remove(b),a.setAttribute("rightangle",""))}(f.querySelector("rtc.zhuyin")),l.qsa("rtc:not(.zhuyin)",f).forEach(function(b,d){var e;e=l.tag("rt",b).map(function(b,e){var f=Number(b.getAttribute("rbspan")||1),g=0,j=[],k,m;f>i&&(f=i);do{try{k=h.shift(),j.push(k)}catch(n){}g+=Number(k.getAttribute("span")||1)}while(f>g);if(g>f){if(j.length>1)return void console.error("An impossible `rbspan` value detected.",a);j=l.tag("rb",j[0]),h=j.slice(f).concat(h),j=j.slice(0,f),g=f}m=s(j,b,{"class":c,span:g,order:d});try{j[0].parentNode.replaceChild(m,j.shift()),j.forEach(function(a){l.remove(a)})}catch(n){}return m}),h=e,l.remove(b)})),j=l.create("hruby"),j.innerHTML=e.firstChild.innerHTML,l.setAttr(j,a.attributes),j.normalize(),a.parentNode.replaceChild(j,a))})}}),h.normalize=p,h.support=p.support,h.detectFont=p.detectFont,h.fn.initCond=function(){return this.condition.classList.add("han-js-rendered"),h.normalize.initCond(this.condition),this},void["Elem","DecoLine","Em","Ruby"].forEach(function(a){var b="render"+a;h.fn[b]=function(a){return h.normalize[b](this.context,a),this}}),l.extend(h.support,{heiti:!0,songti:h.detectFont('"Han Songti"'),"songti-gb":h.detectFont('"Han Songti GB"'),kaiti:h.detectFont('"Han Kaiti"'),fangsong:h.detectFont('"Han Fangsong"')});var u="* > hws:first-child, * > wbr:first-child + hws, wbr:first-child + wbr + hws",v=function(){var a=l.create("div");return a.appendChild(l.create("","0-")),a.appendChild(l.create("","2")),a.normalize(),2!==a.firstChild.length}(),w;w=l.create("hws"),w.innerHTML=" ",l.extend(h,{isNodeNormalizeNormal:v,renderHWS:function(a,b){var a=a||c,d=b?"strict":"base",e=h.find(a);return e.filterOutSelector+=b?", textarea, code, kbd, samp, pre":", textarea",e.replace(h.TYPESET.hws[d][0],"$1$2").replace(h.TYPESET.hws[d][1],"$1$2").replace(/(['"]+)(.+?)\1/gi,"$1$2$1").replace("",function(){return l.clone(w)}),l.qsa(u,a).forEach(function(a){var b=a.parentNode,c=b.firstChild;while(l.isIgnorable(c))if(c=c.nextSibling,!c)return;while("HWS"===c.nodeName)if(l.remove(c,b),c=b.parentNode.insertBefore(l.clone(w),b),b=b.parentNode,v&&b.normalize(),c!==b.firstChild)break}),v&&a.normalize(),e}}),l.extend(h.fn,{HWS:null,renderHWS:function(a){return h.renderHWS(this.context,a),this.HWS=l.tag("hws",this.context),this},revertHWS:function(){return this.HWS.forEach(function(a){l.remove(a)}),this}}),h.renderJiya=function(a){var a=a||c,b=[h.find(a)];return b[0].filterOutSelector+=", textarea, code, kbd, samp, pre, jinze, em",b[0].groupify(),l.qsa("char_group.biaodian",a).forEach(function(a){b.push(h(a).charify({hanzi:"biaodian",liga:"liga",word:"none",latin:"none",ellinika:"none",kirillica:"none"}))}),b},l.extend(h.fn,{jiya:null,renderJiya:function(){return this.jiya=h.renderJiya(this.context),this},revertJiya:function(){try{this.jiya.revert("all")}catch(a){}return this}});var x;x=l.create("char","biaodian cjk middle"),x.setAttribute("unicode","b7"),h.correctBasicBD=function(a,b){var a=a||c,d;(!h.support.unicoderange||b)&&(d=h.find(a),d.filteredElemList+=" em",d.wrap(/\u00B7/g,l.clone(x)).charify({liga:"liga",hanzi:"none",word:"none",latin:"none",ellinika:"none",kirillica:"none"}))},l.extend(h.fn,{basicBD:null,correctBasicBD:function(a){return this.basicBD=h.correctBasicBD(this.context,a),this},revertBasicBD:function(){try{this.basicBD.revert("all")}catch(a){}return this}});var y="ru[annotation]",z=" textarea code kbd samp pre",A=function(){var a=e||l.create("body"),b=l.create("div"),c=l.create("span"),f=e?b:a,g,h,i;return e?e.appendChild(f):(a.style.background="",a.style.overflow="hidden",h=d.style.overflow,d.style.overflow="hidden",d.appendChild(a)),c.innerHTML="i̍",c.style.fontFamily="sans-serif",c.style.display="inline-block",g=l.clone(c),g.style.fontFamily='"Romanization Sans"',f.appendChild(c),f.appendChild(g),i=c.clientWidth!==g.clientWidth,l.remove(f),e||(d.style.overflow=h),i}(),B=h.TYPESET["display-as"]["comb-liga-pua"],C=h.TYPESET["inaccurate-char"],D=l.create("char","comb-liga"),E=l.create("inner");return l.extend(h,{isCombLigaNormal:A,substCombLigaWithPUA:function(a){var a=a||c,b=h.find(a);if(!A)return b.filteredElemList+=z,B.forEach(function(a){b.replace(new RegExp(a[0],"ig"),function(b,c){var d=l.clone(D),e=l.clone(E);return e.innerHTML=c[0],d.appendChild(e),d.setAttribute("display-as",a[1]),0===b.index?d:""})}),l.qsa(y,a).forEach(function(a){var b=a.getAttribute("annotation");B.slice(0,5).forEach(function(a){b=b.replace(new RegExp(a[0],"ig"),a[1])}),a.setAttribute("annotation",b)}),b},substInaccurateChar:function(a){var a=a||c,b=h.find(a);b.filteredElemList+=z,C.forEach(function(a){b.replace(new RegExp(a[0],"ig"),a[1])})}}),l.extend(h.fn,{"comb-liga":null,"inaccurate-char":null,substCombLigaWithPUA:function(){return this["comb-liga"]=h.substCombLigaWithPUA(this.context),this},revertCombLigaWithPUA:function(){try{this["comb-liga"].revert("all")}catch(a){}return this},substInaccurateChar:function(){return this["inaccurate-char"]=h.substInaccurateChar(this.context),this},revertInaccurateChar:function(){try{this["inaccurate-char"].revert("all")}catch(a){}return this}}),a.addEventListener("DOMContentLoaded",function(){var a;d.classList.contains("han-init")?h.init():(a=c.querySelector(".han-init-context"))&&(h.init=h(a).render())}),"function"==typeof define&&define.amd?define(function(){return h}):("undefined"==typeof b||b===!1)&&(a.Han=h),h}); +void function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=b(a,!0):b(a)}("undefined"!=typeof window?window:this,function(a,b){"use strict";var c=a.document,d=c.documentElement,e=c.body,f="3.0.2",g=["initCond","renderElem","renderJiya","renderHWS","correctBasicBD","substCombLigaWithPUA"],h=function(a,b){return new h.fn.init(a,b)},i=function(){return arguments[0]&&(this.context=arguments[0]),arguments[1]&&(this.condition=arguments[1]),this};h.version=f,h.fn=h.prototype={version:f,constructor:h,context:e,condition:d,routine:g,init:i,setRoutine:function(a){return Array.isArray(a)&&(this.routine=a),this},render:function(a){var b=this,a=Array.isArray(a)?a:this.routine;return a.forEach(function(a){try{"string"==typeof a?b[a]():Array.isArray(a)&&b[a.shift()].apply(b,a)}catch(c){}}),this}},h.fn.init.prototype=h.fn,h.init=function(){return h.init=h().render()};var j={punct:{base:"[\u2026,.;:!?\u203d_]",sing:"[\u2010-\u2014\u2026]",middle:"[\\/~\\-&\u2010-\u2014_]",open:"['\"\u2018\u201c\\(\\[\xa1\xbf\u2e18\xab\u2039\u201a\u201c\u201e]",close:"['\"\u201d\u2019\\)\\]\xbb\u203a\u201b\u201d\u201f]",end:"['\"\u201d\u2019\\)\\]\xbb\u203a\u201b\u201d\u201f\u203c\u203d\u2047-\u2049,.;:!?]"},biaodian:{base:"[\ufe30\uff0e\u3001\uff0c\u3002\uff1a\uff1b\uff1f\uff01\u30fc]",liga:"[\u2014\u2026\u22ef]",middle:"[\xb7\uff3c\uff0f\uff0d\u30a0\uff06\u30fb\uff3f]",open:"[\u300c\u300e\u300a\u3008\uff08\u3014\uff3b\uff5b\u3010\u3016]",close:"[\u300d\u300f\u300b\u3009\uff09\u3015\uff3d\uff5d\u3011\u3017]",end:"[\u300d\u300f\u300b\u3009\uff09\u3015\uff3d\uff5d\u3011\u3017\ufe30\uff0e\u3001\uff0c\u3002\uff1a\uff1b\uff1f\uff01\u30fc]"},hanzi:{base:"[\u4e00-\u9fff\u3400-\u4db5\u31c0-\u31e3\u3007\ufa0e\ufa0f\ufa11\ufa13\ufa14\ufa1f\ufa21\ufa23\ufa24\ufa27-\ufa29]|[\ud800-\udbff][\udc00-\udfff]",desc:"[\u2ff0-\u2ffa]",radical:"[\u2f00-\u2fd5\u2e80-\u2ef3]"},latin:{base:"[A-Za-z0-9\xc0-\xff\u0100-\u017f\u0180-\u024f\u2c60-\u2c7f\ua720-\ua7ff\u1e00-\u1eff]",combine:"[\u0300-\u0341\u1dc0-\u1dff]"},ellinika:{base:"[0-9\u0370-\u03ff\u1f00-\u1fff]",combine:"[\u0300-\u0345\u1dc0-\u1dff]"},kirillica:{base:"[0-9\u0400-\u0482\u048a-\u04ff\u0500-\u052f\ua640-\ua66e\ua67e-\ua697]",combine:"[\u0483-\u0489\u2de0-\u2dff\ua66f-\ua67d\ua69f]"},kana:{base:"[\u30a2\u30a4\u30a6\u30a8\u30aa-\u30fa\u3042\u3044\u3046\u3048\u304a-\u3094\u309f\u30ff]|\ud82c[\udc00-\udc01]",small:"[\u3041\u3043\u3045\u3047\u3049\u30a1\u30a3\u30a5\u30a7\u30a9\u3063\u3083\u3085\u3087\u308e\u3095\u3096\u30c3\u30e3\u30e5\u30e7\u30ee\u30f5\u30f6\u31f0-\u31ff]",combine:"[\u3099-\u309c]",half:"[\uff66-\uff9f]",mark:"[\u30a0\u309d\u309e\u30fb-\u30fe]"},eonmun:{base:"[\uac00-\ud7a3]",letter:"[\u1100-\u11ff\u314f-\u3163\u3131-\u318e\ua960-\ua97c\ud7b0-\ud7fb]",half:"[\uffa1-\uffdc]"},zhuyin:{base:"[\u3105-\u312d\u31a0-\u31ba]",initial:"[\u3105-\u3119\u312a-\u312c\u31a0-\u31a3]",medial:"[\u3127-\u3129]","final":"[\u311a-\u3129\u312d\u31a4-\u31b3\u31b8-\u31ba]",tone:"[\u02d9\u02ca\u02c5\u02c7\u02cb\u02ea\u02eb]",ruyun:"[\u31b4-\u31b7][\u0358\u030d]?"}},k=function(){var a="[\\x20\\t\\r\\n\\f]",b=j.punct.open,c=j.punct.close,d=j.punct.end,e=j.punct.middle,f=j.punct.sing,g=b+"|"+d+"|"+e,h=j.biaodian.open,i=j.biaodian.close,k=j.biaodian.end,l=j.biaodian.middle,m=j.biaodian.liga+"{2}",n=h+"|"+k+"|"+l,o=j.kana.base+j.kana.combine+"?",p=j.kana.small+j.kana.combine+"?",q=j.kana.half,r=j.eonmun.base+"|"+j.eonmun.letter,s=j.eonmun.half,t=j.hanzi.base+"|"+j.hanzi.desc+"|"+j.hanzi.radical+"|"+o,u=j.ellinika.combine,v=j.latin.base+u+"*",w=j.ellinika.base+u+"*",x=j.kirillica.combine,y=j.kirillica.base+x+"*",z=v+"|"+w+"|"+y,A="['\u2019]",B=t+"|("+z+"|"+A+")+",C=j.zhuyin.initial,D=j.zhuyin.medial,E=j.zhuyin.final,F=j.zhuyin.tone+"|"+j.zhuyin.ruyun;return{"char":{punct:{all:new RegExp("("+g+")","g"),open:new RegExp("("+b+")","g"),end:new RegExp("("+d+")","g"),sing:new RegExp("("+f+")","g")},biaodian:{all:new RegExp("("+n+")","g"),open:new RegExp("("+h+")","g"),close:new RegExp("("+i+")","g"),end:new RegExp("("+k+")","g"),liga:new RegExp("("+m+")","g"),group:[new RegExp("("+h+"|"+l+"|"+k+"){2,}","g"),new RegExp("("+m+h+")","g")]},hanzi:{individual:new RegExp("("+t+")","g"),group:new RegExp("("+t+")+","g")},word:new RegExp("("+v+"|"+w+"|"+y+"|"+g+")+","ig"),alphabet:{latin:new RegExp("("+v+")","ig"),ellinika:new RegExp("("+w+")","ig"),kirillica:new RegExp("("+y+")","ig"),kana:new RegExp("("+o+")","g"),smallkana:new RegExp("("+p+")","g"),eonmun:new RegExp("("+r+")","g"),halfeonmun:new RegExp("("+s+")","g")}},jinze:{touwei:new RegExp("("+h+"+)("+B+")("+k+"+)","ig"),tou:new RegExp("("+h+"+)("+B+")","ig"),wei:new RegExp("("+B+")("+k+"+)","ig"),middle:new RegExp("("+B+")("+l+")("+B+")","ig")},zhuyin:{form:new RegExp("^\u02d9?("+C+")?("+D+")?("+E+")?("+F+")?$"),diao:new RegExp("("+F+")","g")},hws:{base:[new RegExp("("+t+")("+z+"|"+b+")","ig"),new RegExp("("+z+"|"+d+")("+t+")","ig")],strict:[new RegExp("("+t+")"+a+"?("+z+"|"+b+")","ig"),new RegExp("("+z+"|"+d+")"+a+"?("+t+")","ig")]},"display-as":{"ja-font-for-hant":["\u67e5 \u67fb","\u555f \u5553","\u9109 \u9115","\u503c \u5024","\u6c61 \u6c5a"],"comb-liga-pua":[["a[\u030d\u0358]","\udb80\udc61"],["e[\u030d\u0358]","\udb80\udc65"],["i[\u030d\u0358]","\udb80\udc69"],["o[\u030d\u0358]","\udb80\udc6f"],["u[\u030d\u0358]","\udb80\udc75"],["\u31b4[\u030d\u0358]","\udb8c\uddb4"],["\u31b5[\u030d\u0358]","\udb8c\uddb5"],["\u31b6[\u030d\u0358]","\udb8c\uddb6"],["\u31b7[\u030d\u0358]","\udb8c\uddb7"]]},"inaccurate-char":[["[\u2022\u2027]","\xb7"],["\u22ef\u22ef","\u2026\u2026"],["\u2500\u2500","\u2014\u2014"],["\u2035","\u2018"],["\u2032","\u2019"],["\u2036","\u201c"],["\u2033","\u201d"]]}}();h.UNICODE=j,h.TYPESET=k,h.UNICODE.cjk=h.UNICODE.hanzi,h.UNICODE.greek=h.UNICODE.ellinika,h.UNICODE.cyrillic=h.UNICODE.kirillica,h.UNICODE.hangul=h.UNICODE.eonmun,h.TYPESET.char.cjk=h.TYPESET.char.hanzi,h.TYPESET.char.alphabet.greek=h.TYPESET.char.alphabet.ellinika,h.TYPESET.char.alphabet.cyrillic=h.TYPESET.char.alphabet.kirillica,h.TYPESET.char.alphabet.hangul=h.TYPESET.char.alphabet.eonmun;var l={id:function(a,b){return(b||c).getElementById(a)},tag:function(a,b){return this.makeArray((b||c).getElementsByTagName(a))},qsa:function(a,b){return this.makeArray((b||c).querySelectorAll(a))},matches:function(a,b){var c=Element.prototype,d=c.matches||c.mozMatchesSelector||c.msMatchesSelector||c.webkitMatchesSelector;try{return d.call(a,b)}catch(e){return!1}},create:function(a,b){var a="!"===a?c.createDocumentFragment():""===a?c.createTextNode(b||""):c.createElement(a);try{b&&(a.className=b)}catch(d){}return a},clone:function(a,b){return a.cloneNode(b||!0)},remove:function(a,b){return(b||a.parentNode).removeChild(a)},setAttr:function(a,b){var c=b.length;if("object"==typeof b){if("object"==typeof b[0]&&"name"in b[0])for(var d=0;c>d;d++)void 0!==b[d].value&&a.setAttribute(b[d].name,b[d].value);else for(var e in b)b.hasOwnProperty(e)&&void 0!==b[e]&&a.setAttribute(e,b[e]);return a}},isIgnorable:function(a){return"WBR"===a.nodeName||a.nodeType===Node.COMMENT_NODE},makeArray:function(a){return Array.prototype.slice.call(a)},extend:function(a,b){var c="object"==typeof a||"function"==typeof a||"object"==typeof b;if(c){for(var d in b)b.hasOwnProperty(d)&&(a[d]=b[d]);return a}}},m=function(){var a="retain",b="first",d=c,e={}.toString;function f(a){return"[object Array]"==e.call(a)}function g(a){return String(a).replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}function h(){return i.apply(null,arguments)||j.apply(null,arguments)}function i(a,b,c,d,e){if(b&&!b.nodeType&&arguments.length<=2)return!1;var f="function"==typeof c;f&&(c=function(a){return function(b,c){return a(b.text,c.startIndex)}}(c));var g=j(b,{find:a,wrap:f?null:c,replace:f?c:"$"+(d||"&"),prepMatch:function(a,b){if(!a[0])throw"findAndReplaceDOMText cannot handle zero-length matches";if(d>0){var c=a[d];a.index+=a[0].indexOf(c),a[0]=c}return a.endIndex=a.index+a[0].length,a.startIndex=a.index,a.index=b,a},filterElements:e});return h.revert=function(){return g.revert()},!0}function j(a,b){return new k(a,b)}h.Finder=k;function k(b,c){c.portionMode=c.portionMode||a,this.node=b,this.options=c,this.prepMatch=c.prepMatch||this.prepMatch,this.reverts=[],this.matches=this.search(),this.matches.length&&this.processMatches()}return k.prototype={search:function(){var a,b=0,c=this.options.find,d=this.getAggregateText(),e=[];if(c="string"==typeof c?RegExp(g(c),"g"):c,c.global)while(a=c.exec(d))e.push(this.prepMatch(a,b++));else(a=d.match(c))&&e.push(this.prepMatch(a,0));return e},prepMatch:function(a,b){if(!a[0])throw new Error("findAndReplaceDOMText cannot handle zero-length matches");return a.endIndex=a.index+a[0].length,a.startIndex=a.index,a.index=b,a},getAggregateText:function(){var a=this.options.filterElements;return b(this.node);function b(c){if(3===c.nodeType)return c.data;if(a&&!a(c))return"";var d="";if(c=c.firstChild)do d+=b(c);while(c=c.nextSibling);return d}},processMatches:function(){var a=this.matches,b=this.node,c=this.options.filterElements,d,e,f=[],g=b,h=a.shift(),i=0,j=0,k=0,l,m=[b];a:while(!0){if(3===g.nodeType&&(!e&&g.length+i>=h.endIndex?e={node:g,index:k++,text:g.data.substring(h.startIndex-i,h.endIndex-i),indexInMatch:i-h.startIndex,indexInNode:h.startIndex-i,endIndexInNode:h.endIndex-i,isEnd:!0}:d&&f.push({node:g,index:k++,text:g.data,indexInMatch:i-h.startIndex,indexInNode:0}),!d&&g.length+i>h.startIndex&&(d={node:g,index:k++,indexInMatch:0,indexInNode:h.startIndex-i,endIndexInNode:h.endIndex-i,text:g.data.substring(h.startIndex-i,h.endIndex-i)}),i+=g.data.length),l=1===g.nodeType&&c&&!c(g),d&&e){if(g=this.replaceMatch(h,d,f,e),i-=e.node.data.length-e.endIndexInNode,d=null,e=null,f=[],h=a.shift(),k=0,j++,!h)break}else if(!l&&(g.firstChild||g.nextSibling)){g.firstChild?(m.push(g),g=g.firstChild):g=g.nextSibling;continue}while(!0){if(g.nextSibling){g=g.nextSibling;break}if(g=m.pop(),g===b)break a}}},revert:function(){for(var a=this.reverts.length;a--;)this.reverts[a]();this.reverts=[]},prepareReplacementString:function(a,c,d,e){var f=this.options.portionMode;return f===b&&c.indexInMatch>0?"":(a=a.replace(/\$(\d+|&|`|')/g,function(a,b){var c;switch(b){case"&":c=d[0];break;case"`":c=d.input.substring(0,d.startIndex);break;case"'":c=d.input.substring(d.endIndex);break;default:c=d[+b]}return c}),f===b?a:c.isEnd?a.substring(c.indexInMatch):a.substring(c.indexInMatch,c.indexInMatch+c.text.length))},getPortionReplacementNode:function(a,b,c){var e=this.options.replace||"$&",f=this.options.wrap;if(f&&f.nodeType){var g=d.createElement("div");g.innerHTML=f.outerHTML||(new XMLSerializer).serializeToString(f),f=g.firstChild}if("function"==typeof e)return e=e(a,b,c),e&&e.nodeType?e:d.createTextNode(String(e));var h="string"==typeof f?d.createElement(f):f;return e=d.createTextNode(this.prepareReplacementString(e,a,b,c)),e.data&&h?(h.appendChild(e),h):e},replaceMatch:function(a,b,c,e){var f=b.node,g=e.node,h,i;if(f===g){var j=f;b.indexInNode>0&&(h=d.createTextNode(j.data.substring(0,b.indexInNode)),j.parentNode.insertBefore(h,j));var k=this.getPortionReplacementNode(e,a);return j.parentNode.insertBefore(k,j),e.endIndexInNoden;++n){var p=c[n],q=this.getPortionReplacementNode(p,a);p.node.parentNode.replaceChild(q,p.node),this.reverts.push(function(a,b){return function(){b.parentNode.replaceChild(a.node,b)}}(p,q)),m.push(q)}var r=this.getPortionReplacementNode(e,a);return f.parentNode.insertBefore(h,f),f.parentNode.insertBefore(l,f),f.parentNode.removeChild(f),g.parentNode.insertBefore(r,g),g.parentNode.insertBefore(i,g),g.parentNode.removeChild(g),this.reverts.push(function(){h.parentNode.removeChild(h),l.parentNode.replaceChild(f,l),i.parentNode.removeChild(i),r.parentNode.replaceChild(g,r)}),r}},h}(),n="style, script",o=function(a,b,c,d,e){return new o.prototype.init(a,b,c,d,e)};o.prototype={constructor:o,context:"",finder:[],init:function(a,b,c,d,e){return this.context=a,this.filterOut(b),"string"==typeof c&&this[c]?this[c](d,e):this},filterOutSelector:n,filterOutFn:function(a){return l.matches(a,this.filterOutSelector)?!1:!0},filterOut:function(a){return"string"==typeof a?this.filterOutSelector=a:"function"==typeof a&&(this.filterOutFn=a),this},replace:function(a,b){var c=this;return this.finder.push(m(this.context,{find:a,replace:b,filterElements:function(a){return c.filterOutFn(a)}})),this},wrap:function(a,b){var c=this;return c.finder.push(m(c.context,{find:a,wrap:b,filterElements:function(a){return c.filterOutFn(a)}})),this},revert:function(a){var b=this.finder.length,a=Number(a)||0===a?Number(a):"all"===a?b:1;if("undefined"==typeof b||0===b)return this;a>this.finder.length&&(a=b);for(var c=parseInt(a);c>0;c--)this.finder.pop().revert();return this},jinzify:function(){var a=this.filterOutSelector;return this.filterOutSelector+=", jinze",this.replace(k.jinze.touwei,function(a,b){var c=b[0],d=l.create("",c),e=l.create("jinze","touwei");return e.appendChild(d),0===a.index&&a.isEnd||1===a.index?e:""}).replace(k.jinze.wei,function(a,b){var c=b[0],d=l.create("",c),e=l.create("jinze","wei");return e.appendChild(d),0===a.index?e:""}).replace(k.jinze.tou,function(a,b){var c=b[0],d=l.create("",c),e=l.create("jinze","tou");return e.appendChild(d),0===a.index&&a.isEnd||1===a.index?e:""}).replace(k.jinze.middle,function(a,b){var c=b[0],d=l.create("",c),e=l.create("jinze","middle");return e.appendChild(d),0===a.index&&a.isEnd||1===a.index?e:""}),this.filterOutSelector=a,this},groupify:function(){return this.wrap(k.char.biaodian.group[0],l.clone(l.create("char_group","biaodian cjk"))).wrap(k.char.biaodian.group[1],l.clone(l.create("char_group","biaodian cjk"))),this},charify:function(a){var a=l.extend({hanzi:"individual",liga:"liga",word:"group",latin:"group",ellinika:"group",kirillica:"group",kana:"none",eonmun:"none"},a||{});return"group"===a.hanzi&&this.wrap(k.char.hanzi.group,l.clone(l.create("char_group","hanzi cjk"))),"individual"===a.hanzi&&this.wrap(k.char.hanzi.individual,l.clone(l.create("char","hanzi cjk"))),("individual"===a.hanzi||"biaodian"===a.hanzi||"liga"===a.liga)&&("none"!==a.hanzi&&this.replace(k.char.biaodian.all,function(a,b){var c=b[0],d=l.create("",c),e="biaodian cjk "+(c.match(k.char.biaodian.open)?"open":c.match(k.char.biaodian.close)?"close end":c.match(k.char.biaodian.end)?"end":""),f=l.create("char",e),g=c.charCodeAt(0).toString(16);return f.setAttribute("unicode",g),f.appendChild(d),f}),this.replace("liga"===a.liga?k.char.biaodian.liga:new RegExp("("+j.biaodian.liga+")","g"),function(a,b){var c=b[0],d=l.create("",c),e=l.create("char","biaodian liga cjk"),f=c.charCodeAt(0).toString(16);return e.setAttribute("unicode",f),e.appendChild(d),e})),"none"!==a.word&&this.wrap(k.char.word,l.clone(l.create("word"))),("none"!==a.latin||"none"!==a.ellinika||"none"!==a.kirillica)&&this.wrap(k.char.punct.all,l.clone(l.create("char","punct"))),"individual"===a.latin&&this.wrap(k.char.alphabet.latin,l.clone(l.create("char","alphabet latin"))),"individual"===a.ellinika&&this.wrap(k.char.alphabet.ellinika,l.clone(l.create("char","alphabet ellinika greek"))),"individual"===a.kirillica&&this.wrap(k.char.alphabet.kirillica,l.clone(l.create("char","alphabet kirillica cyrillic"))),this}},o.prototype.init.prototype=o.prototype,h.find=o,void["replace","wrap","revert","jinzify","charify"].forEach(function(a){h.fn[a]=function(){return this.finder||(this.finder=h.find(this.context)),this.finder[a](arguments[0],arguments[1]),this}});var p={JS_RENDERED_CLASS:"hyu-js-rendered"};function q(a,b){var c=l.create("canvas"),d;return c.width="50",c.height="20",c.style.display="none",e.appendChild(c),d=c.getContext("2d"),d.textBaseline="top",d.font="15px "+b+", sans-serif",d.fillStyle="black",d.strokeStyle="black",d.fillText(a,0,0),[c,d]}function r(a,b,c){var a=a,b=b,c=c||"\u8fadQ",d;try{b=q(c,b||"sans-serif"),a=q(c,a);for(var e=1;20>=e;e++)for(var f=1;50>=f;f++){if("undefined"!==d&&a[1].getImageData(f,e,1,1).data[3]!==b[1].getImageData(f,e,1,1).data[3]){d=!0;break}if(d)break;50!==f||20!==e||d||(d=!1)}return l.remove(b[0]),l.remove(a[0]),b=null,a=null,d}catch(g){return!1}}p.detectFont=r,p.support=function(){var b="Webkit Moz ms".split(" "),f=l.create("_"),g={};function h(a){var c=a.charAt(0).toUpperCase()+a.slice(1),d=(a+" "+b.join(c+" ")+c).split(" "),e;return d.forEach(function(a){"string"==typeof f.style[a]&&(e=!0)}),e||!1}function i(a,b){var c=e||l.create("body"),f=l.create("div"),g=e?f:c,b="function"==typeof b?b:function(){},h,i,j;return h=[""].join(""),g.innerHTML+=h,c.appendChild(f),e||(c.style.background="",c.style.overflow="hidden",j=d.style.overflow,d.style.overflow="hidden",d.appendChild(c)),i=b(g,a),l.remove(g),e||(d.style.overflow=j),!!i}function j(b,d){var e;return a.getComputedStyle?e=c.defaultView.getComputedStyle(b,null).getPropertyValue(d):b.currentStyle&&(e=b.currentStyle[d]),e}return{ruby:function(){var a=l.create("ruby"),b=l.create("rt"),c=l.create("rp"),e;return a.appendChild(c),a.appendChild(b),d.appendChild(a),e="none"===j(c,"display")||"ruby"===j(a,"display")&&"ruby-text"===j(b,"display")?!0:!1,d.removeChild(a),a=null,b=null,c=null,e}(),fontface:function(){var a;return i('@font-face { font-family: font; src: url("http://"); }',function(b,c){var d=l.qsa("style",b)[0],e=d.sheet||d.styleSheet,f=e?e.cssRules&&e.cssRules[0]?e.cssRules[0].cssText:e.cssText||"":"";a=/src/i.test(f)&&0===f.indexOf(c.split(" ")[0])}),a}(),unicoderange:function(){var a;return i('@font-face{font-family:test-for-unicode-range;src:local(Arial),local("Droid Sans")}@font-face{font-family:test-for-unicode-range;src:local("Times New Roman"),local(Times),local("Droid Serif");unicode-range:U+270C}',function(){a=!p.detectFont("test-for-unicode-range",'Arial, "Droid Sans"',"Q")}),a}(),columnwidth:h("columnWidth"),textemphasis:h("textEmphasis"),writingmode:h("writingMode")}}(),p.initCond=function(a){var a=a||d,b="",c;a.classList.add(p.JS_RENDERED_CLASS);for(var e in p.support)c=(p.support[e]?"":"no-")+e,a.classList.add(c),b+=c+" ";return b};function s(a,b,c){var d=l.create("ru"),b=l.clone(b),c=c||{};return Array.isArray(a)?d.innerHTML=a.map(function(a){return a.outerHTML}).join(""):d.appendChild(l.clone(a)),d.appendChild(b),c.annotation=b.textContent,l.setAttr(d,c),d}function t(a,b){var a=l.clone(a),c=l.create("ru"),d=l.create("zhuyin"),e=l.create("yin"),f=l.create("diao"),g=b.textContent,h,i,j,m;return h=g.replace(k.zhuyin.diao,""),m=h?h.length:0,i=g.replace(h,"").replace(/[\u02C5]/g,"\u02c7").replace(/[\u030D]/g,"\u0358"),j=g.replace(k.zhuyin.form,function(a,b,c){return[a?"S":null,b?"J":null,c?"Y":null].join("")}),f.innerHTML=i,e.innerHTML=h,d.appendChild(e),d.appendChild(f),c.appendChild(a),c.appendChild(d),l.setAttr(c,{zhuyin:"",diao:i,length:m,form:j}),c}l.extend(p,{renderElem:function(a){this.renderRuby(a),this.renderDecoLine(a),this.renderDecoLine(a,"s, del"),this.renderEm(a)},renderDecoLine:function(a,b){var b=b||"u, ins",c=l.qsa(b,a),d=new RegExp("^("+b.replace(/\,\s?/g,"|")+")$","ig");c.forEach(function(a){var b;do if(b=(b||a).nextSibling,!b)return;while(l.isIgnorable(b));b.nodeName.match(d)&&b.classList.add("adjacent")})},renderEm:function(a,b){var c=b?"qsa":"tag",b=b||"em",d=l[c](b,a);d.forEach(function(a){var b=o(a);p.support.textemphasis||b.jinzify(),b.groupify().charify(p.support.textemphasis?{hanzi:"biaodian",word:"punctuation"}:{latin:"individual",ellinika:"individual",kirillica:"individual"})})},renderRuby:function(a,b){var c=b?"qsa":"tag",b=b||"ruby",d=l[c](b,a),e=l.qsa(b+", rtc",a);e.forEach(function(a){var b=a.classList;b.contains("pinyin")?b.add("romanization"):b.contains("mps")&&b.add("zhuyin"),b.contains("romanization")&&b.add("annotation")}),d.forEach(function(a){var c=a.classList,d=!p.support.ruby||c.contains("zhuyin")||c.contains("complex")||c.contains("rightangle"),e,f,g,h,i,j;d&&(e=l.create("!"),e.appendChild(l.clone(a)),f=l.qsa(b,e)[0],(!p.support.ruby||c.contains("zhuyin"))&&l.tag("rt",f).forEach(function(a){var b=l.create("!"),d=[],e;do{if(e=(e||a).previousSibling,!e||e.nodeName.match(/(r[ubt])/i))break;b.insertBefore(l.clone(e),b.firstChild),d.push(e)}while(!e.nodeName.match(/(r[ubt])/i));h=c.contains("zhuyin")?t(b,a):s(b,a);try{a.parentNode.replaceChild(h,a),d.forEach(function(a){l.remove(a)})}catch(f){}}),(c.contains("complex")||c.contains("rightangle"))&&(g=h=l.tag("rb",f),i=g.length,!function(b){b&&(h=l.tag("rt",b).map(function(a,b){if(g[b]){var c=t(g[b],a);try{g[b].parentNode.replaceChild(c,g[b])}catch(d){}return c}}),l.remove(b),a.setAttribute("rightangle",""))}(f.querySelector("rtc.zhuyin")),l.qsa("rtc:not(.zhuyin)",f).forEach(function(b,d){var e;e=l.tag("rt",b).map(function(b,e){var f=Number(b.getAttribute("rbspan")||1),g=0,j=[],k,m;f>i&&(f=i);do{try{k=h.shift(),j.push(k)}catch(n){}g+=Number(k.getAttribute("span")||1)}while(f>g);if(g>f){if(j.length>1)return void console.error("An impossible `rbspan` value detected.",a);j=l.tag("rb",j[0]),h=j.slice(f).concat(h),j=j.slice(0,f),g=f}m=s(j,b,{"class":c,span:g,order:d});try{j[0].parentNode.replaceChild(m,j.shift()),j.forEach(function(a){l.remove(a)})}catch(n){}return m}),h=e,l.remove(b)})),j=l.create("hruby"),j.innerHTML=e.firstChild.innerHTML,l.setAttr(j,a.attributes),j.normalize(),a.parentNode.replaceChild(j,a))})}}),h.normalize=p,h.support=p.support,h.detectFont=p.detectFont,h.fn.initCond=function(){return this.condition.classList.add("han-js-rendered"),h.normalize.initCond(this.condition),this},void["Elem","DecoLine","Em","Ruby"].forEach(function(a){var b="render"+a;h.fn[b]=function(a){return h.normalize[b](this.context,a),this}}),l.extend(h.support,{heiti:!0,songti:h.detectFont('"Han Songti"'),"songti-gb":h.detectFont('"Han Songti GB"'),kaiti:h.detectFont('"Han Kaiti"'),fangsong:h.detectFont('"Han Fangsong"')});var u="* > hws:first-child, * > wbr:first-child + hws, wbr:first-child + wbr + hws",v=function(){var a=l.create("div");return a.appendChild(l.create("","0-")),a.appendChild(l.create("","2")),a.normalize(),2!==a.firstChild.length}(),w;w=l.create("hws"),w.innerHTML=" ",l.extend(h,{isNodeNormalizeNormal:v,renderHWS:function(a,b){var a=a||c,d=b?"strict":"base",e=h.find(a);return e.filterOutSelector+=b?", textarea, code, kbd, samp, pre":", textarea",e.replace(h.TYPESET.hws[d][0],"$1$2").replace(h.TYPESET.hws[d][1],"$1$2").replace(/(['"]+)(.+?)\1/gi,"$1$2$1").replace("",function(){return l.clone(w)}),l.qsa(u,a).forEach(function(a){var b=a.parentNode,c=b.firstChild;while(l.isIgnorable(c))if(c=c.nextSibling,!c)return;while("HWS"===c.nodeName)if(l.remove(c,b),c=b.parentNode.insertBefore(l.clone(w),b),b=b.parentNode,v&&b.normalize(),c!==b.firstChild)break}),v&&a.normalize(),e}}),l.extend(h.fn,{HWS:null,renderHWS:function(a){return h.renderHWS(this.context,a),this.HWS=l.tag("hws",this.context),this},revertHWS:function(){return this.HWS.forEach(function(a){l.remove(a)}),this}}),h.renderJiya=function(a){var a=a||c,b=[h.find(a)];return b[0].filterOutSelector+=", textarea, code, kbd, samp, pre, jinze, em",b[0].groupify(),l.qsa("char_group.biaodian",a).forEach(function(a){b.push(h(a).charify({hanzi:"biaodian",liga:"liga",word:"none",latin:"none",ellinika:"none",kirillica:"none"}))}),b},l.extend(h.fn,{jiya:null,renderJiya:function(){return this.jiya=h.renderJiya(this.context),this},revertJiya:function(){try{this.jiya.revert("all")}catch(a){}return this}});var x;x=l.create("char","biaodian cjk middle"),x.setAttribute("unicode","b7"),h.correctBasicBD=function(a,b){var a=a||c,d;(!h.support.unicoderange||b)&&(d=h.find(a),d.filteredElemList+=" em",d.wrap(/\u00B7/g,l.clone(x)).charify({liga:"liga",hanzi:"none",word:"none",latin:"none",ellinika:"none",kirillica:"none"}))},l.extend(h.fn,{basicBD:null,correctBasicBD:function(a){return this.basicBD=h.correctBasicBD(this.context,a),this},revertBasicBD:function(){try{this.basicBD.revert("all")}catch(a){}return this}});var y="ru[annotation]",z=" textarea code kbd samp pre",A=function(){var a=e||l.create("body"),b=l.create("div"),c=l.create("span"),f=e?b:a,g,h,i;return e?e.appendChild(f):(a.style.background="",a.style.overflow="hidden",h=d.style.overflow,d.style.overflow="hidden",d.appendChild(a)),c.innerHTML="i̍",c.style.fontFamily="sans-serif",c.style.display="inline-block",g=l.clone(c),g.style.fontFamily='"Romanization Sans"',f.appendChild(c),f.appendChild(g),i=c.clientWidth!==g.clientWidth,l.remove(f),e||(d.style.overflow=h),i}(),B=h.TYPESET["display-as"]["comb-liga-pua"],C=h.TYPESET["inaccurate-char"],D=l.create("char","comb-liga"),E=l.create("inner");return l.extend(h,{isCombLigaNormal:A,substCombLigaWithPUA:function(a){var a=a||c,b=h.find(a);if(!A)return b.filteredElemList+=z,B.forEach(function(a){b.replace(new RegExp(a[0],"ig"),function(b,c){var d=l.clone(D),e=l.clone(E);return e.innerHTML=c[0],d.appendChild(e),d.setAttribute("display-as",a[1]),0===b.index?d:""})}),l.qsa(y,a).forEach(function(a){var b=a.getAttribute("annotation");B.slice(0,5).forEach(function(a){b=b.replace(new RegExp(a[0],"ig"),a[1])}),a.setAttribute("annotation",b)}),b},substInaccurateChar:function(a){var a=a||c,b=h.find(a);b.filteredElemList+=z,C.forEach(function(a){b.replace(new RegExp(a[0],"ig"),a[1])})}}),l.extend(h.fn,{"comb-liga":null,"inaccurate-char":null,substCombLigaWithPUA:function(){return this["comb-liga"]=h.substCombLigaWithPUA(this.context),this},revertCombLigaWithPUA:function(){try{this["comb-liga"].revert("all")}catch(a){}return this},substInaccurateChar:function(){return this["inaccurate-char"]=h.substInaccurateChar(this.context),this},revertInaccurateChar:function(){try{this["inaccurate-char"].revert("all")}catch(a){}return this}}),a.addEventListener("DOMContentLoaded",function(){var a;d.classList.contains("han-init")?h.init():(a=c.querySelector(".han-init-context"))&&(h.init=h(a).render())}),"function"==typeof define&&define.amd?define(function(){return h}):("undefined"==typeof b||b===!1)&&(a.Han=h),h}); },{}],2:[function(require,module,exports){ require('./han.min.js')().render() diff --git a/v3.0.2/README.md b/v3.0.2/README.md new file mode 100644 index 00000000..f6595d33 --- /dev/null +++ b/v3.0.2/README.md @@ -0,0 +1,48 @@ +測試頁索引 +======== + + - [測試頁(標準)](test.html) + - [測試頁(AMD模組)](test-amd.html) + - [測試頁(CommonJS模組,browserify)](test-commonjs.html) + - [測試頁(無JavaScript)](test-nojs.html) + +## Normalisation(樣式標準化) + + - [文字裝飾線元素](./deco-line.html) + - [強調元素(着重號)](./em.html) + - [行間注元素](./ruby.html) + +## 字體 +### 漢字 + + - [標點符號](./biaodian.html) + - [四大字體集](./four.html) + - [字體基型(typeface generics)與@extend](./generics.html) + +### 其他 + + - [西文意大利體](./italic.html) + - [數字](./numeral.html) + - [標音(注音符號、羅馬拼音)](./ruby\(ff\).html) + +## 排版 +### 章節的組成 + + - [文章、章節與內容的邊界調整](./well-knit.html) + - [章節與目錄的計數](./counter.html) + +### 行的組成 + + - [漢字西文混排間隙](./hws.html) + - [標點擠壓](./jiya.html) + - [字元的替換](./subst.html) + + diff --git a/v3.0.2/biaodian.html b/v3.0.2/biaodian.html new file mode 100644 index 00000000..5996b7d2 --- /dev/null +++ b/v3.0.2/biaodian.html @@ -0,0 +1,84 @@ + + + + + 測試・標點符號 — 漢字標準格式 + + + + + + + +
+

測試·標點符號

+

提示:此測試頁需在支援CSS3 @font-face屬性unicode-range的瀏覽器下方可正常顯示。其餘瀏覽器僅支援基本符號(間隔號、刪節號、破折號)修正。 +

+
+

推薦

+

句號。點式全形句號.逗號,頓號、分號;冒號:問號?嘆號!
連接號〇-九 斜線/或\
「『內容』内容」‘內“內容”容’《內容》〈內容〉(內〔內容〕容)
間隔號甲·乙
連字時:破折號——刪節號……
單獨存在時:破拆號— 刪節號…

+
+
+

台灣教育部式(CNS)

+

句號。點式全形句號.逗號,頓號、分號;冒號:問號?嘆號!
連接號〇-九 斜線/或\
「『內容』内容」‘內“內容”容’《內容》〈內容〉(內〔內容〕容)
間隔號甲·乙
連字時:破折號——刪節號……
單獨存在時:破拆號— 刪節號…

+
+
+

中國國家標準(GB)

+

句号。点式全形句号.逗号,顿号、分号;冒号:问号?叹号!
连接号〇-九 斜线/或\
「『内容』内容」‘内“内容”容’《内容》〈内容〉(内〔内容〕容)
間隔號甲·乙
連字時:破折號——刪節號……
單獨存在時:破拆號— 刪節號…

+
+
+

襯線標點

+
+

推薦

+

句號。點式全形句號.逗號,頓號、分號;冒號:問號?嘆號!
連接號〇-九 斜線/或\
「『內容』内容」‘內“內容”容’《內容》〈內容〉(內〔內容〕容)
間隔號甲·乙
連字時:破折號——刪節號……
單獨存在時:破拆號— 刪節號…

+
+
+

台灣教育部式(CNS)

+

句號。點式全形句號.逗號,頓號、分號;冒號:問號?嘆號!
連接號〇-九 斜線/或\
「『內容』内容」‘內“內容”容’《內容》〈內容〉(內〔內容〕容)
間隔號甲·乙
連字時:破折號——刪節號……
單獨存在時:破拆號— 刪節號…

+
+
+

中國國家標準(GB)

+

句号。点式全形句号.逗号,顿号、分号;冒号:问号?叹号!
连接号〇-九 斜线/或\
「『内容』内容」‘内“内容”容’《内容》〈内容〉(内〔内容〕容)
間隔號甲·乙
連字時:破折號——刪節號……
單獨存在時:破拆號— 刪節號…

+
+
+
+ + + \ No newline at end of file diff --git a/v3.0.2/biaodian.jade b/v3.0.2/biaodian.jade new file mode 100644 index 00000000..94e40a11 --- /dev/null +++ b/v3.0.2/biaodian.jade @@ -0,0 +1,153 @@ +doctype html +html(lang='zh-Hant').han-init + head + meta(charset='utf-8') + title 測試・標點符號 — 漢字標準格式 + link(rel='stylesheet', href='./han.min.css') + style. + html { + overflow-x: hidden; + } + + article { + /* position */ + margin: 0 auto; + + /* box */ + max-width: 35em; + padding: 0 .5em 15em; + } + + #tuijian p { + font-family: 'Biaodian Pro Sans', 'Helvetica Neue', Arial, 'Han Heiti', sans-serif; + } + p:lang(zh-Hant-TW) { + font-family: 'Biaodian Pro Sans CNS', 'Helvetica Neue', Arial, 'Han Heiti CNS', sans-serif; + } + + p:lang(zh-Hans-CN) { + font-family: 'Biaodian Pro Sans GB', 'Helvetica Neue', Arial, 'Han Heiti GB', sans-serif; + } + + #chenxian p { + font-family: 'Biaodian Pro Serif', 'Numeral LF Serif', Georgia, 'Times New Roman', 'Han Songti', serif; + } + + #chenxian p:lang(zh-Hant-TW) { + font-family: 'Biaodian Pro Serif CNS', 'Numeral LF Serif', Georgia, 'Times New Roman', 'Han Songti CNS', serif; + } + + #chenxian p:lang(zh-Hans-CN) { + font-family: 'Biaodian Pro Serif GB', 'Numeral LF Serif', Georgia, 'Times New Roman', 'Han Songti GB', serif; + } + meta(name='viewport' content='width=device-width, initial-scale=1.0') + meta(name='description' content='印刷品般的漢字網頁排版框架') + meta(name='keywords' content='漢字標準格式, 中文, 排版, 排版規範, 日文, 字體排印, 文字設計, CLReq, CSS, Sass, typography') + body.test + + article + h1 測試·標點符號 + p.noti + strong 提示: + | 此測試頁需在支援CSS3 @font-face屬性unicode-range的瀏覽器下方可正常顯示。其餘瀏覽器僅支援基本符號(間隔號、刪節號、破折號)修正。 + section#tuijian + h2 推薦 + p + | 句號。點式全形句號.逗號,頓號、分號;冒號:問號?嘆號! + br + | 連接號〇-九 斜線/或\ + br + | 「『內容』内容」‘內“內容”容’《內容》〈內容〉(內〔內容〕容) + br + | 間隔號甲·乙 + br + strong 連字時: + | 破折號——刪節號…… + br + strong 單獨存在時: + | 破拆號— 刪節號… + section#taiwan_jiaoyubu_biaozhun(lang='zh-Hant-TW') + h2 台灣教育部式(CNS) + p + | 句號。點式全形句號.逗號,頓號、分號;冒號:問號?嘆號! + br + | 連接號〇-九 斜線/或\ + br + | 「『內容』内容」‘內“內容”容’《內容》〈內容〉(內〔內容〕容) + br + | 間隔號甲·乙 + br + strong 連字時: + | 破折號——刪節號…… + br + strong 單獨存在時: + | 破拆號— 刪節號… + section#zhongguo_guojia_biaozhun(lang='zh-Hans-CN') + h2 中國國家標準(GB) + p + | 句号。点式全形句号.逗号,顿号、分号;冒号:问号?叹号! + br + | 连接号〇-九 斜线/或\ + br + | 「『内容』内容」‘内“内容”容’《内容》〈内容〉(内〔内容〕容) + br + | 間隔號甲·乙 + br + strong 連字時: + | 破折號——刪節號…… + br + strong 單獨存在時: + | 破拆號— 刪節號… + section#chenxian + h2 襯線標點 + section#chenxian-tuijian + h3 推薦 + p + | 句號。點式全形句號.逗號,頓號、分號;冒號:問號?嘆號! + br + | 連接號〇-九 斜線/或\ + br + | 「『內容』内容」‘內“內容”容’《內容》〈內容〉(內〔內容〕容) + br + | 間隔號甲·乙 + br + strong 連字時: + | 破折號——刪節號…… + br + strong 單獨存在時: + | 破拆號— 刪節號… + section#chenxian-taiwan_jiaoyubu_biaozhun(lang='zh-Hant-TW') + h3 台灣教育部式(CNS) + p + | 句號。點式全形句號.逗號,頓號、分號;冒號:問號?嘆號! + br + | 連接號〇-九 斜線/或\ + br + | 「『內容』内容」‘內“內容”容’《內容》〈內容〉(內〔內容〕容) + br + | 間隔號甲·乙 + br + strong 連字時: + | 破折號——刪節號…… + br + strong 單獨存在時: + | 破拆號— 刪節號… + section#chenxian-zhongguo_guojia_biaozhun(lang='zh-Hans-CN') + h3 中國國家標準(GB) + p + | 句号。点式全形句号.逗号,顿号、分号;冒号:问号?叹号! + br + | 连接号〇-九 斜线/或\ + br + | 「『内容』内容」‘内“内容”容’《内容》〈内容〉(内〔内容〕容) + br + | 間隔號甲·乙 + br + strong 連字時: + | 破折號——刪節號…… + br + strong 單獨存在時: + | 破拆號— 刪節號… + + script(src='./han.min.js') diff --git a/v3.0.2/counter-han.css b/v3.0.2/counter-han.css new file mode 100644 index 00000000..61e228c4 --- /dev/null +++ b/v3.0.2/counter-han.css @@ -0,0 +1 @@ +/*! 漢字標準格式 v3.0.2 | MIT License | css.hanzi.co *//*! Han: CSS typography framework optimised for Hanzi *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{line-height:1.3;-webkit-font-smoothing:subpixel-antialiased}ol,ul{padding-left:2em}figure,blockquote{margin-left:2em;margin-right:2em}address{font-style:inherit}pre{white-space:pre;word-wrap:normal}a{text-decoration:inherit}em:lang(zh),em:lang(ja){-moz-text-emphasis:filled circle;-webkit-text-emphasis:filled circle;text-emphasis:filled circle;-moz-text-emphasis-position:under;-webkit-text-emphasis-position:under;text-emphasis-position:under;font-style:inherit;border-bottom:2px dotted;padding-bottom:0.05em;border-bottom-width:-webkit-calc( 0px );padding-bottom:-webkit-calc( 0px )}em:lang(ja){-moz-text-emphasis:filled sesame;-webkit-text-emphasis:filled sesame;text-emphasis:filled sesame;-moz-text-emphasis-position:over;-webkit-text-emphasis-position:over;text-emphasis-position:over}strong,dfn:lang(zh),dfn:lang(ja),b{font-weight:inherit}strong,dfn:lang(zh),dfn:lang(ja),b{font-weight:bolder}dfn:lang(zh),dfn:lang(ja){font-style:inherit}cite:lang(zh),cite:lang(ja){font-style:inherit}q{quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(zh){quotes:"「" "」" "『" "』" "「" "」" "『" "』" "「" "」" "『" "』"}q:lang(zh-CN),q:lang(en){quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(en-GB){quotes:"‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”"}q:before{content:open-quote}q:after{content:close-quote}q:lang(ja):before,q:lang(ja):after{content:none}code,kbd,samp,pre{font-family:monospace,monospace,sans-serif}i:lang(zh),i:lang(ja),var:lang(zh),var:lang(ja){font-family:cursive,serif;font-style:inherit}u+u,u+ins,ins+u,ins+ins,s+s,s+del,del+s,del+del,.hyu-js-rendered u.adjacent,.hyu-js-rendered ins.adjacent,.hyu-js-rendered s+s.adjacent,.hyu-js-rendered s+del.adjacent,.hyu-js-rendered del+s.adjacent,.hyu-js-rendered del+del.adjacent{margin-left:0.125em}u,ins{padding-bottom:0.05em;border-bottom:1px solid;text-decoration:none}ruby *:before,ruby *:after{line-height:normal}ruby>rt:not(:empty):before{content:"("}ruby>rt:not(:empty):after{content:")"}ruby>rb+rtc:before{content:"("}ruby>rtc:after{content:","}ruby>rtc:last-of-type:after{content:")"}ruby>rt:before,ruby>rt:after{display:inline-block;overflow:hidden;vertical-align:middle;height:0;width:0}ruby>rt:not(:empty):before,ruby>rt:not(:empty):after{height:-moz-calc( 1.3em );width:-moz-calc( 1em )}.hyu-js-rendered u+u,.hyu-js-rendered u+ins,.hyu-js-rendered ins+u,.hyu-js-rendered ins+ins,.hyu-js-rendered s+s,.hyu-js-rendered s+del,.hyu-js-rendered del+s,.hyu-js-rendered del+del{margin-left:auto}.hyu-js-rendered em:lang(zh),.hyu-js-rendered em:lang(ja){padding-bottom:auto;border-bottom-width:0}.no-textemphasis em:lang(zh),.no-textemphasis em:lang(ja){line-height:2}.no-textemphasis em:lang(zh) char,.no-textemphasis em:lang(ja) char{position:relative;font-style:inherit}.no-textemphasis em:lang(zh) char:after,.no-textemphasis em:lang(ja) char:after{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:normal;line-height:normal;text-decoration:none;text-indent:0;-moz-transform:scale(0.5);-ms-transform:scale(0.5);-webkit-transform:scale(0.5);transform:scale(0.5);position:absolute;left:50%;top:0;margin-left:-250%;overflow:hidden;display:inline-block;height:1em;width:500%;line-height:1;text-align:center;text-indent:0;font-family:Georgia,"Times New Roman",Arial,!important}em:lang(zh) char.punct,em:lang(ja) char.punct,em:lang(zh) char.biaodian,em:lang(ja) char.biaodian{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none}.no-textemphasis em:lang(zh) char.punct:after,.no-textemphasis em:lang(ja) char.punct:after,.no-textemphasis em:lang(zh) char.biaodian:after,.no-textemphasis em:lang(ja) char.biaodian:after{content:none !important}.no-textemphasis em:lang(zh) char:after{margin-top:1em;content:"●"}.no-textemphasis em:lang(ja) char:after{margin-top:-0.7em;content:"﹅"}hruby{display:inline;line-height:2}hruby rp{display:none}hruby ru[annotation]>rt{display:inline-block;height:0;width:0;font:0/0 hidden-text}hruby ru{position:relative;display:inline-block;text-indent:0}hruby ru:before,hruby zhuyin{-moz-transform:scale(0.55);-ms-transform:scale(0.55);-webkit-transform:scale(0.55);transform:scale(0.55);-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:normal;line-height:normal;text-decoration:none;text-indent:0;position:absolute;display:inline-block}hruby ru[annotation]{text-align:center}hruby ru[annotation]:before{left:-265%;top:-0.5em;vertical-align:top;height:1em;width:600%;content:attr(annotation);line-height:1;text-align:center;text-indent:0}hruby[rightangle] ru[annotation]:before{left:-250%}hruby ru[zhuyin]{display:inline-block;position:relative;width:1.8em;text-align:left}hruby ru[zhuyin] zhuyin{right:0.2em;top:0;height:2.7em;width:0.8em;line-height:0.9;white-space:pre-wrap;word-break:break-all}hruby ru[zhuyin] diao{position:absolute;right:-0.9em;top:0;display:inline-block;width:1em}hruby ru[zhuyin][length='0'],hruby ru[zhuyin]:empty{width:auto}hruby ru[zhuyin][length='0'] zhuyin,hruby ru[zhuyin]:empty zhuyin{display:none}hruby ru[zhuyin][length='1'] zhuyin{margin-top:0.125em}hruby ru[zhuyin][length='1'] diao{margin-top:-0.35em}hruby ru[zhuyin][length='2'] zhuyin{margin-top:-0.175em}hruby ru[zhuyin][length='2'] diao{margin-top:0.5em}hruby ru[zhuyin][length='3'] zhuyin{margin-top:-0.45em}hruby ru[zhuyin][length='3'] diao{margin-top:1.3em}hruby ru[zhuyin][diao='˙'] diao{right:-0.35em}hruby ru[zhuyin][diao='˙'][length='1'] diao{margin-top:-0.5em}hruby ru[zhuyin][diao='˙'][length='2'] diao{margin-top:-0.3em}hruby ru[zhuyin][diao='˙'][length='3'] diao{margin-top:-0.25em}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1.2);-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2);margin-right:-0.25em}hruby ru[zhuyin][diao^='ㆴ'] diao,hruby ru[zhuyin][diao^='ㆵ'] diao,hruby ru[zhuyin][diao^='ㆶ'] diao,hruby ru[zhuyin][diao^='ㆷ'] diao,hruby ru[zhuyin][diao='󳆴'] diao,hruby ru[zhuyin][diao='󳆵'] diao,hruby ru[zhuyin][diao='󳆶'] diao,hruby ru[zhuyin][diao='󳆷'] diao{top:20%;margin-right:-0.3em}hruby ru[annotation]:before,hruby[rightangle] ru[annotation][order='1']:before{top:-0.5em}hruby ru[order='1']:before,hruby[rightangle] ru[annotation][order='0']:before{bottom:-0.4em;top:auto}hruby[rightangle] ru[annotation]:before{margin-left:-0.4em}@media screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi){hruby yin{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);display:inline-block}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}hruby ru[zhuyin][diao='˙'] diao{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);top:0.125em}}jinze{display:inline-block;text-indent:0}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';font-weight:600;src:local("YuGothic Bold"),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(YuGo-Bold),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';font-weight:600;src:local("YuGothic Bold"),local(YuGo-Bold),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti GB';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold);unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Heiti SC Medium"),local("Microsoft YaHei Bold"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold);unicode-range:U+270C}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSong),local("Lisong Pro"),local(SimSun),local(PMingLiU)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho")}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local(PMingLiU),local(SimSun)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro")}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun),local(PMingLiU)}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti SC Bold"),local("STSongti TC Bold"),local(STSongti-SC-Bold),local(STSongti-TC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti GB';font-weight:600;src:local("STSongti SC Bold"),local(STSongti-SC-Bold)}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSongti),local("Lisong Pro"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+270C}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local("MS Mincho"),local(PMingLiU),local(SimSun);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+270C}@font-face{font-family:cursive;src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti';src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti CNS';src:local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti GB';src:local("Kaiti SC"),local(STKaiti),local(Kai),local(Kaiti),local(DFKai-SB)}@font-face{font-family:cursive;font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti GB';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong CNS';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong GB';src:local(STFangsong),local(FangSong)}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Arial Unicode MS"),local("MS Gothic");unicode-range:U+2014}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho"),local("Microsoft Yahei");unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic");unicode-range:U+2026}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Lisong Pro"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU),local("MS Gothic");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(STSongti-TC-Regular),local("Lisong Pro"),local("Heiti TC"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSongti),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Basic';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+2014,U+2026,U+00B7}@font-face{font-family:'Biaodian Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Latin Italic Serif';src:local("Georgia Italic"),local("Times New Roman Italic"),local(Georgia-Italic),local(TimesNewRomanPS-ItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Serif';font-weight:700;src:local("Georgia Bold Italic"),local("Times New Roman Bold Italic"),local(Georgia-BoldItalic),local(TimesNewRomanPS-BoldItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{font-family:'Latin Italic Sans';font-weight:700;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Sans';src:local(Skia),local("Neutraface 2 Text"),local(Candara),local(Corbel)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Serif';src:local(Georgia),local("Hoefler Text"),local("Big Caslon")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Italic Serif';src:local("Georgia Italic"),local("Hoefler Text Italic"),local(Georgia-Italic),local(HoeflerText-Italic)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Sans';src:local("Helvetica Neue"),local(Helvetica),local(Arial)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';font-weight:bold;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Serif';src:local(Palatino),local("Palatino Linotype"),local("Times New Roman")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';src:local("Palatino Italic"),local("Palatino Italic Linotype"),local("Times New Roman Italic"),local(Palatino-Italic),local(Palatino-Italic-Linotype),local(TimesNewRomanPS-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';font-weight:bold;src:local("Palatino Bold Italic"),local("Palatino Bold Italic Linotype"),local("Times New Roman Bold Italic"),local(Palatino-BoldItalic),local(Palatino-BoldItalic-Linotype),local(TimesNewRomanPS-BoldItalicMT)}@font-face{font-family:'Numeral TF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';font-weight:bold;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';font-weight:bold;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Kaiti'}@font-face{unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Heiti';src:local("Hiragino Sans GB"),local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype")}@font-face{font-family:'Zhuyin Heiti';src:local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+3127}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");font-family:'Zhuyin Heiti';unicode-range:U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+31B4,U+31B5,U+31B6,U+31B7,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");font-family:'Romanization Sans';unicode-range:U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}html:lang(zh-Latn),html:lang(ja-Latn),html:not(:lang(zh)):not(:lang(ja)),html *:lang(zh-Latn),html *:lang(ja-Latn),html *:not(:lang(zh)):not(:lang(ja)),article strong:lang(zh-Latn),article strong:lang(ja-Latn),article strong:not(:lang(zh)):not(:lang(ja)),article strong *:lang(zh-Latn),article strong *:lang(ja-Latn),article strong *:not(:lang(zh)):not(:lang(ja)){font-family:"Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}html:lang(zh),html:lang(zh-Hant),[lang^='zh'],[lang*='Hant'],[lang='zh-TW'],[lang='zh-HK'],article strong:lang(zh),article strong:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}html:lang(zh-Hans),html:lang(zh-CN),[lang*='Hans'],[lang='zh-CN'],article strong:lang(zh-Hans),article strong:lang(zh-CN){font-family:"Biaodian Pro Sans GB","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}html:lang(ja),[lang^='ja'],article strong:lang(ja){font-family:"Yakumono Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article blockquote i:lang(zh-Latn),article blockquote i:lang(ja-Latn),article blockquote i:not(:lang(zh)):not(:lang(ja)),article blockquote i *:lang(zh-Latn),article blockquote i *:lang(ja-Latn),article blockquote i *:not(:lang(zh)):not(:lang(ja)),article blockquote var:lang(zh-Latn),article blockquote var:lang(ja-Latn),article blockquote var:not(:lang(zh)):not(:lang(ja)),article blockquote var *:lang(zh-Latn),article blockquote var *:lang(ja-Latn),article blockquote var *:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}article blockquote i:lang(zh),article blockquote i:lang(zh-Hant),article blockquote var:lang(zh),article blockquote var:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}article blockquote i:lang(zh-Hans),article blockquote i:lang(zh-CN),article blockquote var:lang(zh-Hans),article blockquote var:lang(zh-CN){font-family:"Biaodian Pro Sans GB","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}article blockquote i:lang(ja),article blockquote var:lang(ja){font-family:"Yakumono Sans","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article figure blockquote:lang(zh-Latn),article figure blockquote:lang(ja-Latn),article figure blockquote:not(:lang(zh)):not(:lang(ja)),article figure blockquote *:lang(zh-Latn),article figure blockquote *:lang(ja-Latn),article figure blockquote *:not(:lang(zh)):not(:lang(ja)),figure blockquote:lang(zh-Latn),figure blockquote:lang(ja-Latn),figure blockquote:not(:lang(zh)):not(:lang(ja)),figure blockquote *:lang(zh-Latn),figure blockquote *:lang(ja-Latn),figure blockquote *:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Songti",cursive,serif}article figure blockquote:lang(zh),article figure blockquote:lang(zh-Hant),figure blockquote:lang(zh),figure blockquote:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Songti",serif}article figure blockquote:lang(zh-Hans),article figure blockquote:lang(zh-CN),figure blockquote:lang(zh-Hans),figure blockquote:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Songti GB",serif}article figure blockquote:lang(ja),figure blockquote:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",serif}article blockquote:lang(zh-Latn),article blockquote:lang(ja-Latn),article blockquote:not(:lang(zh)):not(:lang(ja)),article blockquote *:lang(zh-Latn),article blockquote *:lang(ja-Latn),article blockquote *:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Kaiti",cursive,serif}article blockquote:lang(zh),article blockquote:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}article blockquote:lang(zh-Hans),article blockquote:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}article blockquote:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",cursive,serif}i:lang(zh-Latn),i:lang(ja-Latn),i:not(:lang(zh)):not(:lang(ja)),i *:lang(zh-Latn),i *:lang(ja-Latn),i *:not(:lang(zh)):not(:lang(ja)),var:lang(zh-Latn),var:lang(ja-Latn),var:not(:lang(zh)):not(:lang(ja)),var *:lang(zh-Latn),var *:lang(ja-Latn),var *:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti",cursive,serif}i:lang(zh),i:lang(zh-Hant),var:lang(zh),var:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}i:lang(zh-Hans),i:lang(zh-CN),var:lang(zh-Hans),var:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}i:lang(ja),var:lang(ja){font-family:"Yakumono Serif","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman",cursive,serif}code:lang(zh-Latn),code:lang(ja-Latn),code:not(:lang(zh)):not(:lang(ja)),code *:lang(zh-Latn),code *:lang(ja-Latn),code *:not(:lang(zh)):not(:lang(ja)),kbd:lang(zh-Latn),kbd:lang(ja-Latn),kbd:not(:lang(zh)):not(:lang(ja)),kbd *:lang(zh-Latn),kbd *:lang(ja-Latn),kbd *:not(:lang(zh)):not(:lang(ja)),samp:lang(zh-Latn),samp:lang(ja-Latn),samp:not(:lang(zh)):not(:lang(ja)),samp *:lang(zh-Latn),samp *:lang(ja-Latn),samp *:not(:lang(zh)):not(:lang(ja)),pre:lang(zh-Latn),pre:lang(ja-Latn),pre:not(:lang(zh)):not(:lang(ja)),pre *:lang(zh-Latn),pre *:lang(ja-Latn),pre *:not(:lang(zh)):not(:lang(ja)){font-family:Menlo,Consolas,Courier,"Han Heiti",monospace,monospace,sans-serif}code:lang(zh),code:lang(zh-Hant),kbd:lang(zh),kbd:lang(zh-Hant),samp:lang(zh),samp:lang(zh-Hant),pre:lang(zh),pre:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS",Menlo,Consolas,Courier,"Zhuyin Heiti","Han Heiti",monospace,monospace,sans-serif}code:lang(zh-Hans),code:lang(zh-CN),kbd:lang(zh-Hans),kbd:lang(zh-CN),samp:lang(zh-Hans),samp:lang(zh-CN),pre:lang(zh-Hans),pre:lang(zh-CN){font-family:"Biaodian Pro Sans GB",Menlo,Consolas,Courier,"Han Heiti GB",monospace,monospace,sans-serif}code:lang(ja),kbd:lang(ja),samp:lang(ja),pre:lang(ja){font-family:"Yakumono Sans",Menlo,Consolas,Courier,monospace,monospace,sans-serif}html,ruby ru[zhuyin] zhuyin,ruby ru[zhuyin] zhuyin diao,hruby ru[zhuyin] zhuyin,hruby ru[zhuyin] zhuyin diao,ruby.romanization rt,ruby ru[annotation]:before,hruby.romanization rt,hruby ru[annotation]:before,.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode='b7']{-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga";-webkit-font-feature-settings:"liga";font-feature-settings:"liga"}ruby ru[zhuyin] zhuyin diao,hruby ru[zhuyin] zhuyin diao{font-family:"Zhuyin Kaiti",cursive,serif}ruby.romanization rt,ruby ru[annotation]:before,hruby.romanization rt,hruby ru[annotation]:before{font-family:"Romanization Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}.no-kaiti i,.no-kaiti var{padding-bottom:0.05em;border-bottom:3px double #d3d3d3}article{line-height:1.7}article p,article li{text-align:justify;text-justify:inter-ideograph}article h1+blockquote,article h1+p,article h1+ol,article h1+ul,article h1+h6,article h1+section>h6:first-child,article h1+section>p:first-child,article h1+section>ol:first-child,article h1+section>ul:first-child,article h1+section>blockquote:first-child,article h2+blockquote,article h2+p,article h2+ol,article h2+ul,article h2+h6,article h2+section>h6:first-child,article h2+section>p:first-child,article h2+section>ol:first-child,article h2+section>ul:first-child,article h2+section>blockquote:first-child,article h3+blockquote,article h3+p,article h3+ol,article h3+ul,article h3+h6,article h3+section>h6:first-child,article h3+section>p:first-child,article h3+section>ol:first-child,article h3+section>ul:first-child,article h3+section>blockquote:first-child,article h4+blockquote,article h4+p,article h4+ol,article h4+ul,article h4+h6,article h4+section>h6:first-child,article h4+section>p:first-child,article h4+section>ol:first-child,article h4+section>ul:first-child,article h4+section>blockquote:first-child,article h5+blockquote,article h5+p,article h5+ol,article h5+ul,article h5+h6,article h5+section>h6:first-child,article h5+section>p:first-child,article h5+section>ol:first-child,article h5+section>ul:first-child,article h5+section>blockquote:first-child,article h6+blockquote,article h6+p,article h6+ol,article h6+ul,article h6+h6,article h6+section>h6:first-child,article h6+section>p:first-child,article h6+section>ol:first-child,article h6+section>ul:first-child,article h6+section>blockquote:first-child,article h1+h5,article h1+section>h5:first-child,article h2+h5,article h2+section>h5:first-child,article h3+h5,article h3+section>h5:first-child,article h4+h5,article h4+section>h5:first-child,article h5+h5,article h5+section>h5:first-child,article h1+h4,article h1+section>h4:first-child,article h2+h4,article h2+section>h4:first-child,article h3+h4,article h3+section>h4:first-child,article h4+h4,article h4+section>h4:first-child,article h1+h3,article h1+section>h3:first-child,article h2+h3,article h2+section>h3:first-child,article h3+h3,article h3+section>h3:first-child,article h1+h2,article h1+section>h2:first-child,article h2+h2,article h2+section>h2:first-child{margin-top:-1em}p.poem-like,.poem-like p{margin-left:2em}@media only screen and (max-width: 480px){p.poem-like,.poem-like p{margin-left:1em}}article blockquote{margin-right:0}@media only screen and (max-width: 480px){article blockquote{margin-left:1em}}figure blockquote{margin:0}blockquote blockquote{margin-left:1em;margin-right:1em}article blockquote blockquote{margin-right:0}@media only screen and (max-width: 480px){blockquote,figure{margin-left:1em;margin-right:1em}}article{counter-reset:han-article-h2 han-article-h3 han-article-h4}article h2:not(.toc){counter-reset:han-article-h3 han-article-h4}article h2:not(.toc):before{content:counter(han-article-h2) " ";content:counter(han-article-h2,cjk-ideographic) "、";counter-increment:han-article-h2}article h3:not(.toc){counter-reset:han-article-h4}article h3:not(.toc):before{content:counter(han-article-h2) "." counter(han-article-h3) " ";counter-increment:han-article-h3}article h4:not(.toc):before{content:counter(han-article-h2) "." counter(han-article-h3) "." counter(han-article-h4) " ";counter-increment:han-article-h4}article ol.toc{counter-reset:han-toc-h2 han-toc-h3 han-toc-h4}article ol.toc li{list-style:none}article ol.toc>li{counter-reset:han-toc-h3 han-toc-h4}article ol.toc>li:before{margin-right:-0.25em;content:counter(han-toc-h2) " ";content:counter(han-toc-h2,cjk-ideographic) "、";counter-increment:han-toc-h2}article ol.toc>li>ol>li{counter-reset:han-toc-h4}article ol.toc>li>ol>li:before{margin-right:0.5em;content:counter(han-toc-h2) "." counter(han-toc-h3);counter-increment:han-toc-h3}article ol.toc ol ol>li:before{margin-right:0.5em;content:counter(han-toc-h2) "." counter(han-toc-h3) "." counter(han-toc-h4);counter-increment:han-toc-h4}.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode='b7']{font-family:"Biaodian Basic","Han Heiti"}hws{display:inline;visibility:hidden;font-family:Arial,sans-serif !important;font-size:0.89em}code hws,kbd hws,samp hws,pre hws,ol>hws,ul>hws{display:none}char_group .open:not(:last-child),char_group .close:not(:last-child),char_group [unicode='3001']:not(:last-child),char_group [unicode='3002']:not(:last-child),char_group [unicode='ff0c']:not(:last-child),char_group [unicode='ff08']:not(:last-child){letter-spacing:-0.5em}char_group [unicode='b7']+[unicode='300c'],char_group [unicode='b7']+[unicode='300e'],char_group [unicode='30fb']+[unicode='300c'],char_group [unicode='30fb']+[unicode='300e']{margin-left:-0.5em}char_group .liga+[unicode='300c'],char_group .liga+[unicode='300e']{margin-left:-0.25em}char[display-as]{position:relative;display:inline-block}char[display-as] inner{color:transparent}char[display-as]:after{position:absolute;left:0;display:inline-block;content:attr(display-as)}char[display-as].comb-liga:after{font-family:"Romanization Sans","Zhuyin Kaiti"} diff --git a/v3.0.2/counter-han.sass b/v3.0.2/counter-han.sass new file mode 100644 index 00000000..2aa372e9 --- /dev/null +++ b/v3.0.2/counter-han.sass @@ -0,0 +1,12 @@ + +// ** +// * Sectional counter in articles +// * `true` || `false` +// * +$han-section-counter: true +$han-section-counter-toc: true + +// ** +// * Import Han module +// * +@import ../sass/han diff --git a/v3.0.2/counter.html b/v3.0.2/counter.html new file mode 100644 index 00000000..081c35cc --- /dev/null +++ b/v3.0.2/counter.html @@ -0,0 +1,200 @@ + + + + + 測試・章節與目錄的計數 — 漢字標準格式 + + + + + + + +
+

測試·章節與目錄的計數

+

提示:「章節計數」是「漢字標準格式」的高級排版功能,預設關閉。需要自行編譯han.sass模組或混用han-section-counter(@mixin)方可使用,閱讀使用手冊以瞭解詳情。CDN文件支援此功能。 +

+

提示二:此測試頁使用了《日文排版規範》(Requirements for Japanese Text Layout)中,1至3.3節的「中譯標題」作為示例。 +

+

日文排版規範

+

目錄

+

注意:類別為.toctable of contents,目錄)的「二至四級標題」不會併入章節計數中。

+
    +
  1. 序論 +
      +
    1. 此文件的目的
    2. +
    3. 此文件的產生方式
    4. +
    5. 此文件的基本方針
    6. +
    7. 此文件的構成
    8. +
    9. 術語的參照與其他
    10. +
  2. +
  3. 日文排版的基本組成 +
      +
    1. 日文排版對文字與其設置原則 +
        +
      1. 日文排版所用的文字
      2. +
      3. 漢字、平假名與片假名
      4. +
      5. 漢字、假名字元的編排原則
      6. +
    2. +
    3. 日文文檔的頁面格式 +
        +
      1. 頁面格式規範
      2. +
      3. 頁面格式基本樣版
      4. +
      5. 頁面格式元素
      6. +
      7. 基本版面元素
      8. +
      9. 基本版面與頁面格式實例
      10. +
    4. +
    5. 直書與橫書 +
        +
      1. 日文排版的方向因素
      2. +
      3. 直書與橫書的主要差異
      4. +
    6. +
    7. 基本版面的設置 +
        +
      1. 基本版面的設置步驟
      2. +
      3. 基本版面設計的着重要點
      4. +
    8. +
    9. 基本版面元素的頁面安排 +
        +
      1. 可突出基本版面的項目範例
      2. +
      3. 基本版面設計對行的位置的處理
      4. +
      5. 基本版面設計對字元的位置的處理
      6. +
    10. +
    11. 眉批與頁數 +
        +
      1. 眉批與頁數的位置
      2. +
      3. 眉批與頁數的排版原則
      4. +
      5. 眉批與頁數的排版方式
      6. +
    12. +
  4. +
  5. 行的組成 +
      +
    1. 標點符號與禁則 +
        +
      1. 直書與橫書的標點符號排版差異
      2. +
      3. 標點符號的排版(句讀與括號)
      4. +
      5. 讀號、片假名中點排版的例外情況
      6. +
      7. 連續開閉括號、讀號、句號與片假名中點的排版
      8. +
      9. 開括號位行首時的排版
      10. +
      11. 分離標點(問號與嘆號)和連字符的排版
      12. +
      13. 不得位於行首的標點
      14. +
      15. 不得位於行尾的標點
      16. +
      17. 閉括號、句號、讀號與片假名中點位行尾時的排版
      18. +
      19. 不得分行的字元組合
      20. +
      21. 不得加入空白來調整行間對齊的字元組合
      22. +
      23. 行間對齊的範例
      24. +
    2. +
    3. 日文與西文混排(包含縱中橫排版) +
        +
      1. 日文與西文混排的組成
      2. +
      3. 橫書的文字混排
      4. +
      5. 直書的文字混排
      6. +
      7. 全形拉丁字母與歐式數字的設置方式
      8. +
      9. 縱中橫的處理設置
      10. +
      11. 日文與非等寬西文字體文字的處理方式
      12. +
    4. +
    5. 行間注與着重號 +
        +
      1. 行間注的使用
      2. +
      3. 基文的選用
      4. +
      5. 行間注的文字大小
      6. +
      7. 注文側的選用
      8. +
      9. 單字基文的排版
      10. +
      11. 組合基文的排版
      12. +
      13. 詞基文的排版
      14. +
      15. 注文長度大於基文的調整方式
      16. +
      17. 着重號的排版
      18. +
    6. +
  6. +
+
+

序論

+

此文件的目的

+
五級標題
+

一、五、六級標題不計數。

+
五級標題
+
六級標題
+

此文件的產生方式

+

此文件的基本方針

+

此文件的構成

+

術語的參照與其他

+

日文排版的基本組成

+

日文排版對文字與其設置原則

+

日文排版所用的文字

+

漢字、平假名與片假名

+

漢字、假名字元的編排原則

+

日文文檔的頁面格式

+

頁面格式規範

+

頁面格式基本樣版

+

頁面格式元素

+

基本版面元素

+

基本版面與頁面格式實例

+

直書與橫書

+

日文排版的方向因素

+

直書與橫書的主要差異

+

基本版面的設置

+

基本版面的設置步驟

+

基本版面設計的着重要點

+

基本版面元素的頁面安排

+

可突出基本版面的項目範例

+

基本版面設計對行的位置的處理

+

基本版面設計對字元的位置的處理

+

眉批與頁數

+

眉批與頁數的位置

+

眉批與頁數的排版原則

+

眉批與頁數的排版方式

+

行的組成

+

標點符號與禁則

+

直書與橫書的標點符號排版差異

+

標點符號的排版(句讀與括號)

+

讀號、片假名中點排版的例外情況

+

連續開閉括號、讀號、句號與片假名中點的排版

+

開括號位行首時的排版

+

分離標點(問號與嘆號)和連字符的排版

+

不得位於行首的標點

+

不得位於行尾的標點

+

閉括號、句號、讀號與片假名中點位行尾時的排版

+

不得分行的字元組合

+

不得加入空白來調整行間對齊的字元組合

+

行間對齊的範例

+

日文與西文混排(包含縱中橫排版)

+

日文與西文混排的組成

+

橫書的文字混排

+

直書的文字混排

+

全形拉丁字母與歐式數字的設置方式

+

縱中橫的處理設置

+

日文與非等寬西文字體文字的處理方式

+

行間注與着重號

+

行間注的使用

+

基文的選用

+

行間注的文字大小

+

注文側的選用

+

單字基文的排版

+

組合基文的排版

+

詞基文的排版

+

注文長度大於基文的調整方式

+

着重號的排版

+
+
+ + + + \ No newline at end of file diff --git a/v3.0.2/counter.jade b/v3.0.2/counter.jade new file mode 100644 index 00000000..24c3b5a0 --- /dev/null +++ b/v3.0.2/counter.jade @@ -0,0 +1,193 @@ +doctype html +html(lang='zh-Hant').han-init + head + meta(charset='utf-8') + title 測試・章節與目錄的計數 — 漢字標準格式 + link(rel='stylesheet', href='./counter-han.css') + + style. + html { + overflow-x: hidden; + } + + article { + /* position */ + margin: 0 auto; + + /* box */ + max-width: 35em; + padding: 0 .5em 15em; + } + meta(name='viewport' content='width=device-width, initial-scale=1.0') + meta(name='description' content='印刷品般的漢字網頁排版框架') + meta(name='keywords' content='漢字標準格式, 中文, 排版, 排版規範, 日文, 字體排印, 文字設計, CLReq, CSS, Sass, typography') + + body.test + + article + h1 測試·章節與目錄的計數 + p.noti + strong 提示: + | 「章節計數」是「漢字標準格式」的高級排版功能,預設關閉。需要自行編譯han.sass模組或混用han-section-counter(@mixin)方可使用,閱讀使用手冊以瞭解詳情。CDN文件支援此功能。 + p.noti + strong 提示二: + | 此測試頁使用了《日文排版規範》(Requirements for Japanese Text Layout)中,1至3.3節的「中譯標題」作為示例。 + + h1 日文排版規範 + h2.toc 目錄 + p + strong 注意: + | 類別為.toctable of contents,目錄)的「二至四級標題」不會併入章節計數中。 + ol.toc + li: a(href='#chapter1') 序論 + ol + li: a(href='#chapter1-1') 此文件的目的 + li: a(href='#chapter1-2') 此文件的產生方式 + li: a(href='#chapter1-3') 此文件的基本方針 + li: a(href='#chapter1-4') 此文件的構成 + li: a(href='#chapter1-5') 術語的參照與其他 + li: a(href='#chapter2') 日文排版的基本組成 + ol + li: a(href='#chapter2-1') 日文排版對文字與其設置原則 + ol + li: a(href='#chapter2-1-1') 日文排版所用的文字 + li: a(href='#chapter2-1-2') 漢字、平假名與片假名 + li: a(href='#chapter2-1-3') 漢字、假名字元的編排原則 + li: a(href='#chapter2-2') 日文文檔的頁面格式 + ol + li: a(href='#chapter2-2-1') 頁面格式規範 + li: a(href='#chapter2-2-2') 頁面格式基本樣版 + li: a(href='#chapter2-2-3') 頁面格式元素 + li: a(href='#chapter2-2-4') 基本版面元素 + li: a(href='#chapter2-2-5') 基本版面與頁面格式實例 + li: a(href='#chapter2-3') 直書與橫書 + ol + li: a(href='#chapter2-3-1') 日文排版的方向因素 + li: a(href='#chapter2-3-2') 直書與橫書的主要差異 + li: a(href='#chapter2-4') 基本版面的設置 + ol + li: a(href='#chapter2-4-1') 基本版面的設置步驟 + li: a(href='#chapter2-4-2') 基本版面設計的着重要點 + li: a(href='#chapter2-5') 基本版面元素的頁面安排 + ol + li: a(href='#chapter2-5-1') 可突出基本版面的項目範例 + li: a(href='#chapter2-5-2') 基本版面設計對行的位置的處理 + li: a(href='#chapter2-5-3') 基本版面設計對字元的位置的處理 + li: a(href='#chapter2-6') 眉批與頁數 + ol + li: a(href='#chapter2-6-1') 眉批與頁數的位置 + li: a(href='#chapter2-6-2') 眉批與頁數的排版原則 + li: a(href='#chapter2-6-3') 眉批與頁數的排版方式 + li: a(href='#chapter3') 行的組成 + ol + li: a(href='#chapter3-1') 標點符號與禁則 + ol + li: a(href='#chapter3-1-1') 直書與橫書的標點符號排版差異 + li: a(href='#chapter3-1-2') 標點符號的排版(句讀與括號) + li: a(href='#chapter3-1-3') 讀號、片假名中點排版的例外情況 + li: a(href='#chapter3-1-4') 連續開閉括號、讀號、句號與片假名中點的排版 + li: a(href='#chapter3-1-5') 開括號位行首時的排版 + li: a(href='#chapter3-1-6') 分離標點(問號與嘆號)和連字符的排版 + li: a(href='#chapter3-1-7') 不得位於行首的標點 + li: a(href='#chapter3-1-8') 不得位於行尾的標點 + li: a(href='#chapter3-1-9') 閉括號、句號、讀號與片假名中點位行尾時的排版 + li: a(href='#chapter3-1-10') 不得分行的字元組合 + li: a(href='#chapter3-1-11') 不得加入空白來調整行間對齊的字元組合 + li: a(href='#chapter3-1-12') 行間對齊的範例 + li: a(href='#chapter3-2') 日文與西文混排(包含縱中橫排版) + ol + li: a(href='#chapter3-2-1') 日文與西文混排的組成 + li: a(href='#chapter3-2-2') 橫書的文字混排 + li: a(href='#chapter3-2-3') 直書的文字混排 + li: a(href='#chapter3-2-4') 全形拉丁字母與歐式數字的設置方式 + li: a(href='#chapter3-2-5') 縱中橫的處理設置 + li: a(href='#chapter3-2-6') 日文與非等寬西文字體文字的處理方式 + li: a(href='#chapter3-3') 行間注與着重號 + ol + li: a(href='#chapter3-3-1') 行間注的使用 + li: a(href='#chapter3-3-2') 基文的選用 + li: a(href='#chapter3-3-3') 行間注的文字大小 + li: a(href='#chapter3-3-4') 注文側的選用 + li: a(href='#chapter3-3-5') 單字基文的排版 + li: a(href='#chapter3-3-6') 組合基文的排版 + li: a(href='#chapter3-3-7') 詞基文的排版 + li: a(href='#chapter3-3-8') 注文長度大於基文的調整方式 + li: a(href='#chapter3-3-9') 着重號的排版 + main + h2#chapter1 序論 + h3#chapter1-1 此文件的目的 + h5#h5 五級標題 + p 一、五、六級標題不計數。 + h5#h5-1 五級標題 + h6#h6 六級標題 + h3#chapter1-2 此文件的產生方式 + h3#chapter1-3 此文件的基本方針 + h3#chapter1-4 此文件的構成 + h3#chapter1-5 術語的參照與其他 + + h2#chapter2 日文排版的基本組成 + h3#chapter2-1 日文排版對文字與其設置原則 + h4#chapter2-1-1 日文排版所用的文字 + h4#chapter2-1-2 漢字、平假名與片假名 + h4#chapter2-1-3 漢字、假名字元的編排原則 + h3#chapter2-2 日文文檔的頁面格式 + h4#chapter2-2-1 頁面格式規範 + h4#chapter2-2-2 頁面格式基本樣版 + h4#chapter2-2-3 頁面格式元素 + h4#chapter2-2-4 基本版面元素 + h4#chapter2-2-5 基本版面與頁面格式實例 + h3#chapter2-3 直書與橫書 + h4#chapter2-3-1 日文排版的方向因素 + h4#chapter2-3-2 直書與橫書的主要差異 + h3#chapter2-4 基本版面的設置 + h4#chapter2-4-1 基本版面的設置步驟 + h4#chapter2-4-2 基本版面設計的着重要點 + h3#chapter2-5 基本版面元素的頁面安排 + h4#chapter2-5-1 可突出基本版面的項目範例 + h4#chapter2-5-2 基本版面設計對行的位置的處理 + h4#chapter2-5-3 基本版面設計對字元的位置的處理 + h3#chapter2-6 眉批與頁數 + h4#chapter2-6-1 眉批與頁數的位置 + h4#chapter2-6-2 眉批與頁數的排版原則 + h4#chapter2-6-3 眉批與頁數的排版方式 + + h2#chapter3 行的組成 + h3#chapter3-1 標點符號與禁則 + h4#chapter3-1-1 直書與橫書的標點符號排版差異 + h4#chapter3-1-2 標點符號的排版(句讀與括號) + h4#chapter3-1-3 讀號、片假名中點排版的例外情況 + h4#chapter3-1-4 連續開閉括號、讀號、句號與片假名中點的排版 + h4#chapter3-1-5 開括號位行首時的排版 + h4#chapter3-1-6 分離標點(問號與嘆號)和連字符的排版 + h4#chapter3-1-7 不得位於行首的標點 + h4#chapter3-1-8 不得位於行尾的標點 + h4#chapter3-1-9 閉括號、句號、讀號與片假名中點位行尾時的排版 + h4#chapter3-1-10 不得分行的字元組合 + h4#chapter3-1-11 不得加入空白來調整行間對齊的字元組合 + h4#chapter3-1-12 行間對齊的範例 + h3#chapter3-2 日文與西文混排(包含縱中橫排版) + h4#chapter3-2-1 日文與西文混排的組成 + h4#chapter3-2-2 橫書的文字混排 + h4#chapter3-2-3 直書的文字混排 + h4#chapter3-2-4 全形拉丁字母與歐式數字的設置方式 + h4#chapter3-2-5 縱中橫的處理設置 + h4#chapter3-2-6 日文與非等寬西文字體文字的處理方式 + h3#chapter3-3 行間注與着重號 + h4#chapter3-3-1 行間注的使用 + h4#chapter3-3-2 基文的選用 + h4#chapter3-3-3 行間注的文字大小 + h4#chapter3-3-4 注文側的選用 + h4#chapter3-3-5 單字基文的排版 + h4#chapter3-3-6 組合基文的排版 + h4#chapter3-3-7 詞基文的排版 + h4#chapter3-3-8 注文長度大於基文的調整方式 + h4#chapter3-3-9 着重號的排版 + + + // Here goes scripts + script(src='./han.min.js') diff --git a/v3.0.2/deco-line.html b/v3.0.2/deco-line.html new file mode 100644 index 00000000..677e450f --- /dev/null +++ b/v3.0.2/deco-line.html @@ -0,0 +1,76 @@ + + + + + 測試・文字裝飾線元素 — 漢字標準格式 + + + + + + + +
+

測試·文字裝飾線元素

+
+

底線

+
+

註記元素u

+

+ 詹姆斯·貝內特·麥克里美國肯塔基州的一名律師和政治家,曾是該州在聯邦國會兩院的代表並擔任第27和第37任州長。 +

+
+
+

增訂元素ins

+

那個男孩:「¡Te quiero!

+
+
+
+

刪除線

+
+

訛訊元素s

+

呼叫器(pager,又作B.B.Call)是當今世代最有效的交流、溝通設備之一。

+
+
+

刪訂元素del

+

+ 歡迎——抄寫、列印或傳送這分文件到行動裝置以便査閱。 +

+
+
+
+

混用

+

+ 註記元素甲增訂元素甲註記元素乙一般文字節點增訂元素乙註記元素丙增訂元素丙一般文字節點;訛訊元素甲刪訂元素甲訛訊元素乙一般文字節點刪訂元素乙訛訊元素乙刪訂元素丙。 +

+

註記元素丁訛訊元素丁增訂元素丁刪訂元素丁

+
+
+ + + + \ No newline at end of file diff --git a/v3.0.2/deco-line.jade b/v3.0.2/deco-line.jade new file mode 100644 index 00000000..39e378a7 --- /dev/null +++ b/v3.0.2/deco-line.jade @@ -0,0 +1,71 @@ +doctype html +html(lang='zh-Hant').han-init + head + meta(charset='utf-8') + title 測試・文字裝飾線元素 — 漢字標準格式 + link(rel='stylesheet', href='./han.min.css') + + style. + html { + overflow-x: hidden; + } + + article { + /* position */ + margin: 0 auto; + + /* box */ + max-width: 35em; + padding: 0 .5em 15em; + } + meta(name='viewport' content='width=device-width, initial-scale=1.0') + meta(name='description' content='印刷品般的漢字網頁排版框架') + meta(name='keywords' content='漢字標準格式, 中文, 排版, 排版規範, 日文, 字體排印, 文字設計, CLReq, CSS, Sass, typography') + + body.test + + article + h1 測試·文字裝飾線元素 + section#dixian + h2 底線 + section#zhuji_yuansu + h3 註記元素u + p + u.pn 詹姆斯·貝內特·麥克里 + | 是美國肯塔基州的一名律師和政治家,曾是該州在聯邦國會兩院的代表並擔任第27和第37任州長。 + + section#zengding_yuansu + h3 增訂元素ins + p + | 那個男孩:「¡Te quiero!」 + + section#shanchuxian + h2 刪除線 + section#exun_yuansu + h3 訛訊元素s + p + | 呼叫器(pager,又作B.B.Call)是當今世代最有效的交流、溝通設備之一。 + section#shanding_yuansu + h3 刪訂元素del + p + | 歡迎——抄寫、列印或傳送這分文件到行動裝置以便査閱。 + section#hunyong + h2 混用 + p + | 註記元素甲增訂元素甲註記元素乙一般文字節點增訂元素乙註記元素丙增訂元素丙一般文字節點;訛訊元素甲刪訂元素甲訛訊元素乙一般文字節點刪訂元素乙訛訊元素乙刪訂元素丙。 + p + | 註記元素丁訛訊元素丁增訂元素丁刪訂元素丁。 + + // Here goes scripts + script(src='./han.min.js') diff --git a/v3.0.2/em-han.css b/v3.0.2/em-han.css new file mode 100644 index 00000000..48791b0d --- /dev/null +++ b/v3.0.2/em-han.css @@ -0,0 +1 @@ +/*! 漢字標準格式 v3.0.2 | MIT License | css.hanzi.co *//*! Han: CSS typography framework optimised for Hanzi *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{line-height:1.3;-webkit-font-smoothing:subpixel-antialiased}ol,ul{padding-left:2em}figure,blockquote{margin-left:2em;margin-right:2em}address{font-style:inherit}pre{white-space:pre;word-wrap:normal}a{text-decoration:inherit}em:lang(zh),em:lang(ja){-moz-text-emphasis:filled circle;-webkit-text-emphasis:filled circle;text-emphasis:filled circle;-moz-text-emphasis-position:under;-webkit-text-emphasis-position:under;text-emphasis-position:under;font-style:inherit;border-bottom:2px dotted;padding-bottom:0.05em;border-bottom-width:-webkit-calc( 0px );padding-bottom:-webkit-calc( 0px )}em:lang(ja){-moz-text-emphasis:filled sesame;-webkit-text-emphasis:filled sesame;text-emphasis:filled sesame;-moz-text-emphasis-position:over;-webkit-text-emphasis-position:over;text-emphasis-position:over}strong,dfn:lang(zh),dfn:lang(ja),b{font-weight:inherit}strong,dfn:lang(zh),dfn:lang(ja),b{font-weight:bolder}dfn:lang(zh),dfn:lang(ja){font-style:inherit}cite:lang(zh),cite:lang(ja){font-style:inherit}q{quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(zh){quotes:"「" "」" "『" "』" "「" "」" "『" "』" "「" "」" "『" "』"}q:lang(zh-CN),q:lang(en){quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(en-GB){quotes:"‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”"}q:before{content:open-quote}q:after{content:close-quote}q:lang(ja):before,q:lang(ja):after{content:none}code,kbd,samp,pre{font-family:monospace,monospace,sans-serif}i:lang(zh),i:lang(ja),var:lang(zh),var:lang(ja){font-family:cursive,serif;font-style:inherit}u+u,u+ins,ins+u,ins+ins,s+s,s+del,del+s,del+del,.hyu-js-rendered u.adjacent,.hyu-js-rendered ins.adjacent,.hyu-js-rendered s+s.adjacent,.hyu-js-rendered s+del.adjacent,.hyu-js-rendered del+s.adjacent,.hyu-js-rendered del+del.adjacent{margin-left:0.125em}u,ins{padding-bottom:0.05em;border-bottom:1px solid;text-decoration:none}ruby *:before,ruby *:after{line-height:normal}ruby>rt:not(:empty):before{content:"("}ruby>rt:not(:empty):after{content:")"}ruby>rb+rtc:before{content:"("}ruby>rtc:after{content:","}ruby>rtc:last-of-type:after{content:")"}ruby>rt:before,ruby>rt:after{display:inline-block;overflow:hidden;vertical-align:middle;height:0;width:0}ruby>rt:not(:empty):before,ruby>rt:not(:empty):after{height:-moz-calc( 1.3em );width:-moz-calc( 1em )}.hyu-js-rendered u+u,.hyu-js-rendered u+ins,.hyu-js-rendered ins+u,.hyu-js-rendered ins+ins,.hyu-js-rendered s+s,.hyu-js-rendered s+del,.hyu-js-rendered del+s,.hyu-js-rendered del+del{margin-left:auto}.hyu-js-rendered em:lang(zh),.hyu-js-rendered em:lang(ja),.hyu-js-rendered em.above{padding-bottom:auto;border-bottom-width:0}.no-textemphasis em:lang(zh),.no-textemphasis em:lang(ja),.no-textemphasis em.above{line-height:2}.no-textemphasis em:lang(zh) char,.no-textemphasis em:lang(ja) char,.no-textemphasis em.above char{position:relative;font-style:inherit}.no-textemphasis em:lang(zh) char:after,.no-textemphasis em:lang(ja) char:after,.no-textemphasis em.above char:after{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:normal;line-height:normal;text-decoration:none;text-indent:0;-moz-transform:scale(0.5);-ms-transform:scale(0.5);-webkit-transform:scale(0.5);transform:scale(0.5);position:absolute;left:50%;top:0;margin-left:-250%;overflow:hidden;display:inline-block;height:1em;width:500%;line-height:1;text-align:center;text-indent:0;font-family:Georgia,"Times New Roman",Arial,!important}em:lang(zh) char.punct,em:lang(ja) char.punct,em.above char.punct,em:lang(zh) char.biaodian,em:lang(ja) char.biaodian,em.above char.biaodian{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none}.no-textemphasis em:lang(zh) char.punct:after,.no-textemphasis em:lang(ja) char.punct:after,.no-textemphasis em.above char.punct:after,.no-textemphasis em:lang(zh) char.biaodian:after,.no-textemphasis em:lang(ja) char.biaodian:after,.no-textemphasis em.above char.biaodian:after{content:none !important}.no-textemphasis em:lang(zh) char:after{margin-top:1em;content:"●"}.no-textemphasis em:lang(ja) char:after{margin-top:-0.7em;content:"﹅"}hruby{display:inline;line-height:2}hruby rp{display:none}hruby ru[annotation]>rt{display:inline-block;height:0;width:0;font:0/0 hidden-text}hruby ru{position:relative;display:inline-block;text-indent:0}hruby ru:before,hruby zhuyin{-moz-transform:scale(0.55);-ms-transform:scale(0.55);-webkit-transform:scale(0.55);transform:scale(0.55);-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:normal;line-height:normal;text-decoration:none;text-indent:0;position:absolute;display:inline-block}hruby ru[annotation]{text-align:center}hruby ru[annotation]:before{left:-265%;top:-0.5em;vertical-align:top;height:1em;width:600%;content:attr(annotation);line-height:1;text-align:center;text-indent:0}hruby[rightangle] ru[annotation]:before{left:-250%}hruby ru[zhuyin]{display:inline-block;position:relative;width:1.8em;text-align:left}hruby ru[zhuyin] zhuyin{right:0.2em;top:0;height:2.7em;width:0.8em;line-height:0.9;white-space:pre-wrap;word-break:break-all}hruby ru[zhuyin] diao{position:absolute;right:-0.9em;top:0;display:inline-block;width:1em}hruby ru[zhuyin][length='0'],hruby ru[zhuyin]:empty{width:auto}hruby ru[zhuyin][length='0'] zhuyin,hruby ru[zhuyin]:empty zhuyin{display:none}hruby ru[zhuyin][length='1'] zhuyin{margin-top:0.125em}hruby ru[zhuyin][length='1'] diao{margin-top:-0.35em}hruby ru[zhuyin][length='2'] zhuyin{margin-top:-0.175em}hruby ru[zhuyin][length='2'] diao{margin-top:0.5em}hruby ru[zhuyin][length='3'] zhuyin{margin-top:-0.45em}hruby ru[zhuyin][length='3'] diao{margin-top:1.3em}hruby ru[zhuyin][diao='˙'] diao{right:-0.35em}hruby ru[zhuyin][diao='˙'][length='1'] diao{margin-top:-0.5em}hruby ru[zhuyin][diao='˙'][length='2'] diao{margin-top:-0.3em}hruby ru[zhuyin][diao='˙'][length='3'] diao{margin-top:-0.25em}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1.2);-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2);margin-right:-0.25em}hruby ru[zhuyin][diao^='ㆴ'] diao,hruby ru[zhuyin][diao^='ㆵ'] diao,hruby ru[zhuyin][diao^='ㆶ'] diao,hruby ru[zhuyin][diao^='ㆷ'] diao,hruby ru[zhuyin][diao='󳆴'] diao,hruby ru[zhuyin][diao='󳆵'] diao,hruby ru[zhuyin][diao='󳆶'] diao,hruby ru[zhuyin][diao='󳆷'] diao{top:20%;margin-right:-0.3em}hruby ru[annotation]:before,hruby[rightangle] ru[annotation][order='1']:before{top:-0.5em}hruby ru[order='1']:before,hruby[rightangle] ru[annotation][order='0']:before{bottom:-0.4em;top:auto}hruby[rightangle] ru[annotation]:before{margin-left:-0.4em}@media screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi){hruby yin{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);display:inline-block}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}hruby ru[zhuyin][diao='˙'] diao{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);top:0.125em}}jinze{display:inline-block;text-indent:0}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';font-weight:600;src:local("YuGothic Bold"),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(YuGo-Bold),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';font-weight:600;src:local("YuGothic Bold"),local(YuGo-Bold),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti GB';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold);unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Heiti SC Medium"),local("Microsoft YaHei Bold"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold);unicode-range:U+270C}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSong),local("Lisong Pro"),local(SimSun),local(PMingLiU)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho")}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local(PMingLiU),local(SimSun)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro")}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun),local(PMingLiU)}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti SC Bold"),local("STSongti TC Bold"),local(STSongti-SC-Bold),local(STSongti-TC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti GB';font-weight:600;src:local("STSongti SC Bold"),local(STSongti-SC-Bold)}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSongti),local("Lisong Pro"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+270C}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local("MS Mincho"),local(PMingLiU),local(SimSun);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+270C}@font-face{font-family:cursive;src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti';src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti CNS';src:local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti GB';src:local("Kaiti SC"),local(STKaiti),local(Kai),local(Kaiti),local(DFKai-SB)}@font-face{font-family:cursive;font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti GB';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong CNS';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong GB';src:local(STFangsong),local(FangSong)}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Arial Unicode MS"),local("MS Gothic");unicode-range:U+2014}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho"),local("Microsoft Yahei");unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic");unicode-range:U+2026}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Lisong Pro"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU),local("MS Gothic");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(STSongti-TC-Regular),local("Lisong Pro"),local("Heiti TC"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSongti),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Basic';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+2014,U+2026,U+00B7}@font-face{font-family:'Biaodian Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Latin Italic Serif';src:local("Georgia Italic"),local("Times New Roman Italic"),local(Georgia-Italic),local(TimesNewRomanPS-ItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Serif';font-weight:700;src:local("Georgia Bold Italic"),local("Times New Roman Bold Italic"),local(Georgia-BoldItalic),local(TimesNewRomanPS-BoldItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{font-family:'Latin Italic Sans';font-weight:700;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Sans';src:local(Skia),local("Neutraface 2 Text"),local(Candara),local(Corbel)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Serif';src:local(Georgia),local("Hoefler Text"),local("Big Caslon")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Italic Serif';src:local("Georgia Italic"),local("Hoefler Text Italic"),local(Georgia-Italic),local(HoeflerText-Italic)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Sans';src:local("Helvetica Neue"),local(Helvetica),local(Arial)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';font-weight:bold;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Serif';src:local(Palatino),local("Palatino Linotype"),local("Times New Roman")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';src:local("Palatino Italic"),local("Palatino Italic Linotype"),local("Times New Roman Italic"),local(Palatino-Italic),local(Palatino-Italic-Linotype),local(TimesNewRomanPS-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';font-weight:bold;src:local("Palatino Bold Italic"),local("Palatino Bold Italic Linotype"),local("Times New Roman Bold Italic"),local(Palatino-BoldItalic),local(Palatino-BoldItalic-Linotype),local(TimesNewRomanPS-BoldItalicMT)}@font-face{font-family:'Numeral TF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';font-weight:bold;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';font-weight:bold;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Kaiti'}@font-face{unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Heiti';src:local("Hiragino Sans GB"),local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype")}@font-face{font-family:'Zhuyin Heiti';src:local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+3127}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");font-family:'Zhuyin Heiti';unicode-range:U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+31B4,U+31B5,U+31B6,U+31B7,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");font-family:'Romanization Sans';unicode-range:U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}html:lang(zh-Latn),html:lang(ja-Latn),html:not(:lang(zh)):not(:lang(ja)),html *:lang(zh-Latn),html *:lang(ja-Latn),html *:not(:lang(zh)):not(:lang(ja)),article strong:lang(zh-Latn),article strong:lang(ja-Latn),article strong:not(:lang(zh)):not(:lang(ja)),article strong *:lang(zh-Latn),article strong *:lang(ja-Latn),article strong *:not(:lang(zh)):not(:lang(ja)){font-family:"Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}html:lang(zh),html:lang(zh-Hant),[lang^='zh'],[lang*='Hant'],[lang='zh-TW'],[lang='zh-HK'],article strong:lang(zh),article strong:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}html:lang(zh-Hans),html:lang(zh-CN),[lang*='Hans'],[lang='zh-CN'],article strong:lang(zh-Hans),article strong:lang(zh-CN){font-family:"Biaodian Pro Sans GB","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}html:lang(ja),[lang^='ja'],article strong:lang(ja){font-family:"Yakumono Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article blockquote i:lang(zh-Latn),article blockquote i:lang(ja-Latn),article blockquote i:not(:lang(zh)):not(:lang(ja)),article blockquote i *:lang(zh-Latn),article blockquote i *:lang(ja-Latn),article blockquote i *:not(:lang(zh)):not(:lang(ja)),article blockquote var:lang(zh-Latn),article blockquote var:lang(ja-Latn),article blockquote var:not(:lang(zh)):not(:lang(ja)),article blockquote var *:lang(zh-Latn),article blockquote var *:lang(ja-Latn),article blockquote var *:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}article blockquote i:lang(zh),article blockquote i:lang(zh-Hant),article blockquote var:lang(zh),article blockquote var:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}article blockquote i:lang(zh-Hans),article blockquote i:lang(zh-CN),article blockquote var:lang(zh-Hans),article blockquote var:lang(zh-CN){font-family:"Biaodian Pro Sans GB","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}article blockquote i:lang(ja),article blockquote var:lang(ja){font-family:"Yakumono Sans","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article figure blockquote:lang(zh-Latn),article figure blockquote:lang(ja-Latn),article figure blockquote:not(:lang(zh)):not(:lang(ja)),article figure blockquote *:lang(zh-Latn),article figure blockquote *:lang(ja-Latn),article figure blockquote *:not(:lang(zh)):not(:lang(ja)),figure blockquote:lang(zh-Latn),figure blockquote:lang(ja-Latn),figure blockquote:not(:lang(zh)):not(:lang(ja)),figure blockquote *:lang(zh-Latn),figure blockquote *:lang(ja-Latn),figure blockquote *:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Songti",cursive,serif}article figure blockquote:lang(zh),article figure blockquote:lang(zh-Hant),figure blockquote:lang(zh),figure blockquote:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Songti",serif}article figure blockquote:lang(zh-Hans),article figure blockquote:lang(zh-CN),figure blockquote:lang(zh-Hans),figure blockquote:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Songti GB",serif}article figure blockquote:lang(ja),figure blockquote:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",serif}article blockquote:lang(zh-Latn),article blockquote:lang(ja-Latn),article blockquote:not(:lang(zh)):not(:lang(ja)),article blockquote *:lang(zh-Latn),article blockquote *:lang(ja-Latn),article blockquote *:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Kaiti",cursive,serif}article blockquote:lang(zh),article blockquote:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}article blockquote:lang(zh-Hans),article blockquote:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}article blockquote:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",cursive,serif}i:lang(zh-Latn),i:lang(ja-Latn),i:not(:lang(zh)):not(:lang(ja)),i *:lang(zh-Latn),i *:lang(ja-Latn),i *:not(:lang(zh)):not(:lang(ja)),var:lang(zh-Latn),var:lang(ja-Latn),var:not(:lang(zh)):not(:lang(ja)),var *:lang(zh-Latn),var *:lang(ja-Latn),var *:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti",cursive,serif}i:lang(zh),i:lang(zh-Hant),var:lang(zh),var:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}i:lang(zh-Hans),i:lang(zh-CN),var:lang(zh-Hans),var:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}i:lang(ja),var:lang(ja){font-family:"Yakumono Serif","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman",cursive,serif}code:lang(zh-Latn),code:lang(ja-Latn),code:not(:lang(zh)):not(:lang(ja)),code *:lang(zh-Latn),code *:lang(ja-Latn),code *:not(:lang(zh)):not(:lang(ja)),kbd:lang(zh-Latn),kbd:lang(ja-Latn),kbd:not(:lang(zh)):not(:lang(ja)),kbd *:lang(zh-Latn),kbd *:lang(ja-Latn),kbd *:not(:lang(zh)):not(:lang(ja)),samp:lang(zh-Latn),samp:lang(ja-Latn),samp:not(:lang(zh)):not(:lang(ja)),samp *:lang(zh-Latn),samp *:lang(ja-Latn),samp *:not(:lang(zh)):not(:lang(ja)),pre:lang(zh-Latn),pre:lang(ja-Latn),pre:not(:lang(zh)):not(:lang(ja)),pre *:lang(zh-Latn),pre *:lang(ja-Latn),pre *:not(:lang(zh)):not(:lang(ja)){font-family:Menlo,Consolas,Courier,"Han Heiti",monospace,monospace,sans-serif}code:lang(zh),code:lang(zh-Hant),kbd:lang(zh),kbd:lang(zh-Hant),samp:lang(zh),samp:lang(zh-Hant),pre:lang(zh),pre:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS",Menlo,Consolas,Courier,"Zhuyin Heiti","Han Heiti",monospace,monospace,sans-serif}code:lang(zh-Hans),code:lang(zh-CN),kbd:lang(zh-Hans),kbd:lang(zh-CN),samp:lang(zh-Hans),samp:lang(zh-CN),pre:lang(zh-Hans),pre:lang(zh-CN){font-family:"Biaodian Pro Sans GB",Menlo,Consolas,Courier,"Han Heiti GB",monospace,monospace,sans-serif}code:lang(ja),kbd:lang(ja),samp:lang(ja),pre:lang(ja){font-family:"Yakumono Sans",Menlo,Consolas,Courier,monospace,monospace,sans-serif}html,ruby ru[zhuyin] zhuyin,ruby ru[zhuyin] zhuyin diao,hruby ru[zhuyin] zhuyin,hruby ru[zhuyin] zhuyin diao,ruby.romanization rt,ruby ru[annotation]:before,hruby.romanization rt,hruby ru[annotation]:before,.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode='b7']{-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga";-webkit-font-feature-settings:"liga";font-feature-settings:"liga"}ruby ru[zhuyin] zhuyin diao,hruby ru[zhuyin] zhuyin diao{font-family:"Zhuyin Kaiti",cursive,serif}ruby.romanization rt,ruby ru[annotation]:before,hruby.romanization rt,hruby ru[annotation]:before{font-family:"Romanization Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}.no-kaiti i,.no-kaiti var{padding-bottom:0.05em;border-bottom:3px double #d3d3d3}article{line-height:1.7}article p,article li{text-align:justify;text-justify:inter-ideograph}article h1+blockquote,article h1+p,article h1+ol,article h1+ul,article h1+h6,article h1+section>h6:first-child,article h1+section>p:first-child,article h1+section>ol:first-child,article h1+section>ul:first-child,article h1+section>blockquote:first-child,article h2+blockquote,article h2+p,article h2+ol,article h2+ul,article h2+h6,article h2+section>h6:first-child,article h2+section>p:first-child,article h2+section>ol:first-child,article h2+section>ul:first-child,article h2+section>blockquote:first-child,article h3+blockquote,article h3+p,article h3+ol,article h3+ul,article h3+h6,article h3+section>h6:first-child,article h3+section>p:first-child,article h3+section>ol:first-child,article h3+section>ul:first-child,article h3+section>blockquote:first-child,article h4+blockquote,article h4+p,article h4+ol,article h4+ul,article h4+h6,article h4+section>h6:first-child,article h4+section>p:first-child,article h4+section>ol:first-child,article h4+section>ul:first-child,article h4+section>blockquote:first-child,article h5+blockquote,article h5+p,article h5+ol,article h5+ul,article h5+h6,article h5+section>h6:first-child,article h5+section>p:first-child,article h5+section>ol:first-child,article h5+section>ul:first-child,article h5+section>blockquote:first-child,article h6+blockquote,article h6+p,article h6+ol,article h6+ul,article h6+h6,article h6+section>h6:first-child,article h6+section>p:first-child,article h6+section>ol:first-child,article h6+section>ul:first-child,article h6+section>blockquote:first-child,article h1+h5,article h1+section>h5:first-child,article h2+h5,article h2+section>h5:first-child,article h3+h5,article h3+section>h5:first-child,article h4+h5,article h4+section>h5:first-child,article h5+h5,article h5+section>h5:first-child,article h1+h4,article h1+section>h4:first-child,article h2+h4,article h2+section>h4:first-child,article h3+h4,article h3+section>h4:first-child,article h4+h4,article h4+section>h4:first-child,article h1+h3,article h1+section>h3:first-child,article h2+h3,article h2+section>h3:first-child,article h3+h3,article h3+section>h3:first-child,article h1+h2,article h1+section>h2:first-child,article h2+h2,article h2+section>h2:first-child{margin-top:-1em}p.poem-like,.poem-like p{margin-left:2em}@media only screen and (max-width: 480px){p.poem-like,.poem-like p{margin-left:1em}}article blockquote{margin-right:0}@media only screen and (max-width: 480px){article blockquote{margin-left:1em}}figure blockquote{margin:0}blockquote blockquote{margin-left:1em;margin-right:1em}article blockquote blockquote{margin-right:0}@media only screen and (max-width: 480px){blockquote,figure{margin-left:1em;margin-right:1em}}.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode='b7']{font-family:"Biaodian Basic","Han Heiti"}hws{display:inline;visibility:hidden;font-family:Arial,sans-serif !important;font-size:0.89em}code hws,kbd hws,samp hws,pre hws,ol>hws,ul>hws{display:none}char_group .open:not(:last-child),char_group .close:not(:last-child),char_group [unicode='3001']:not(:last-child),char_group [unicode='3002']:not(:last-child),char_group [unicode='ff0c']:not(:last-child),char_group [unicode='ff08']:not(:last-child){letter-spacing:-0.5em}char_group [unicode='b7']+[unicode='300c'],char_group [unicode='b7']+[unicode='300e'],char_group [unicode='30fb']+[unicode='300c'],char_group [unicode='30fb']+[unicode='300e']{margin-left:-0.5em}char_group .liga+[unicode='300c'],char_group .liga+[unicode='300e']{margin-left:-0.25em}char[display-as]{position:relative;display:inline-block}char[display-as] inner{color:transparent}char[display-as]:after{position:absolute;left:0;display:inline-block;content:attr(display-as)}char[display-as].comb-liga:after{font-family:"Romanization Sans","Zhuyin Kaiti"}em.above{-moz-text-emphasis:filled circle;-webkit-text-emphasis:filled circle;text-emphasis:filled circle;-moz-text-emphasis-position:over;-webkit-text-emphasis-position:over;text-emphasis-position:over}.no-textemphasis em.above char:after{margin-top:-0.7em;content:"●"}em.sesame{-moz-text-emphasis:open sesame;-webkit-text-emphasis:open sesame;text-emphasis:open sesame;-moz-text-emphasis-position:under;-webkit-text-emphasis-position:under;text-emphasis-position:under}.no-textemphasis em.sesame char:after{margin-top:1em;content:"﹆"}em.above-dc{-moz-text-emphasis:open double-circle;-webkit-text-emphasis:open double-circle;text-emphasis:open double-circle;-moz-text-emphasis-position:over;-webkit-text-emphasis-position:over;text-emphasis-position:over}.no-textemphasis em.above-dc char:after{margin-top:-0.7em;content:"◎"}em.rebecca{-moz-text-emphasis:filled triangle;-webkit-text-emphasis:filled triangle;text-emphasis:filled triangle;-moz-text-emphasis-position:under;-webkit-text-emphasis-position:under;text-emphasis-position:under;-moz-text-emphasis-color:#639;-webkit-text-emphasis-color:#639;text-emphasis-color:#639}.no-textemphasis em.rebecca char:after{margin-top:1em;content:"▲";color:#639}em.no-skip{-moz-text-emphasis:open circle;-webkit-text-emphasis:open circle;text-emphasis:open circle;-moz-text-emphasis-position:under;-webkit-text-emphasis-position:under;text-emphasis-position:under;-moz-text-emphasis-color:red;-webkit-text-emphasis-color:red;text-emphasis-color:red}.no-textemphasis em.no-skip char:after{margin-top:1em;content:"○";color:red}em.no-skip char.punct,em.no-skip char.biaodian{-moz-text-emphasis:inherit;-webkit-text-emphasis:inherit;text-emphasis:inherit}.no-textemphasis em.no-skip char.punct:after,.no-textemphasis em.no-skip char.biaodian:after{content:"○" !important} diff --git a/v3.0.2/em-han.sass b/v3.0.2/em-han.sass new file mode 100644 index 00000000..a970c5c8 --- /dev/null +++ b/v3.0.2/em-han.sass @@ -0,0 +1,18 @@ +// ** +// * Import Han module +// * +@import ../sass/han + +// ** +// * Customise emphasis marks +// * +em.above + +han-text-emphasis( over ) +em.sesame + +han-text-emphasis( under, sesame, open, inherit, true, false ) +em.above-dc + +han-text-emphasis( over, double-circle, open, inherit, true, false ) +em.rebecca + +han-text-emphasis( under, triangle, filled, #639, true, false ) +em.no-skip + +han-text-emphasis( under, circle, open, red, false, false ) diff --git a/v3.0.2/em.html b/v3.0.2/em.html new file mode 100644 index 00000000..68ec1191 --- /dev/null +++ b/v3.0.2/em.html @@ -0,0 +1,106 @@ + + + + + 測試・強調元素(着重號)— 漢字標準格式 + + + + + + + +
+

測試·強調元素(着重號)

+
+

基本着重號

+

繁體中文的着重號和簡體中文一樣。

+

简体中文的着重号和繁体中文一样。

+

日本語の著重奌独特の風味。

+
+
+

完整中日韓表意文字區段支援

+

注意:部分擴展區漢字可能不為多數作業系統支援,而顯示為空白方框。安裝花園明朝體可以解決這個問題。

+

+ 中日韓表意文字擴展區段:𫞵𫞦𠁻𠁶
+ 表意數字零:
+ 康熙字典及簡體字部首:⼌⿕⺃⻍⻰⻳
+ 表意文字描述字元:⿸⿷⿳ +

+
+
+

標點規避

+

唐朝是中國歷史上一個重要的朝代。唐王李淵於618年逼隋恭帝禪位,遂建唐朝取代隋朝,設首都於長安。在其鼎盛時的7世紀,遙遠的中亞綠洲地帶亦受唐支配。唐朝在文化、政治、經濟、外交……等方面都達到了很高的成就,是中國歷史上的盛世之一,也是當時的世界強國。

+
+

日語着重號的標點規避

+

アンネリース・マリー・フランク(ドイツ語:Annelies Marie Frank、1929年6月12日-1945年3月上旬)は、『アンネの日記』の著者として知られるユダヤ系ドイツ人の少女である。

+
+
+
+

西文

+
+

拉丁字母

+

我道,¡Hola! 他問,¿Cómo estás?

+

德文中如何表達「羅曼式建築」這個概念?德國學者最初在teutschlongobardischromantische三詞間猶豫,最終在19世紀30年代偏向了「romantishce」一詞。

+
+
+

希臘字母

+

至今關於古希臘遊吟詩人Ὅμηρος的資料很少,所以對其生平有很多說法,但都無確鑿證據。

+
+
+

西里爾字母

+

Храм-паметник „Свети Александър Невски‟是一座位於保加利亞首都索菲亞的保加利亞東正教大教堂。該教堂為新拜占庭式建築,是保加利亞主教的主座教堂,也是東正教在世界上最大的教堂之一,還是索菲亞的象徵之一以及主要的遊覽景點。

+
+
+

組合字(combining character

+

+ 對你吶喊一聲,у̐ë̈̈Α̫Ή̥!

+
+
+

自成一體的西文強調

+

+ I will have to tell you — + The cat is cute. +

+

我必須說——Η γάτα είναι χαριτωμένο.

+

言う必要があります、Кошка мило.

+
+
+
+

與其他字級語意元素共用

+

+ 行間注hángjiānzhùruby + ㄒㄧ˫ㄢˋㄗㄨㆩˋ? + 註記元素u變音元素i

+
+
+

定制

+

無論你想要把着重號放在上邊,或是想用空心「芝麻號」都沒有問題!抑或是這樣搞怪的圈圈,也可以用有紀念意義的顏色。

+

不想「規避標點」也行。

+
+

定制方式

+

+ 定制功能需要自行引用han.sass模塊(而無法直接使用CDN文件),並依需求設定變數等,詳見說明文件CSS Text Decoration Module Level 3。 +

+
+
+
+ + + + \ No newline at end of file diff --git a/v3.0.2/em.jade b/v3.0.2/em.jade new file mode 100644 index 00000000..c2a5669b --- /dev/null +++ b/v3.0.2/em.jade @@ -0,0 +1,131 @@ +doctype html +html(lang='zh-Hant').han-init + head + meta(charset='utf-8') + title 測試・強調元素(着重號)— 漢字標準格式 + link(rel='stylesheet', href='./em-han.css') + style. + html { + overflow-x: hidden; + } + + article { + /* position */ + margin: 0 auto; + + /* box */ + max-width: 35em; + padding: 0 .5em 15em; + } + meta(name='viewport' content='width=device-width, initial-scale=1.0') + meta(name='description' content='印刷品般的漢字網頁排版框架') + meta(name='keywords' content='漢字標準格式, 中文, 排版, 排版規範, 日文, 字體排印, 文字設計, CLReq, CSS, Sass, typography') + body.test + + article + h1 測試·強調元素(着重號) + section(id='jiben_zhuozhonghao') + h2 基本着重號 + p + em 繁體中文的着重號 + | 和簡體中文一樣。 + p(lang='zh-Hans') + em 简体中文的着重号 + | 和繁体中文一样。 + p(lang='ja') + em 日本語の著重奌 + | 独特の風味。 + section(id='wanzheng-cjk') + h2 完整中日韓表意文字區段支援 + p + strong 注意: + | 部分擴展區漢字可能不為多數作業系統支援,而顯示為空白方框。 + a(href='http://fonts.jp/hanazono/') 安裝花園明朝體 + | 可以解決這個問題。 + p + | 中日韓表意文字擴展區段:𫞵𫞦𠁻𠁶
+ | 表意數字零:
+ | 康熙字典及簡體字部首:⼌⿕⺃⻍⻰⻳
+ | 表意文字描述字元:⿸⿷⿳ + section(id='biaodian_guibi') + h2 標點規避 + p + | 唐朝是中國歷史上一個重要的朝代。唐王李淵於618年逼隋恭帝禪位,遂建唐朝取代隋朝,設首都於長安。在其鼎盛時的7世紀,遙遠的中亞綠洲地帶亦受唐支配。 + em 唐朝在文化、政治、經濟、外交……等方面都達到了很高的成就, + | 是中國歷史上的盛世之一,也是當時的世界強國。 + section(id='biaodian_guibi-riyu') + h3 日語着重號的標點規避 + p(lang='ja') + | アンネリース・マリー・フランク(ドイツ語: + span(lang='de') Annelies Marie Frank + | 、1929年6月12日-1945年3月上旬)は、 + em 『アンネの日記』の著者として知られるユダヤ系ドイツ人の少女である。 + section(id='xiwen') + h2 西文 + section(id='xiwen-latin') + h3 拉丁字母 + p: em 我道,¡Hola! 他問,¿Cómo estás? + p + | 德文中如何表達「羅曼式建築」這個概念?德國學者 + em 最初在teutschlongobardischromantische三詞間猶豫 + | ,最終在19世紀30年代偏向了「romantishce」一詞。 + section(id='xiwen-greek') + h3 希臘字母 + p + | 至今 + em 關於古希臘遊吟詩人Ὅμηρος的資料很少 + | ,所以對其生平有很多說法,但都無確鑿證據。 + section(id='xiwen-cyrillic') + h3 西里爾字母 + p + em Храм-паметник „Свети Александър Невски‟是一座位於保加利亞首都索菲亞的保加利亞東正教大教堂。 + | 該教堂為新拜占庭式建築,是保加利亞主教的主座教堂,也是東正教在世界上最大的教堂之一,還是索菲亞的象徵之一以及主要的遊覽景點。 + section(id='xiwen-zuhezi') + h3 組合字(combining character) + p + em 對你吶喊一聲,у̐ë̈̈Α̫Ή̥! + section(id='xiwen-zichengyiti') + h3 自成一體的西文強調 + p(lang='en') + | I will have to tell you — + | The cat is cute. + p + | 我必須說—— + em(lang='el') Η γάτα είναι χαριτωμένο. + p(lang='ja') + | 言う必要があります、 + em(lang='ru') Кошка мило. + section(id='yu_qita_zijiyuyi_yuansu_gongyong') + h2 與其他字級語意元素共用 + p: em + ruby.pinyin 行間注hángjiānzhù + | ruby + ruby.zhuyin(lang='zh-nan-Hant') 是ㄒㄧ˫ㄢˋㄗㄨㆩˋ + | ? + u 註記元素u + | 與 + i 變音元素i + | 。 + section(id='dingzhi') + h2 定制 + p + | 無論你想要把 + em.above 着重號放在上邊 + | ,或是想用 + em.sesame 空心「芝麻號」 + | 都沒有問題!抑或是 + em.above-dc 這樣搞怪的圈圈 + | ,也可以用 + em.rebecca 有紀念意義的顏色。 + p: em.no-skip 不想「規避標點」也行。 + section(id='dingzhi_fangshi') + h3 定制方式 + p + | 定制功能需要自行引用han.sass模塊(而無法直接使用CDN文件),並依需求設定變數等,詳見 + a(href='#') 說明文件 + | 及CSS Text Decoration Module Level 3。 + + // Here goes scripts + script(src='./han.min.js') diff --git a/v3.0.2/font/han.otf b/v3.0.2/font/han.otf new file mode 100644 index 0000000000000000000000000000000000000000..2ce2f46ca183a46f1b06517b1a2a8f96bcaab1b8 GIT binary patch literal 26416 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

{jkyM4+x$u7WP$0Wudi^7_mDKDqxGOv> zh!_C?{RQOAs*Ywvh$9GiMcLO9G#O=@qHr-#7ZuZhMxe=%b?rWng{2RW6N?G;mjt&& zHbgfhwzpI>W&3|y{gLX6Gr`0FOOx;N`{Q2|kbaWp6zF_OZB+;dn*PN&aFreQsHF{u z)rOm3RRD}FOb#rQ;*3MlrIqDMi{{Kp-^S>6TB~f}+FRmAwUI|qNX7Aukxuq_^3R~~ zwlb74S2*=GN;}o3Y)!n954U0-4V^zY)H;wn*woP!`Dq?OAYjV`*`PQiE|yuSGpM)e!$>lI$a9i^x%?UYD2Ety}uY zo#~&aClBR0kVXzEV@*B#2GxUS5B#RHGsD0NDk(>-gfCdlr-CGar$ai zMh6$^4-D~VS&-M8V#->sH+UpC6q>|U`%N`U+U_4=*-q;6Ww#NU%ac8XqA+`kz|d<; z)Bln~Qxk%OGKuS-1ka+xMs$6=v4F1*8IOiw$jVoOSgkXnx{9jI=EkU*eOSJFxnrF&MXDX4!opVOnn7YlOHSVvM#-?EX6Iu3;* z1>`O$G!Cec53PyoaON@!I=e*$9SZ$|y`p{rEqHqIQ_~kS4!6hURyK^IP(z@jdn~DZ zZqv*iD=OAi7Pk`Wvbq}FK@Zzp9$Ge2N!2?>gGu~u1e2($i?``Gwo&V+6Z(e@=`St_ z&wWHEKpzD99akxC{I6Wj`SD8np4|C2u3X9y-W>bmm3cR=jHA+1-w3aMku_`)Ou2Ow z`GRH+5grO9j;m1Oz;7lAy%<$PCOkzU-q8+^uTbqV`#^K2kq%Xy&~HyeJcH&Y2$dea zE|lTsdo`pjF!D8_<6746V+hdFN^LfZbOODh$0Ww6S3@`GP)w`Hl5N$YxxjzDiMxC zL}e}wwKjC@QYLEKeLZS#N9~6~o)T9iqnz>?gi}OK6=;M|)G~Y!>BOpKt9oeXT`#2x zOY8jMx&{@`?W)r#Gn7j;jY3c$CH?j^y|vPCWIEAAl__Y4K;~`~52%UNLQK5wq=dQ+e6uO+Dp@`Y94uDI~5AYH7-HURd{z zaMuTDeIU#`C;aLnWjheW?(HX3oc#iHMluQo)Ib~_T3A@RSyz^P>ga-tvwpLNLgJ~q znm3CQPc&ClfDx|3&Oqx0Iw{l|tptBhr-$@azNj3NLnGjUM_4Md4%C#11{!Jlnc>9m zq-RcNow>0smo6G{)CFd3N|>uBR8@&Q)kx}&MoVK_-o&`~6M6>bkRl(MiN@0is1vd8 z2pvsU

FJW;hXg_T+VIb^sCs)mY6^h{7N(+OTwCvL@Zz_4fBMnvmT^MoM5~pyz(b{EK4|YV@z(knFh(p?@!R9Ssj>DLK7Vk$q@IO3?3G|hoyAF zmp4AmOupZx5zxz#t1FN=p^+gBH?y`k55Hw$p_F>8HfJ^cee~P}>UG0ZG+|DO^3~Gs zffW#u$5SGtcxr=)tiMQGA(1^(g!Dbh10u#sq_>Mw-FU443Z>cT6Y(JWXJjy2d>zvR zslyqPMbhOG<5?Ffy#5+! zL>nsEf5#Iv{`<}`(AE}@Rs4rBSB|3K|7iczzX|>SAH=c!5kNfdR-g_D0Ox={;4@$= zP>pkv13ZLwJrG1&iq~F1+_oL?08!u&-~enu86b|M0p16?fwzG$Py>jc*#f)>90tVW zF#$!uw$Z;awv<6T36zXN9AAX^8F7Eh0dafrd+Y$jeeNCoTig!gOIMDWA(;kD9rLi{ zc|eKxSB|+;axXATdb?!pn0(2sG211D|Gb^pCz%S3bzGAS@Y&25qvMI!2-kao2(dlp zd&$FDzm(i@b8I!9fbzeLd$a$ReM5eo01e`?ARsAf`>UbTE?xBG(&Z9H{3(b}N6GX^ z%S*OyzdCamKo#8~apU-!B$y47efUrQ E2TGfA>gg7e5F!Z6BD&^}Pt23 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 PoIfKyi{E?&f3E)vMpxVa literal 0 HcmV?d00001 diff --git a/v3.0.2/font/han.woff b/v3.0.2/font/han.woff new file mode 100644 index 0000000000000000000000000000000000000000..011e06c7aa90464f2b1d40aae05cf9d69e7667f1 GIT binary patch literal 21292 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 literal 0 HcmV?d00001 diff --git a/v3.0.2/four.html b/v3.0.2/four.html new file mode 100644 index 00000000..6b605197 --- /dev/null +++ b/v3.0.2/four.html @@ -0,0 +1,188 @@ + + + + + 測試・四大字體集 — 漢字標準格式 + + + + + + + +

+

測試·四大字體集

+
+

黑體

+
+

推薦

+

提示:以美觀、品質完善、收字齊全、區分字重者為優先。

+

+ 揚名山公路一〇二號出口旁的體育館附近,有家頗有名氣的米綫小吃店,其建築是殖民地時代啓用至今的。這家的牛骨湯濃郁而不油膩,非常值得一吃再吃。網路上查到的評價都對它讚不絕口! +

+
+
+

繁體字

+

提示:同上,惟回退順序稍有不同,舊字形→國字標準字形〔體〕→新字形。

+

+ 揚名山公路一〇二號出口旁的體育館附近,有家頗有名氣的米綫小吃店,其建築是殖民地時代啟用至今的。這家的牛骨湯濃郁而不油膩,非常值得一吃再吃。網路上查到的評價都對它讚不絕口! +

+
+
+

中國國標

+

提示:完全符合中國國標字形。

+

+ 扬名山公路一〇二号出口旁的体育馆附近,有家颇有名气的米线小吃店,其建筑是殖民地时代啟用至今的。这家的牛骨汤浓郁而不油腻,非常值得一吃再吃。网路上查到的评价都对它赞不绝口! +

+
+
+
+

宋體

+
+

推薦

+

+ 揚名山公路一〇二號出口旁的體育館附近,有家頗有名氣的米綫小吃店,其建築是殖民地時代啓用至今的。這家的牛骨湯濃郁而不油膩,非常值得一吃再吃。網路上查到的評價都對它讚不絕口! +

+
+
+

繁體字

+

+ 揚名山公路一〇二號出口旁的體育館附近,有家頗有名氣的米綫小吃店,其建築是殖民地時代啟用至今的。這家的牛骨湯濃郁而不油膩,非常值得一吃再吃。網路上查到的評價都對它讚不絕口! +

+
+
+

中國國標

+

+ 扬名山公路一〇二号出口旁的体育馆附近,有家颇有名气的米线小吃店,其建筑是殖民地时代啟用至今的。这家的牛骨汤浓郁而不油腻,非常值得一吃再吃。网路上查到的评价都对它赞不绝口! +

+
+
+
+

楷體

+
+

推薦

+

+ 揚名山公路一〇二號出口旁的體育館附近,有家頗有名氣的米綫小吃店,其建築是殖民地時代啓用至今的。這家的牛骨湯濃郁而不油膩,非常值得一吃再吃。網路上查到的評價都對它讚不絕口! +

+
+
+

繁體字

+

提示:楷體因屬於手寫字體,Han Kaiti CNS完全遵守台灣教育部的國字標準字形(體)。

+

+ 揚名山公路一〇二號出口旁的體育館附近,有家頗有名氣的米線小吃店,其建築是殖民地時代啟用至今的。這家的牛骨湯濃郁而不油膩,非常值得一吃再吃。網路上查到的評價都對它讚不絕口! +

+
+
+

中國國標

+

+ 扬名山公路一〇二号出口旁的体育馆附近,有家颇有名气的米线小吃店,其建筑是殖民地时代啟用至今的。这家的牛骨汤浓郁而不油腻,非常值得一吃再吃。网路上查到的评价都对它赞不绝口! +

+
+
+
+

仿宋體

+

提示:由於各主流作業系統皆未專為各地區變體提供「仿宋體」,以下三者為同一中國國標字體。

+
+

推薦

+

+ 揚名山公路一〇二號出口旁的體育館附近,有家頗有名氣的米綫小吃店,其建築是殖民地時代啓用至今的。這家的牛骨湯濃郁而不油膩,非常值得一吃再吃。網路上查到的評價都對它讚不絕口! +

+
+
+

繁體字

+

+ 揚名山公路一〇二號出口旁的體育館附近,有家頗有名氣的米綫小吃店,其建築是殖民地時代啟用至今的。這家的牛骨湯濃郁而不油膩,非常值得一吃再吃。網路上查到的評價都對它讚不絕口! +

+
+
+

中國國標

+

+ 扬名山公路一〇二号出口旁的体育馆附近,有家颇有名气的米线小吃店,其建筑是殖民地时代啟用至今的。这家的牛骨汤浓郁而不油腻,非常值得一吃再吃。网路上查到的评价都对它赞不绝口! +

+
+
+
+ + + \ No newline at end of file diff --git a/v3.0.2/four.jade b/v3.0.2/four.jade new file mode 100644 index 00000000..edcec1b3 --- /dev/null +++ b/v3.0.2/four.jade @@ -0,0 +1,166 @@ +doctype html +html(lang='zh-Hant').han-init + head + meta(charset='utf-8') + title 測試・四大字體集 — 漢字標準格式 + link(rel='stylesheet', href='./han.min.css') + style. + html { + overflow-x: hidden; + } + + article { + /* position */ + margin: 0 auto; + + /* box */ + max-width: 35em; + padding: 0 .5em 15em; + } + + #heiti-fantizi p:not(.noti) { + font-family: 'Biaodian Pro Sans CNS', 'Helvetica Neue', Arial, 'Han Heiti CNS', sans-serif; + } + + #heiti-zhongguo_guobiao p:not(.noti) { + font-family: 'Biaodian Pro Sans GB', 'Helvetica Neue', Arial, 'Han Heiti GB', sans-serif; + } + + #songti p { + font-family: 'Biaodian Pro Serif', 'Numeral LF Serif', Georgia, 'Times New Roman', 'Han Songti', serif; + } + + #songti-fantizi p { + font-family: 'Biaodian Pro Serif CNS', 'Numeral LF Serif', Georgia, 'Times New Roman', 'Han Songti CNS', serif; + } + + #songti-zhongguo_guobiao p { + font-family: 'Biaodian Pro Serif GB', 'Numeral LF Serif', Georgia, 'Times New Roman', 'Han Songti GB', serif; + } + + #kaiti p:not(.noti) { + font-family: 'Biaodian Pro Serif', 'Numeral LF Serif', Georgia, 'Times New Roman', 'Han Kaiti', cursive, serif; + } + + #kaiti-fantizi p:not(.noti) { + font-family: 'Biaodian Pro Serif CNS', 'Numeral LF Serif', Georgia, 'Times New Roman', 'Han Kaiti CNS', cursive, serif; + } + + #kaiti-zhongguo_guobiao p:not(.noti) { + font-family: 'Biaodian Pro Serif GB', 'Numeral LF Serif', Georgia, 'Times New Roman', 'Han Kaiti GB', cursive, serif; + } + + #fangsong p:not(.noti) { + font-family: 'Biaodian Pro Serif', 'Numeral LF Serif', Georgia, 'Times New Roman', 'Han Fangsong', cursive, serif; + } + + #fangsong-fantizi p { + font-family: 'Biaodian Pro Serif CNS', 'Numeral LF Serif', Georgia, 'Times New Roman', 'Han Fangsong CNS', cursive, serif; + } + + #fangsong-zhongguo_guobiao p { + font-family: 'Biaodian Pro Serif GB', 'Numeral LF Serif', Georgia, 'Times New Roman', 'Han Fangsong GB', cursive, serif; + } + meta(name='viewport' content='width=device-width, initial-scale=1.0') + meta(name='description' content='印刷品般的漢字網頁排版框架') + meta(name='keywords' content='漢字標準格式, 中文, 排版, 排版規範, 日文, 字體排印, 文字設計, CLReq, CSS, Sass, typography') + body.test + + article + h1 測試·四大字體集 + section#heiti + h2 黑體 + section#heiti-tuijian + h3 推薦 + p.noti + strong 提示: + | 以美觀、品質完善、收字齊全、區分字重者為優先。 + p + | 揚名山公路一〇二號出口旁的體育館附近,有家頗有名氣的米綫小吃店,其建築是殖民地時代啓用至今的。這家的牛骨湯濃郁而不油膩,非常值得一吃再吃。網路上查到的評價都對它讚不絕口! + section#heiti-fantizi + h3 繁體字 + p.noti + strong 提示: + | 同上,惟回退順序稍有不同,舊字形→國字標準字形〔體〕→新字形。 + p + | 揚名山公路一〇二號出口旁的體育館附近,有家頗有名氣的米綫小吃店,其建築是殖民地時代啟用至今的。這家的牛骨湯濃郁而不油膩,非常值得一吃再吃。網路上查到的評價都對它讚不絕口! + section#heiti-zhongguo_guobiao + h3 中國國標 + p.noti + strong 提示: + | 完全符合中國國標字形。 + p + | 扬名山公路一〇二号出口旁的体育馆附近,有家颇有名气的米线小吃店,其建筑是殖民地时代啟用至今的。这家的牛骨汤浓郁而不油腻,非常值得一吃再吃。网路上查到的评价都对它赞不绝口! + section#songti + h2 宋體 + section#songti-tuijian + h3 推薦 + p + | 揚名山公路一〇二號出口旁的體育館附近,有家頗有名氣的米綫小吃店,其建築是殖民地時代啓用至今的。這家的牛骨湯濃郁而不油膩,非常值得一吃再吃。網路上查到的評價都對它讚不絕口! + section#songti-fantizi + h3 繁體字 + p + | 揚名山公路一〇二號出口旁的體育館附近,有家頗有名氣的米綫小吃店,其建築是殖民地時代啟用至今的。這家的牛骨湯濃郁而不油膩,非常值得一吃再吃。網路上查到的評價都對它讚不絕口! + section#songti-zhongguo_guobiao + h3 中國國標 + p + | 扬名山公路一〇二号出口旁的体育馆附近,有家颇有名气的米线小吃店,其建筑是殖民地时代啟用至今的。这家的牛骨汤浓郁而不油腻,非常值得一吃再吃。网路上查到的评价都对它赞不绝口! + section#kaiti + h2 楷體 + section#kaiti-tuijian + h3 推薦 + p + | 揚名山公路一〇二號出口旁的體育館附近,有家頗有名氣的米綫小吃店,其建築是殖民地時代啓用至今的。這家的牛骨湯濃郁而不油膩,非常值得一吃再吃。網路上查到的評價都對它讚不絕口! + section#kaiti-fantizi + h3 繁體字 + p.noti + strong 提示: + | 楷體因屬於手寫字體,Han Kaiti CNS完全遵守台灣教育部的國字標準字形(體)。 + p + | 揚名山公路一〇二號出口旁的體育館附近,有家頗有名氣的米線小吃店,其建築是殖民地時代啟用至今的。這家的牛骨湯濃郁而不油膩,非常值得一吃再吃。網路上查到的評價都對它讚不絕口! + section#kaiti-zhongguo_guobiao + h3 中國國標 + p + | 扬名山公路一〇二号出口旁的体育馆附近,有家颇有名气的米线小吃店,其建筑是殖民地时代啟用至今的。这家的牛骨汤浓郁而不油腻,非常值得一吃再吃。网路上查到的评价都对它赞不绝口! + section#fangsong + h2 仿宋體 + p.noti + strong 提示: + | 由於各主流作業系統皆未專為各地區變體提供「仿宋體」,以下三者為同一中國國標字體。 + section#fangsong-tuijian + h3 推薦 + p + | 揚名山公路一〇二號出口旁的體育館附近,有家頗有名氣的米綫小吃店,其建築是殖民地時代啓用至今的。這家的牛骨湯濃郁而不油膩,非常值得一吃再吃。網路上查到的評價都對它讚不絕口! + section#fangsong-fantizi + h3 繁體字 + p + | 揚名山公路一〇二號出口旁的體育館附近,有家頗有名氣的米綫小吃店,其建築是殖民地時代啟用至今的。這家的牛骨湯濃郁而不油膩,非常值得一吃再吃。網路上查到的評價都對它讚不絕口! + section#fangsong-zhongguo_guobiao + h3 中國國標 + p + | 扬名山公路一〇二号出口旁的体育馆附近,有家颇有名气的米线小吃店,其建筑是殖民地时代啟用至今的。这家的牛骨汤浓郁而不油腻,非常值得一吃再吃。网路上查到的评价都对它赞不绝口! + script(src='./han.min.js') diff --git a/v3.0.2/generics-han.css b/v3.0.2/generics-han.css new file mode 100644 index 00000000..603b7520 --- /dev/null +++ b/v3.0.2/generics-han.css @@ -0,0 +1 @@ +/*! 漢字標準格式 v3.0.2 | MIT License | css.hanzi.co *//*! Han: CSS typography framework optimised for Hanzi *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{line-height:1.3;-webkit-font-smoothing:subpixel-antialiased}ol,ul{padding-left:2em}figure,blockquote{margin-left:2em;margin-right:2em}address{font-style:inherit}pre{white-space:pre;word-wrap:normal}a{text-decoration:inherit}em:lang(zh),em:lang(ja){-moz-text-emphasis:filled circle;-webkit-text-emphasis:filled circle;text-emphasis:filled circle;-moz-text-emphasis-position:under;-webkit-text-emphasis-position:under;text-emphasis-position:under;font-style:inherit;border-bottom:2px dotted;padding-bottom:0.05em;border-bottom-width:-webkit-calc( 0px );padding-bottom:-webkit-calc( 0px )}em:lang(ja){-moz-text-emphasis:filled sesame;-webkit-text-emphasis:filled sesame;text-emphasis:filled sesame;-moz-text-emphasis-position:over;-webkit-text-emphasis-position:over;text-emphasis-position:over}strong,dfn:lang(zh),dfn:lang(ja),b{font-weight:inherit}strong,dfn:lang(zh),dfn:lang(ja),b{font-weight:bolder}dfn:lang(zh),dfn:lang(ja){font-style:inherit}cite:lang(zh),cite:lang(ja){font-style:inherit}q{quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(zh){quotes:"「" "」" "『" "』" "「" "」" "『" "』" "「" "」" "『" "』"}q:lang(zh-CN),q:lang(en){quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(en-GB){quotes:"‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”"}q:before{content:open-quote}q:after{content:close-quote}q:lang(ja):before,q:lang(ja):after{content:none}code,kbd,samp,pre{font-family:monospace,monospace,sans-serif}i:lang(zh),i:lang(ja),var:lang(zh),var:lang(ja){font-family:cursive,serif;font-style:inherit}u+u,u+ins,ins+u,ins+ins,s+s,s+del,del+s,del+del,.hyu-js-rendered u.adjacent,.hyu-js-rendered ins.adjacent,.hyu-js-rendered s+s.adjacent,.hyu-js-rendered s+del.adjacent,.hyu-js-rendered del+s.adjacent,.hyu-js-rendered del+del.adjacent{margin-left:0.125em}u,ins{padding-bottom:0.05em;border-bottom:1px solid;text-decoration:none}ruby *:before,ruby *:after{line-height:normal}ruby>rt:not(:empty):before{content:"("}ruby>rt:not(:empty):after{content:")"}ruby>rb+rtc:before{content:"("}ruby>rtc:after{content:","}ruby>rtc:last-of-type:after{content:")"}ruby>rt:before,ruby>rt:after{display:inline-block;overflow:hidden;vertical-align:middle;height:0;width:0}ruby>rt:not(:empty):before,ruby>rt:not(:empty):after{height:-moz-calc( 1.3em );width:-moz-calc( 1em )}.hyu-js-rendered u+u,.hyu-js-rendered u+ins,.hyu-js-rendered ins+u,.hyu-js-rendered ins+ins,.hyu-js-rendered s+s,.hyu-js-rendered s+del,.hyu-js-rendered del+s,.hyu-js-rendered del+del{margin-left:auto}.hyu-js-rendered em:lang(zh),.hyu-js-rendered em:lang(ja){padding-bottom:auto;border-bottom-width:0}.no-textemphasis em:lang(zh),.no-textemphasis em:lang(ja){line-height:2}.no-textemphasis em:lang(zh) char,.no-textemphasis em:lang(ja) char{position:relative;font-style:inherit}.no-textemphasis em:lang(zh) char:after,.no-textemphasis em:lang(ja) char:after{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:normal;line-height:normal;text-decoration:none;text-indent:0;-moz-transform:scale(0.5);-ms-transform:scale(0.5);-webkit-transform:scale(0.5);transform:scale(0.5);position:absolute;left:50%;top:0;margin-left:-250%;overflow:hidden;display:inline-block;height:1em;width:500%;line-height:1;text-align:center;text-indent:0;font-family:Georgia,"Times New Roman",Arial,!important}em:lang(zh) char.punct,em:lang(ja) char.punct,em:lang(zh) char.biaodian,em:lang(ja) char.biaodian{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none}.no-textemphasis em:lang(zh) char.punct:after,.no-textemphasis em:lang(ja) char.punct:after,.no-textemphasis em:lang(zh) char.biaodian:after,.no-textemphasis em:lang(ja) char.biaodian:after{content:none !important}.no-textemphasis em:lang(zh) char:after{margin-top:1em;content:"●"}.no-textemphasis em:lang(ja) char:after{margin-top:-0.7em;content:"﹅"}hruby{display:inline;line-height:2}hruby rp{display:none}hruby ru[annotation]>rt{display:inline-block;height:0;width:0;font:0/0 hidden-text}hruby ru{position:relative;display:inline-block;text-indent:0}hruby ru:before,hruby zhuyin{-moz-transform:scale(0.55);-ms-transform:scale(0.55);-webkit-transform:scale(0.55);transform:scale(0.55);-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:normal;line-height:normal;text-decoration:none;text-indent:0;position:absolute;display:inline-block}hruby ru[annotation]{text-align:center}hruby ru[annotation]:before{left:-265%;top:-0.5em;vertical-align:top;height:1em;width:600%;content:attr(annotation);line-height:1;text-align:center;text-indent:0}hruby[rightangle] ru[annotation]:before{left:-250%}hruby ru[zhuyin]{display:inline-block;position:relative;width:1.8em;text-align:left}hruby ru[zhuyin] zhuyin{right:0.2em;top:0;height:2.7em;width:0.8em;line-height:0.9;white-space:pre-wrap;word-break:break-all}hruby ru[zhuyin] diao{position:absolute;right:-0.9em;top:0;display:inline-block;width:1em}hruby ru[zhuyin][length='0'],hruby ru[zhuyin]:empty{width:auto}hruby ru[zhuyin][length='0'] zhuyin,hruby ru[zhuyin]:empty zhuyin{display:none}hruby ru[zhuyin][length='1'] zhuyin{margin-top:0.125em}hruby ru[zhuyin][length='1'] diao{margin-top:-0.35em}hruby ru[zhuyin][length='2'] zhuyin{margin-top:-0.175em}hruby ru[zhuyin][length='2'] diao{margin-top:0.5em}hruby ru[zhuyin][length='3'] zhuyin{margin-top:-0.45em}hruby ru[zhuyin][length='3'] diao{margin-top:1.3em}hruby ru[zhuyin][diao='˙'] diao{right:-0.35em}hruby ru[zhuyin][diao='˙'][length='1'] diao{margin-top:-0.5em}hruby ru[zhuyin][diao='˙'][length='2'] diao{margin-top:-0.3em}hruby ru[zhuyin][diao='˙'][length='3'] diao{margin-top:-0.25em}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1.2);-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2);margin-right:-0.25em}hruby ru[zhuyin][diao^='ㆴ'] diao,hruby ru[zhuyin][diao^='ㆵ'] diao,hruby ru[zhuyin][diao^='ㆶ'] diao,hruby ru[zhuyin][diao^='ㆷ'] diao,hruby ru[zhuyin][diao='󳆴'] diao,hruby ru[zhuyin][diao='󳆵'] diao,hruby ru[zhuyin][diao='󳆶'] diao,hruby ru[zhuyin][diao='󳆷'] diao{top:20%;margin-right:-0.3em}hruby ru[annotation]:before,hruby[rightangle] ru[annotation][order='1']:before{top:-0.5em}hruby ru[order='1']:before,hruby[rightangle] ru[annotation][order='0']:before{bottom:-0.4em;top:auto}hruby[rightangle] ru[annotation]:before{margin-left:-0.4em}@media screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi){hruby yin{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);display:inline-block}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}hruby ru[zhuyin][diao='˙'] diao{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);top:0.125em}}jinze{display:inline-block;text-indent:0}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';font-weight:600;src:local("YuGothic Bold"),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(YuGo-Bold),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';font-weight:600;src:local("YuGothic Bold"),local(YuGo-Bold),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti GB';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold);unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Heiti SC Medium"),local("Microsoft YaHei Bold"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold);unicode-range:U+270C}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSong),local("Lisong Pro"),local(SimSun),local(PMingLiU)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho")}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local(PMingLiU),local(SimSun)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro")}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun),local(PMingLiU)}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti SC Bold"),local("STSongti TC Bold"),local(STSongti-SC-Bold),local(STSongti-TC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti GB';font-weight:600;src:local("STSongti SC Bold"),local(STSongti-SC-Bold)}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSongti),local("Lisong Pro"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+270C}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local("MS Mincho"),local(PMingLiU),local(SimSun);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+270C}@font-face{font-family:cursive;src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti';src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti CNS';src:local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti GB';src:local("Kaiti SC"),local(STKaiti),local(Kai),local(Kaiti),local(DFKai-SB)}@font-face{font-family:cursive;font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti GB';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong CNS';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong GB';src:local(STFangsong),local(FangSong)}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Arial Unicode MS"),local("MS Gothic");unicode-range:U+2014}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho"),local("Microsoft Yahei");unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic");unicode-range:U+2026}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Lisong Pro"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU),local("MS Gothic");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(STSongti-TC-Regular),local("Lisong Pro"),local("Heiti TC"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSongti),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Basic';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+2014,U+2026,U+00B7}@font-face{font-family:'Biaodian Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Latin Italic Serif';src:local("Georgia Italic"),local("Times New Roman Italic"),local(Georgia-Italic),local(TimesNewRomanPS-ItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Serif';font-weight:700;src:local("Georgia Bold Italic"),local("Times New Roman Bold Italic"),local(Georgia-BoldItalic),local(TimesNewRomanPS-BoldItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{font-family:'Latin Italic Sans';font-weight:700;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Sans';src:local(Skia),local("Neutraface 2 Text"),local(Candara),local(Corbel)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Serif';src:local(Georgia),local("Hoefler Text"),local("Big Caslon")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Italic Serif';src:local("Georgia Italic"),local("Hoefler Text Italic"),local(Georgia-Italic),local(HoeflerText-Italic)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Sans';src:local("Helvetica Neue"),local(Helvetica),local(Arial)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';font-weight:bold;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Serif';src:local(Palatino),local("Palatino Linotype"),local("Times New Roman")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';src:local("Palatino Italic"),local("Palatino Italic Linotype"),local("Times New Roman Italic"),local(Palatino-Italic),local(Palatino-Italic-Linotype),local(TimesNewRomanPS-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';font-weight:bold;src:local("Palatino Bold Italic"),local("Palatino Bold Italic Linotype"),local("Times New Roman Bold Italic"),local(Palatino-BoldItalic),local(Palatino-BoldItalic-Linotype),local(TimesNewRomanPS-BoldItalicMT)}@font-face{font-family:'Numeral TF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';font-weight:bold;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';font-weight:bold;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Kaiti'}@font-face{unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Heiti';src:local("Hiragino Sans GB"),local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype")}@font-face{font-family:'Zhuyin Heiti';src:local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+3127}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");font-family:'Zhuyin Heiti';unicode-range:U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+31B4,U+31B5,U+31B6,U+31B7,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");font-family:'Romanization Sans';unicode-range:U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}html:lang(zh-Latn),html:lang(ja-Latn),html:not(:lang(zh)):not(:lang(ja)),html *:lang(zh-Latn),html *:lang(ja-Latn),html *:not(:lang(zh)):not(:lang(ja)),article strong:lang(zh-Latn),article strong:lang(ja-Latn),article strong:not(:lang(zh)):not(:lang(ja)),article strong *:lang(zh-Latn),article strong *:lang(ja-Latn),article strong *:not(:lang(zh)):not(:lang(ja)),.sans:lang(zh-Latn),.sans:lang(ja-Latn),.sans:not(:lang(zh)):not(:lang(ja)),.sans *:lang(zh-Latn),.sans *:lang(ja-Latn),.sans *:not(:lang(zh)):not(:lang(ja)){font-family:"Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}html:lang(zh),html:lang(zh-Hant),[lang^='zh'],[lang*='Hant'],[lang='zh-TW'],[lang='zh-HK'],article strong:lang(zh),article strong:lang(zh-Hant),.sans:lang(zh),.sans:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}html:lang(zh-Hans),html:lang(zh-CN),[lang*='Hans'],[lang='zh-CN'],article strong:lang(zh-Hans),article strong:lang(zh-CN),.sans:lang(zh-Hans),.sans:lang(zh-CN){font-family:"Biaodian Pro Sans GB","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}html:lang(ja),[lang^='ja'],article strong:lang(ja),.sans:lang(ja){font-family:"Yakumono Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article blockquote i:lang(zh-Latn),article blockquote i:lang(ja-Latn),article blockquote i:not(:lang(zh)):not(:lang(ja)),article blockquote i *:lang(zh-Latn),article blockquote i *:lang(ja-Latn),article blockquote i *:not(:lang(zh)):not(:lang(ja)),article blockquote var:lang(zh-Latn),article blockquote var:lang(ja-Latn),article blockquote var:not(:lang(zh)):not(:lang(ja)),article blockquote var *:lang(zh-Latn),article blockquote var *:lang(ja-Latn),article blockquote var *:not(:lang(zh)):not(:lang(ja)),.sans-italic:lang(zh-Latn),.sans-italic:lang(ja-Latn),.sans-italic:not(:lang(zh)):not(:lang(ja)),.sans-italic *:lang(zh-Latn),.sans-italic *:lang(ja-Latn),.sans-italic *:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}article blockquote i:lang(zh),article blockquote i:lang(zh-Hant),article blockquote var:lang(zh),article blockquote var:lang(zh-Hant),.sans-italic:lang(zh),.sans-italic:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}article blockquote i:lang(zh-Hans),article blockquote i:lang(zh-CN),article blockquote var:lang(zh-Hans),article blockquote var:lang(zh-CN),.sans-italic:lang(zh-Hans),.sans-italic:lang(zh-CN){font-family:"Biaodian Pro Sans GB","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}article blockquote i:lang(ja),article blockquote var:lang(ja),.sans-italic:lang(ja){font-family:"Yakumono Sans","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article figure blockquote:lang(zh-Latn),article figure blockquote:lang(ja-Latn),article figure blockquote:not(:lang(zh)):not(:lang(ja)),article figure blockquote *:lang(zh-Latn),article figure blockquote *:lang(ja-Latn),article figure blockquote *:not(:lang(zh)):not(:lang(ja)),figure blockquote:lang(zh-Latn),figure blockquote:lang(ja-Latn),figure blockquote:not(:lang(zh)):not(:lang(ja)),figure blockquote *:lang(zh-Latn),figure blockquote *:lang(ja-Latn),figure blockquote *:not(:lang(zh)):not(:lang(ja)),.serif:lang(zh-Latn),.serif:lang(ja-Latn),.serif:not(:lang(zh)):not(:lang(ja)),.serif *:lang(zh-Latn),.serif *:lang(ja-Latn),.serif *:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Songti",cursive,serif}article figure blockquote:lang(zh),article figure blockquote:lang(zh-Hant),figure blockquote:lang(zh),figure blockquote:lang(zh-Hant),.serif:lang(zh),.serif:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Songti",serif}article figure blockquote:lang(zh-Hans),article figure blockquote:lang(zh-CN),figure blockquote:lang(zh-Hans),figure blockquote:lang(zh-CN),.serif:lang(zh-Hans),.serif:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Songti GB",serif}article figure blockquote:lang(ja),figure blockquote:lang(ja),.serif:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",serif}article blockquote:lang(zh-Latn),article blockquote:lang(ja-Latn),article blockquote:not(:lang(zh)):not(:lang(ja)),article blockquote *:lang(zh-Latn),article blockquote *:lang(ja-Latn),article blockquote *:not(:lang(zh)):not(:lang(ja)),.cursive:lang(zh-Latn),.cursive:lang(ja-Latn),.cursive:not(:lang(zh)):not(:lang(ja)),.cursive *:lang(zh-Latn),.cursive *:lang(ja-Latn),.cursive *:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Kaiti",cursive,serif}article blockquote:lang(zh),article blockquote:lang(zh-Hant),.cursive:lang(zh),.cursive:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}article blockquote:lang(zh-Hans),article blockquote:lang(zh-CN),.cursive:lang(zh-Hans),.cursive:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}article blockquote:lang(ja),.cursive:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",cursive,serif}i:lang(zh-Latn),i:lang(ja-Latn),i:not(:lang(zh)):not(:lang(ja)),i *:lang(zh-Latn),i *:lang(ja-Latn),i *:not(:lang(zh)):not(:lang(ja)),var:lang(zh-Latn),var:lang(ja-Latn),var:not(:lang(zh)):not(:lang(ja)),var *:lang(zh-Latn),var *:lang(ja-Latn),var *:not(:lang(zh)):not(:lang(ja)),.cursive-italic:lang(zh-Latn),.cursive-italic:lang(ja-Latn),.cursive-italic:not(:lang(zh)):not(:lang(ja)),.cursive-italic *:lang(zh-Latn),.cursive-italic *:lang(ja-Latn),.cursive-italic *:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti",cursive,serif}i:lang(zh),i:lang(zh-Hant),var:lang(zh),var:lang(zh-Hant),.cursive-italic:lang(zh),.cursive-italic:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}i:lang(zh-Hans),i:lang(zh-CN),var:lang(zh-Hans),var:lang(zh-CN),.cursive-italic:lang(zh-Hans),.cursive-italic:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}i:lang(ja),var:lang(ja),.cursive-italic:lang(ja){font-family:"Yakumono Serif","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman",cursive,serif}code:lang(zh-Latn),code:lang(ja-Latn),code:not(:lang(zh)):not(:lang(ja)),code *:lang(zh-Latn),code *:lang(ja-Latn),code *:not(:lang(zh)):not(:lang(ja)),kbd:lang(zh-Latn),kbd:lang(ja-Latn),kbd:not(:lang(zh)):not(:lang(ja)),kbd *:lang(zh-Latn),kbd *:lang(ja-Latn),kbd *:not(:lang(zh)):not(:lang(ja)),samp:lang(zh-Latn),samp:lang(ja-Latn),samp:not(:lang(zh)):not(:lang(ja)),samp *:lang(zh-Latn),samp *:lang(ja-Latn),samp *:not(:lang(zh)):not(:lang(ja)),pre:lang(zh-Latn),pre:lang(ja-Latn),pre:not(:lang(zh)):not(:lang(ja)),pre *:lang(zh-Latn),pre *:lang(ja-Latn),pre *:not(:lang(zh)):not(:lang(ja)),.mono:lang(zh-Latn),.mono:lang(ja-Latn),.mono:not(:lang(zh)):not(:lang(ja)),.mono *:lang(zh-Latn),.mono *:lang(ja-Latn),.mono *:not(:lang(zh)):not(:lang(ja)){font-family:Menlo,Consolas,Courier,"Han Heiti",monospace,monospace,sans-serif}code:lang(zh),code:lang(zh-Hant),kbd:lang(zh),kbd:lang(zh-Hant),samp:lang(zh),samp:lang(zh-Hant),pre:lang(zh),pre:lang(zh-Hant),.mono:lang(zh),.mono:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS",Menlo,Consolas,Courier,"Zhuyin Heiti","Han Heiti",monospace,monospace,sans-serif}code:lang(zh-Hans),code:lang(zh-CN),kbd:lang(zh-Hans),kbd:lang(zh-CN),samp:lang(zh-Hans),samp:lang(zh-CN),pre:lang(zh-Hans),pre:lang(zh-CN),.mono:lang(zh-Hans),.mono:lang(zh-CN){font-family:"Biaodian Pro Sans GB",Menlo,Consolas,Courier,"Han Heiti GB",monospace,monospace,sans-serif}code:lang(ja),kbd:lang(ja),samp:lang(ja),pre:lang(ja),.mono:lang(ja){font-family:"Yakumono Sans",Menlo,Consolas,Courier,monospace,monospace,sans-serif}html,ruby ru[zhuyin] zhuyin,ruby ru[zhuyin] zhuyin diao,hruby ru[zhuyin] zhuyin,hruby ru[zhuyin] zhuyin diao,ruby.romanization rt,ruby ru[annotation]:before,hruby.romanization rt,hruby ru[annotation]:before,.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode='b7']{-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga";-webkit-font-feature-settings:"liga";font-feature-settings:"liga"}ruby ru[zhuyin] zhuyin diao,hruby ru[zhuyin] zhuyin diao{font-family:"Zhuyin Kaiti",cursive,serif}ruby.romanization rt,ruby ru[annotation]:before,hruby.romanization rt,hruby ru[annotation]:before{font-family:"Romanization Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}.no-kaiti i,.no-kaiti var{padding-bottom:0.05em;border-bottom:3px double #d3d3d3}article{line-height:1.7}article p,article li{text-align:justify;text-justify:inter-ideograph}article h1+blockquote,article h1+p,article h1+ol,article h1+ul,article h1+h6,article h1+section>h6:first-child,article h1+section>p:first-child,article h1+section>ol:first-child,article h1+section>ul:first-child,article h1+section>blockquote:first-child,article h2+blockquote,article h2+p,article h2+ol,article h2+ul,article h2+h6,article h2+section>h6:first-child,article h2+section>p:first-child,article h2+section>ol:first-child,article h2+section>ul:first-child,article h2+section>blockquote:first-child,article h3+blockquote,article h3+p,article h3+ol,article h3+ul,article h3+h6,article h3+section>h6:first-child,article h3+section>p:first-child,article h3+section>ol:first-child,article h3+section>ul:first-child,article h3+section>blockquote:first-child,article h4+blockquote,article h4+p,article h4+ol,article h4+ul,article h4+h6,article h4+section>h6:first-child,article h4+section>p:first-child,article h4+section>ol:first-child,article h4+section>ul:first-child,article h4+section>blockquote:first-child,article h5+blockquote,article h5+p,article h5+ol,article h5+ul,article h5+h6,article h5+section>h6:first-child,article h5+section>p:first-child,article h5+section>ol:first-child,article h5+section>ul:first-child,article h5+section>blockquote:first-child,article h6+blockquote,article h6+p,article h6+ol,article h6+ul,article h6+h6,article h6+section>h6:first-child,article h6+section>p:first-child,article h6+section>ol:first-child,article h6+section>ul:first-child,article h6+section>blockquote:first-child,article h1+h5,article h1+section>h5:first-child,article h2+h5,article h2+section>h5:first-child,article h3+h5,article h3+section>h5:first-child,article h4+h5,article h4+section>h5:first-child,article h5+h5,article h5+section>h5:first-child,article h1+h4,article h1+section>h4:first-child,article h2+h4,article h2+section>h4:first-child,article h3+h4,article h3+section>h4:first-child,article h4+h4,article h4+section>h4:first-child,article h1+h3,article h1+section>h3:first-child,article h2+h3,article h2+section>h3:first-child,article h3+h3,article h3+section>h3:first-child,article h1+h2,article h1+section>h2:first-child,article h2+h2,article h2+section>h2:first-child{margin-top:-1em}p.poem-like,.poem-like p{margin-left:2em}@media only screen and (max-width: 480px){p.poem-like,.poem-like p{margin-left:1em}}article blockquote{margin-right:0}@media only screen and (max-width: 480px){article blockquote{margin-left:1em}}figure blockquote{margin:0}blockquote blockquote{margin-left:1em;margin-right:1em}article blockquote blockquote{margin-right:0}@media only screen and (max-width: 480px){blockquote,figure{margin-left:1em;margin-right:1em}}.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode='b7']{font-family:"Biaodian Basic","Han Heiti"}hws{display:inline;visibility:hidden;font-family:Arial,sans-serif !important;font-size:0.89em}code hws,kbd hws,samp hws,pre hws,ol>hws,ul>hws{display:none}char_group .open:not(:last-child),char_group .close:not(:last-child),char_group [unicode='3001']:not(:last-child),char_group [unicode='3002']:not(:last-child),char_group [unicode='ff0c']:not(:last-child),char_group [unicode='ff08']:not(:last-child){letter-spacing:-0.5em}char_group [unicode='b7']+[unicode='300c'],char_group [unicode='b7']+[unicode='300e'],char_group [unicode='30fb']+[unicode='300c'],char_group [unicode='30fb']+[unicode='300e']{margin-left:-0.5em}char_group .liga+[unicode='300c'],char_group .liga+[unicode='300e']{margin-left:-0.25em}char[display-as]{position:relative;display:inline-block}char[display-as] inner{color:transparent}char[display-as]:after{position:absolute;left:0;display:inline-block;content:attr(display-as)}char[display-as].comb-liga:after{font-family:"Romanization Sans","Zhuyin Kaiti"} diff --git a/v3.0.2/generics-han.sass b/v3.0.2/generics-han.sass new file mode 100644 index 00000000..75ce5af8 --- /dev/null +++ b/v3.0.2/generics-han.sass @@ -0,0 +1,35 @@ + +// ** +// * Generic typefaces for Western (Latin-based) +// * characters +// * +$mre-sans: 'Helvetica Neue', Helvetica, Arial !default +$mre-serif: Georgia, 'Times New Roman' !default +$mre-cursive: 'Apple Chancery', 'Snell Roundhand' !default +$mre-mono: Menlo, Consolas, Courier !default + +// ** +// * Generic typefaces for Chinese +// * +$mre-sans-zh: '' !default +$mre-serif-zh: '' !default +$mre-cursive-zh: '' !default +$mre-mono-zh: $mre-sans-zh !default + +// ** +// * Import Han module +// * +@import ../sass/han + +.sans + +han-typeface-by-lang( sans ) +.sans-italic + +han-typeface-by-lang( sans-italic ) +.mono + +han-typeface-by-lang( mono ) +.serif + +han-typeface-by-lang( serif ) +.cursive + +han-typeface-by-lang( cursive ) +.cursive-italic + +han-typeface-by-lang( cursive-italic ) diff --git a/v3.0.2/generics.html b/v3.0.2/generics.html new file mode 100644 index 00000000..0222791b --- /dev/null +++ b/v3.0.2/generics.html @@ -0,0 +1,56 @@ + + + + + 測試・字體基型(typeface generics)與@extend — 漢字標準格式 + + + + + + + +
+

測試·字體基型與@extend

+

提示:「漢字標準格式」提供了四類字體基型、二個子基型共六種字體@extend在預設的語意元素修正外,更可經由Sass模組來擴展選擇器,避免字體的重覆宣告。 +

+

提示二:本測試頁展示其他地區變體,詳見使用手冊

+
+

無襯線字體、黑體

+

LGBT是女同性戀者(Lesbians)、男同性戀者(Gays)、雙性戀者(Bisexuals)與跨性別者(Transgender)的英文首字母縮略字。1990年代,由於「同性戀社群」一詞無法完整體現相關群體,「LGBT」一詞便應運而生、並逐漸普及。

+

西文無襯線意大利體、黑體

+

LGBT是女同性戀者(Lesbians)、男同性戀者(Gays)、雙性戀者(Bisexuals)與跨性別者(Transgender)的英文首字母縮略字。1990年代,由於「同性戀社群」一詞無法完整體現相關群體,「LGBT」一詞便應運而生、並逐漸普及。

+
+
+

等寬字體、黑體

+

LGBT是女同性戀者(Lesbians)、男同性戀者(Gays)、雙性戀者(Bisexuals)與跨性別者(Transgender)的英文首字母縮略字。1990年代,由於「同性戀社群」一詞無法完整體現相關群體,「LGBT」一詞便應運而生、並逐漸普及。

+
+
+

襯線字體、宋體

+

LGBT是女同性戀者(Lesbians)、男同性戀者(Gays)、雙性戀者(Bisexuals)與跨性別者(Transgender)的英文首字母縮略字。1990年代,由於「同性戀社群」一詞無法完整體現相關群體,「LGBT」一詞便應運而生、並逐漸普及。

+
+
+

手寫字體、楷體

+

LGBT是女同性戀者(Lesbians)、男同性戀者(Gays)、雙性戀者(Bisexuals)與跨性別者(Transgender)的英文首字母縮略字。1990年代,由於「同性戀社群」一詞無法完整體現相關群體,「LGBT」一詞便應運而生、並逐漸普及。

+

西文襯線意大利體、楷體

+

LGBT是女同性戀者(Lesbians)、男同性戀者(Gays)、雙性戀者(Bisexuals)與跨性別者(Transgender)的英文首字母縮略字。1990年代,由於「同性戀社群」一詞無法完整體現相關群體,「LGBT」一詞便應運而生、並逐漸普及。

+
+ +
+ + \ No newline at end of file diff --git a/v3.0.2/generics.jade b/v3.0.2/generics.jade new file mode 100644 index 00000000..b3516a60 --- /dev/null +++ b/v3.0.2/generics.jade @@ -0,0 +1,58 @@ +doctype html +html(lang='zh-Hant').han-init + head + meta(charset='utf-8') + title 測試・字體基型(typeface generics)與@extend — 漢字標準格式 + link(rel='stylesheet', href='./generics-han.css') + style. + html { + overflow-x: hidden; + } + + article { + /* position */ + margin: 0 auto; + + /* box */ + max-width: 35em; + padding: 0 .5em 15em; + } + meta(name='viewport' content='width=device-width, initial-scale=1.0') + meta(name='description' content='印刷品般的漢字網頁排版框架') + meta(name='keywords' content='漢字標準格式, 中文, 排版, 排版規範, 日文, 字體排印, 文字設計, CLReq, CSS, Sass, typography') + body.test + + article + h1 測試·字體基型與@extend + p.noti + strong 提示: + | 「漢字標準格式」提供了四類字體基型、二個子基型共六種字體@extend在預設的語意元素修正外,更可經由Sass模組來擴展選擇器,避免字體的重覆宣告。 + p.noti + strong 提示二: + | 本測試頁展示其他地區變體,詳見使用手冊。 + section + h2 無襯線字體、黑體 + p.sans + | LGBT是女同性戀者(Lesbians)、男同性戀者(Gays)、雙性戀者(Bisexuals)與跨性別者(Transgender)的英文首字母縮略字。1990年代,由於「同性戀社群」一詞無法完整體現相關群體,「LGBT」一詞便應運而生、並逐漸普及。 + h3 西文無襯線意大利體、黑體 + p.sans-italic + | LGBT是女同性戀者(Lesbians)、男同性戀者(Gays)、雙性戀者(Bisexuals)與跨性別者(Transgender)的英文首字母縮略字。1990年代,由於「同性戀社群」一詞無法完整體現相關群體,「LGBT」一詞便應運而生、並逐漸普及。 + section + h2 等寬字體、黑體 + p.mono + | LGBT是女同性戀者(Lesbians)、男同性戀者(Gays)、雙性戀者(Bisexuals)與跨性別者(Transgender)的英文首字母縮略字。1990年代,由於「同性戀社群」一詞無法完整體現相關群體,「LGBT」一詞便應運而生、並逐漸普及。 + section + h2 襯線字體、宋體 + p.serif + | LGBT是女同性戀者(Lesbians)、男同性戀者(Gays)、雙性戀者(Bisexuals)與跨性別者(Transgender)的英文首字母縮略字。1990年代,由於「同性戀社群」一詞無法完整體現相關群體,「LGBT」一詞便應運而生、並逐漸普及。 + section + h2 手寫字體、楷體 + p.cursive + | LGBT是女同性戀者(Lesbians)、男同性戀者(Gays)、雙性戀者(Bisexuals)與跨性別者(Transgender)的英文首字母縮略字。1990年代,由於「同性戀社群」一詞無法完整體現相關群體,「LGBT」一詞便應運而生、並逐漸普及。 + h3 西文襯線意大利體、楷體 + p.cursive-italic + | LGBT是女同性戀者(Lesbians)、男同性戀者(Gays)、雙性戀者(Bisexuals)與跨性別者(Transgender)的英文首字母縮略字。1990年代,由於「同性戀社群」一詞無法完整體現相關群體,「LGBT」一詞便應運而生、並逐漸普及。 + + script(src='./han.min.js') diff --git a/v3.0.2/han.css b/v3.0.2/han.css new file mode 100644 index 00000000..d1265101 --- /dev/null +++ b/v3.0.2/han.css @@ -0,0 +1,2019 @@ +@charset "UTF-8"; +/*! 漢字標準格式 v3.0.2 | MIT License | css.hanzi.co */ +/*! Han: CSS typography framework optimised for Hanzi */ +/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ +/** + * 1. Set default font family to sans-serif. + * 2. Prevent iOS text size adjust after orientation change, without disabling + * user zoom. + */ +html { + font-family: sans-serif; + /* 1 */ + -ms-text-size-adjust: 100%; + /* 2 */ + -webkit-text-size-adjust: 100%; + /* 2 */ +} + +/** + * Remove default margin. + */ +body { + margin: 0; +} + +/* HTML5 display definitions + ========================================================================== */ +/** + * Correct `block` display not defined for any HTML5 element in IE 8/9. + * Correct `block` display not defined for `details` or `summary` in IE 10/11 + * and Firefox. + * Correct `block` display not defined for `main` in IE 11. + */ +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +main, +menu, +nav, +section, +summary { + display: block; +} + +/** + * 1. Correct `inline-block` display not defined in IE 8/9. + * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. + */ +audio, +canvas, +progress, +video { + display: inline-block; + /* 1 */ + vertical-align: baseline; + /* 2 */ +} + +/** + * Prevent modern browsers from displaying `audio` without controls. + * Remove excess height in iOS 5 devices. + */ +audio:not([controls]) { + display: none; + height: 0; +} + +/** + * Address `[hidden]` styling not present in IE 8/9/10. + * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. + */ +[hidden], +template { + display: none; +} + +/* Links + ========================================================================== */ +/** + * Remove the gray background color from active links in IE 10. + */ +a { + background-color: transparent; +} + +/** + * Improve readability when focused and also mouse hovered in all browsers. + */ +a:active, +a:hover { + outline: 0; +} + +/* Text-level semantics + ========================================================================== */ +/** + * Address styling not present in IE 8/9/10/11, Safari, and Chrome. + */ +abbr[title] { + border-bottom: 1px dotted; +} + +/** + * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. + */ +b, +strong { + font-weight: bold; +} + +/** + * Address styling not present in Safari and Chrome. + */ +dfn { + font-style: italic; +} + +/** + * Address variable `h1` font-size and margin within `section` and `article` + * contexts in Firefox 4+, Safari, and Chrome. + */ +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +/** + * Address styling not present in IE 8/9. + */ +mark { + background: #ff0; + color: #000; +} + +/** + * Address inconsistent and variable font size in all browsers. + */ +small { + font-size: 80%; +} + +/** + * Prevent `sub` and `sup` affecting `line-height` in all browsers. + */ +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +/* Embedded content + ========================================================================== */ +/** + * Remove border when inside `a` element in IE 8/9/10. + */ +img { + border: 0; +} + +/** + * Correct overflow not hidden in IE 9/10/11. + */ +svg:not(:root) { + overflow: hidden; +} + +/* Grouping content + ========================================================================== */ +/** + * Address margin not present in IE 8/9 and Safari. + */ +figure { + margin: 1em 40px; +} + +/** + * Address differences between Firefox and other browsers. + */ +hr { + -moz-box-sizing: content-box; + box-sizing: content-box; + height: 0; +} + +/** + * Contain overflow in all browsers. + */ +pre { + overflow: auto; +} + +/** + * Address odd `em`-unit font size rendering in all browsers. + */ +code, +kbd, +pre, +samp { + font-family: monospace, monospace; + font-size: 1em; +} + +/* Forms + ========================================================================== */ +/** + * Known limitation: by default, Chrome and Safari on OS X allow very limited + * styling of `select`, unless a `border` property is set. + */ +/** + * 1. Correct color not being inherited. + * Known issue: affects color of disabled elements. + * 2. Correct font properties not being inherited. + * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. + */ +button, +input, +optgroup, +select, +textarea { + color: inherit; + /* 1 */ + font: inherit; + /* 2 */ + margin: 0; + /* 3 */ +} + +/** + * Address `overflow` set to `hidden` in IE 8/9/10/11. + */ +button { + overflow: visible; +} + +/** + * Address inconsistent `text-transform` inheritance for `button` and `select`. + * All other form control elements do not inherit `text-transform` values. + * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. + * Correct `select` style inheritance in Firefox. + */ +button, +select { + text-transform: none; +} + +/** + * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` + * and `video` controls. + * 2. Correct inability to style clickable `input` types in iOS. + * 3. Improve usability and consistency of cursor style between image-type + * `input` and others. + */ +button, +html input[type="button"], +input[type="reset"], +input[type="submit"] { + -webkit-appearance: button; + /* 2 */ + cursor: pointer; + /* 3 */ +} + +/** + * Re-set default cursor for disabled elements. + */ +button[disabled], +html input[disabled] { + cursor: default; +} + +/** + * Remove inner padding and border in Firefox 4+. + */ +button::-moz-focus-inner, +input::-moz-focus-inner { + border: 0; + padding: 0; +} + +/** + * Address Firefox 4+ setting `line-height` on `input` using `!important` in + * the UA stylesheet. + */ +input { + line-height: normal; +} + +/** + * It's recommended that you don't attempt to style these elements. + * Firefox's implementation doesn't respect box-sizing, padding, or width. + * + * 1. Address box sizing set to `content-box` in IE 8/9/10. + * 2. Remove excess padding in IE 8/9/10. + */ +input[type="checkbox"], +input[type="radio"] { + box-sizing: border-box; + /* 1 */ + padding: 0; + /* 2 */ +} + +/** + * Fix the cursor style for Chrome's increment/decrement buttons. For certain + * `font-size` values of the `input`, it causes the cursor style of the + * decrement button to change from `default` to `text`. + */ +input[type="number"]::-webkit-inner-spin-button, +input[type="number"]::-webkit-outer-spin-button { + height: auto; +} + +/** + * 1. Address `appearance` set to `searchfield` in Safari and Chrome. + * 2. Address `box-sizing` set to `border-box` in Safari and Chrome + * (include `-moz` to future-proof). + */ +input[type="search"] { + -webkit-appearance: textfield; + /* 1 */ + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; + /* 2 */ + box-sizing: content-box; +} + +/** + * Remove inner padding and search cancel button in Safari and Chrome on OS X. + * Safari (but not Chrome) clips the cancel button when the search input has + * padding (and `textfield` appearance). + */ +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +/** + * Define consistent border, margin, and padding. + */ +fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; +} + +/** + * 1. Correct `color` not being inherited in IE 8/9/10/11. + * 2. Remove padding so people aren't caught out if they zero out fieldsets. + */ +legend { + border: 0; + /* 1 */ + padding: 0; + /* 2 */ +} + +/** + * Remove default vertical scrollbar in IE 8/9/10/11. + */ +textarea { + overflow: auto; +} + +/** + * Don't inherit the `font-weight` (applied by a rule above). + * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. + */ +optgroup { + font-weight: bold; +} + +/* Tables + ========================================================================== */ +/** + * Remove most spacing between table cells. + */ +table { + border-collapse: collapse; + border-spacing: 0; +} + +td, +th { + padding: 0; +} + +/* Base + * ========================================================================== */ +html { + line-height: 1.3; + -webkit-font-smoothing: subpixel-antialiased; +} + +/* Grouping content + * ========================================================================== */ +/** + * Paragraphs, lists, figures and blockquotes + * (段落、清單、圖表、區塊引用) + */ +ol, +ul { + padding-left: 2em; +} + +figure, +blockquote { + margin-left: 2em; + margin-right: 2em; +} + +/** + * Contact information + * (聯絡資訊) + */ +address { + font-style: inherit; +} + +/** + * Preformatted text + * (格式預處理文字) + */ +pre { + white-space: pre; + word-wrap: normal; +} + +/* Text-level semantics & edits + * ========================================================================== */ +/** + * Hyperlinks + * (超連結) + */ +a { + text-decoration: inherit; +} + +/** + * Emphases + * (強調) + */ +em:lang(zh), em:lang(ja) { + -moz-text-emphasis: filled circle; + -webkit-text-emphasis: filled circle; + text-emphasis: filled circle; + -moz-text-emphasis-position: under; + -webkit-text-emphasis-position: under; + text-emphasis-position: under; + font-style: inherit; + border-bottom: 2px dotted; + padding-bottom: 0.05em; + border-bottom-width: -webkit-calc( 0px ); + padding-bottom: -webkit-calc( 0px ); +} + +em:lang(ja) { + -moz-text-emphasis: filled sesame; + -webkit-text-emphasis: filled sesame; + text-emphasis: filled sesame; + -moz-text-emphasis-position: over; + -webkit-text-emphasis-position: over; + text-emphasis-position: over; +} + +/** + * Importance, definitions and Keywords + * (重點、術語、關鍵字) + */ +strong, +dfn:lang(zh), +dfn:lang(ja), +b { + font-weight: inherit; +} + +strong, +dfn:lang(zh), +dfn:lang(ja), +b { + font-weight: bolder; +} + +dfn:lang(zh), dfn:lang(ja) { + font-style: inherit; +} + +/** + * Cites and quotes + * (來源、引用) + */ +cite:lang(zh), cite:lang(ja) { + font-style: inherit; +} + +q { + quotes: "“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"; +} +q:lang(zh) { + quotes: "「" "」" "『" "』" "「" "」" "『" "』" "「" "」" "『" "』"; +} +q:lang(zh-CN), q:lang(en) { + quotes: "“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"; +} +q:lang(en-GB) { + quotes: "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”"; +} +q:before { + content: open-quote; +} +q:after { + content: close-quote; +} +q:lang(ja):before, q:lang(ja):after { + content: none; +} + +/** + * Code, user input, computer output and preformatted text + * (代碼、輸入鍵、計算機輸出示例、格式預處理文字) + */ +code, +kbd, +samp, +pre { + font-family: monospace, monospace, sans-serif; +} + +/** + * Alternative voices and variables + * (變音文字、變數) + */ +i:lang(zh), i:lang(ja), +var:lang(zh), +var:lang(ja) { + font-family: cursive, serif; + font-style: inherit; +} + +/** + * Annotations, inaccurate text, insertion and deletion + * (註記、訛訊、增訂、刪訂) + */ +u + u, u + ins, +ins + u, +ins + ins, s + s, s + del, +del + s, +del + del, .hyu-js-rendered u.adjacent, +.hyu-js-rendered ins.adjacent, .hyu-js-rendered s + s.adjacent, .hyu-js-rendered s + del.adjacent, +.hyu-js-rendered del + s.adjacent, +.hyu-js-rendered del + del.adjacent { + margin-left: 0.125em; +} + +u, +ins { + padding-bottom: 0.05em; + border-bottom: 1px solid; + text-decoration: none; +} + +/** + * Ruby annotations + * (行間注) + */ +ruby *:before, +ruby *:after { + line-height: normal; +} +ruby > rt:not(:empty):before { + content: "("; +} +ruby > rt:not(:empty):after { + content: ")"; +} +ruby > rb + rtc:before { + content: "("; +} +ruby > rtc:after { + content: ","; +} +ruby > rtc:last-of-type:after { + content: ")"; +} +ruby > rt:before, ruby > rt:after { + display: inline-block; + overflow: hidden; + vertical-align: middle; + height: 0; + width: 0; +} +ruby > rt:not(:empty):before, ruby > rt:not(:empty):after { + height: -moz-calc( 1.3em ); + width: -moz-calc( 1em ); +} + +.hyu-js-rendered u + u, .hyu-js-rendered u + ins, +.hyu-js-rendered ins + u, +.hyu-js-rendered ins + ins, .hyu-js-rendered s + s, .hyu-js-rendered s + del, +.hyu-js-rendered del + s, +.hyu-js-rendered del + del { + margin-left: auto; +} + +.hyu-js-rendered em:lang(zh), .hyu-js-rendered em:lang(ja) { + padding-bottom: auto; + border-bottom-width: 0; +} +.no-textemphasis em:lang(zh), .no-textemphasis em:lang(ja) { + line-height: 2; +} +.no-textemphasis em:lang(zh) char, .no-textemphasis em:lang(ja) char { + position: relative; + font-style: inherit; +} +.no-textemphasis em:lang(zh) char:after, .no-textemphasis em:lang(ja) char:after { + -moz-text-emphasis: none; + -webkit-text-emphasis: none; + text-emphasis: none; + font-style: normal; + font-weight: normal; + line-height: normal; + text-decoration: none; + text-indent: 0; + -moz-transform: scale(0.5); + -ms-transform: scale(0.5); + -webkit-transform: scale(0.5); + transform: scale(0.5); + position: absolute; + left: 50%; + top: 0; + margin-left: -250%; + overflow: hidden; + display: inline-block; + height: 1em; + width: 500%; + line-height: 1; + text-align: center; + text-indent: 0; + font-family: Georgia, "Times New Roman", Arial, !important; +} + +em:lang(zh) char.punct, em:lang(ja) char.punct, +em:lang(zh) char.biaodian, +em:lang(ja) char.biaodian { + -moz-text-emphasis: none; + -webkit-text-emphasis: none; + text-emphasis: none; +} +.no-textemphasis em:lang(zh) char.punct:after, .no-textemphasis em:lang(ja) char.punct:after, .no-textemphasis +em:lang(zh) char.biaodian:after, .no-textemphasis +em:lang(ja) char.biaodian:after { + content: none !important; +} + +.no-textemphasis em:lang(zh) char:after { + margin-top: 1em; + content: "●"; +} +.no-textemphasis em:lang(ja) char:after { + margin-top: -0.7em; + content: "﹅"; +} + +hruby { + display: inline; + line-height: 2; +} +hruby rp { + display: none; +} +hruby ru[annotation] > rt { + display: inline-block; + height: 0; + width: 0; + font: 0/0 hidden-text; +} +hruby ru { + position: relative; + display: inline-block; + text-indent: 0; +} +hruby ru:before, +hruby zhuyin { + -moz-transform: scale(0.55); + -ms-transform: scale(0.55); + -webkit-transform: scale(0.55); + transform: scale(0.55); + -moz-text-emphasis: none; + -webkit-text-emphasis: none; + text-emphasis: none; + font-style: normal; + font-weight: normal; + line-height: normal; + text-decoration: none; + text-indent: 0; + position: absolute; + display: inline-block; +} +hruby ru[annotation] { + text-align: center; +} +hruby ru[annotation]:before { + left: -265%; + top: -0.5em; + vertical-align: top; + height: 1em; + width: 600%; + content: attr(annotation); + line-height: 1; + text-align: center; + text-indent: 0; +} +hruby[rightangle] ru[annotation]:before { + left: -250%; +} +hruby ru[zhuyin] { + display: inline-block; + position: relative; + width: 1.8em; + text-align: left; +} +hruby ru[zhuyin] zhuyin { + right: 0.2em; + top: 0; + height: 2.7em; + width: 0.8em; + line-height: 0.9; + white-space: pre-wrap; + word-break: break-all; +} +hruby ru[zhuyin] diao { + position: absolute; + right: -0.9em; + top: 0; + display: inline-block; + width: 1em; +} +hruby ru[zhuyin][length='0'], hruby ru[zhuyin]:empty { + width: auto; +} +hruby ru[zhuyin][length='0'] zhuyin, hruby ru[zhuyin]:empty zhuyin { + display: none; +} +hruby ru[zhuyin][length='1'] zhuyin { + margin-top: 0.125em; +} +hruby ru[zhuyin][length='1'] diao { + margin-top: -0.35em; +} +hruby ru[zhuyin][length='2'] zhuyin { + margin-top: -0.175em; +} +hruby ru[zhuyin][length='2'] diao { + margin-top: 0.5em; +} +hruby ru[zhuyin][length='3'] zhuyin { + margin-top: -0.45em; +} +hruby ru[zhuyin][length='3'] diao { + margin-top: 1.3em; +} +hruby ru[zhuyin][diao='˙'] diao { + right: -0.35em; +} +hruby ru[zhuyin][diao='˙'][length='1'] diao { + margin-top: -0.5em; +} +hruby ru[zhuyin][diao='˙'][length='2'] diao { + margin-top: -0.3em; +} +hruby ru[zhuyin][diao='˙'][length='3'] diao { + margin-top: -0.25em; +} +hruby ru[zhuyin][diao='˪'] diao, hruby ru[zhuyin][diao='˫'] diao { + -moz-transform: scale(1.2); + -ms-transform: scale(1.2); + -webkit-transform: scale(1.2); + transform: scale(1.2); + margin-right: -0.25em; +} +hruby ru[zhuyin][diao^='ㆴ'] diao, hruby ru[zhuyin][diao^='ㆵ'] diao, hruby ru[zhuyin][diao^='ㆶ'] diao, hruby ru[zhuyin][diao^='ㆷ'] diao, hruby ru[zhuyin][diao='󳆴'] diao, hruby ru[zhuyin][diao='󳆵'] diao, hruby ru[zhuyin][diao='󳆶'] diao, hruby ru[zhuyin][diao='󳆷'] diao { + top: 20%; + margin-right: -0.3em; +} +hruby ru[annotation]:before, hruby[rightangle] ru[annotation][order='1']:before { + top: -0.5em; +} +hruby ru[order='1']:before, hruby[rightangle] ru[annotation][order='0']:before { + bottom: -0.4em; + top: auto; +} +hruby[rightangle] ru[annotation]:before { + margin-left: -0.4em; +} +@media screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) { + hruby yin { + -moz-transform: scale(0.8); + -ms-transform: scale(0.8); + -webkit-transform: scale(0.8); + transform: scale(0.8); + display: inline-block; + } + hruby ru[zhuyin][diao='˪'] diao, + hruby ru[zhuyin][diao='˫'] diao { + -moz-transform: scale(1); + -ms-transform: scale(1); + -webkit-transform: scale(1); + transform: scale(1); + } + hruby ru[zhuyin][diao='˙'] diao { + -moz-transform: scale(0.8); + -ms-transform: scale(0.8); + -webkit-transform: scale(0.8); + transform: scale(0.8); + top: 0.125em; + } +} + +jinze { + display: inline-block; + text-indent: 0; +} + +/** + * The Four Typefaces: Heiti + * 四大字體集・黑體 + */ +@font-face { + font-family: 'Han Heiti'; + src: local("Hiragino Sans GB"), local("Lantinghei TC"), local("Lantinghei SC"), local("Heiti SC"), local("Heiti TC"), local("Microsoft Yahei"), local("Microsoft Jhenghei"), local("Droid Sans Fallback"); +} +@font-face { + unicode-range: U+4E00-9FFF, U+3400-4DB5, U+20000-2A6D6, U+2A700-2B734, U+2B740-2B81D, U+FA0E-FA0F, U+FA11, U+FA13-FA14, U+FA1F, U+FA21, U+FA23, U+FA24, U+FA27-FA29, U+3040-309F, U+30A0-30FF, U+3099-309E, U+FF66-FF9F, U+3007, U+31C0-31E3, U+2F00-2FD5, U+2E80-2EF3; + font-family: 'Han Heiti'; + src: local(YuGothic), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"); +} +@font-face { + font-family: 'Han Heiti CNS'; + src: local("Hiragino Sans GB"), local("Lantinghei TC"), local("Heiti TC"), local("Microsoft Jhenghei"), local("Heiti SC"), local("Lantinghei SC"), local("Microsoft Yahei"), local("Droid Sans Fallback"); +} +@font-face { + unicode-range: U+4E00-9FFF, U+3400-4DB5, U+20000-2A6D6, U+2A700-2B734, U+2B740-2B81D, U+FA0E-FA0F, U+FA11, U+FA13-FA14, U+FA1F, U+FA21, U+FA23, U+FA24, U+FA27-FA29, U+3040-309F, U+30A0-30FF, U+3099-309E, U+FF66-FF9F, U+3007, U+31C0-31E3, U+2F00-2FD5, U+2E80-2EF3; + font-family: 'Han Heiti CNS'; + src: local(YuGothic), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"); +} +@font-face { + font-family: 'Han Heiti GB'; + src: local("Hiragino Sans GB"), local("Lantinghei SC"), local("Heiti SC"), local("Microsoft Yahei"), local("Droid Sans Fallback"); +} +/* Bold + */ +@font-face { + font-family: 'Han Heiti'; + font-weight: 600; + src: local("Hiragino Sans GB W6"), local(HiraginoSansGB-W6), local("Lantinghei TC Demibold"), local("Lantinghei SC Demibold"), local(FZLTXHB--B51-0), local(FZLTZHK--GBK1-0), local("Heiti SC Medium"), local("Heiti TC Medium"), local(STHeitiSC-Medium), local(STHeitiTC-Medium), local("Microsoft YaHei Bold"), local("Microsoft Jhenghei Bold"), local(MicrosoftYaHei-Bold), local(MicrosoftJhengHeiBold); +} +@font-face { + unicode-range: U+4E00-9FFF, U+3400-4DB5, U+20000-2A6D6, U+2A700-2B734, U+2B740-2B81D, U+FA0E-FA0F, U+FA11, U+FA13-FA14, U+FA1F, U+FA21, U+FA23, U+FA24, U+FA27-FA29, U+3040-309F, U+30A0-30FF, U+3099-309E, U+FF66-FF9F, U+3007, U+31C0-31E3, U+2F00-2FD5, U+2E80-2EF3; + font-family: 'Han Heiti'; + font-weight: 600; + src: local("YuGothic Bold"), local("Hiragino Kaku Gothic ProN W6"), local("Hiragino Kaku Gothic Pro W6"), local(YuGo-Bold), local(HiraKakuProN-W6), local(HiraKakuPro-W6); +} +@font-face { + font-family: 'Han Heiti CNS'; + font-weight: 600; + src: local("Hiragino Sans GB W6"), local(HiraginoSansGB-W6), local("Lantinghei TC Demibold"), local("Heiti TC Medium"), local("Microsoft Jhenghei Bold"), local(FZLTXHB--B51-0), local(STHeitiTC-Medium), local(MicrosoftJhengHeiBold), local("Lantinghei SC Demibold"), local("Microsoft YaHei Bold"), local("Heiti SC Medium"), local(FZLTZHK--GBK1-0), local(STHeitiSC-Medium), local(MicrosoftYaHei-Bold); +} +@font-face { + unicode-range: U+4E00-9FFF, U+3400-4DB5, U+20000-2A6D6, U+2A700-2B734, U+2B740-2B81D, U+FA0E-FA0F, U+FA11, U+FA13-FA14, U+FA1F, U+FA21, U+FA23, U+FA24, U+FA27-FA29, U+3040-309F, U+30A0-30FF, U+3099-309E, U+FF66-FF9F, U+3007, U+31C0-31E3, U+2F00-2FD5, U+2E80-2EF3; + font-family: 'Han Heiti CNS'; + font-weight: 600; + src: local("YuGothic Bold"), local(YuGo-Bold), local("Hiragino Kaku Gothic ProN W6"), local("Hiragino Kaku Gothic Pro W6"), local(HiraKakuProN-W6), local(HiraKakuPro-W6); +} +@font-face { + font-family: 'Han Heiti GB'; + font-weight: 600; + src: local("Hiragino Sans GB W6"), local(HiraginoSansGB-W6), local("Lantinghei SC Demibold"), local("Microsoft YaHei Bold"), local("Heiti SC Medium"), local(FZLTZHK--GBK1-0), local(STHeitiSC-Medium), local(MicrosoftYaHei-Bold); +} +/* Address solution to `unicode-range` unsupported + * issues in Firefox + */ +@font-face { + font-family: 'Han Heiti'; + src: local("Hiragino Sans GB"), local("Lantinghei TC"), local("Lantinghei SC"), local("Heiti SC"), local("Heiti TC"), local("Microsoft Yahei"), local("Microsoft Jhenghei"), local("Droid Sans Fallback"); + unicode-range: U+270C; +} +@font-face { + font-family: 'Han Heiti'; + font-weight: 600; + src: local("Hiragino Sans GB W6"), local(HiraginoSansGB-W6), local("Lantinghei TC Demibold"), local("Lantinghei SC Demibold"), local(FZLTXHB--B51-0), local(FZLTZHK--GBK1-0), local("Heiti SC Medium"), local("Heiti TC Medium"), local(STHeitiSC-Medium), local(STHeitiTC-Medium), local("Microsoft YaHei Bold"), local("Microsoft Jhenghei Bold"), local(MicrosoftYaHei-Bold), local(MicrosoftJhengHeiBold); + unicode-range: U+270C; +} +@font-face { + font-family: 'Han Heiti CNS'; + src: local("Hiragino Sans GB"), local("Lantinghei TC"), local("Heiti TC"), local("Microsoft Jhenghei"), local("Heiti SC"), local("Lantinghei SC"), local("Microsoft Yahei"), local("Droid Sans Fallback"); + unicode-range: U+270C; +} +@font-face { + font-family: 'Han Heiti CNS'; + font-weight: 600; + src: local("Hiragino Sans GB W6"), local(HiraginoSansGB-W6), local("Lantinghei TC Demibold"), local("Heiti TC Medium"), local("Microsoft Jhenghei Bold"), local(FZLTXHB--B51-0), local(STHeitiTC-Medium), local(MicrosoftJhengHeiBold), local("Lantinghei SC Demibold"), local("Heiti SC Medium"), local("Microsoft YaHei Bold"), local(FZLTZHK--GBK1-0), local(STHeitiSC-Medium), local(MicrosoftYaHei-Bold); + unicode-range: U+270C; +} +@font-face { + font-family: 'Han Heiti GB'; + src: local("Hiragino Sans GB"), local("Lantinghei SC"), local("Heiti SC"), local("Microsoft Yahei"), local("Droid Sans Fallback"); + unicode-range: U+270C; +} +/** + * The Four Typefaces: Songti (serif) + * 四大字體集・宋體 + */ +@font-face { + font-family: 'Han Songti'; + src: local("Songti SC"), local("Songti TC"), local(STSong), local("Lisong Pro"), local(SimSun), local(PMingLiU); +} +@font-face { + unicode-range: U+4E00-9FFF, U+3400-4DB5, U+20000-2A6D6, U+2A700-2B734, U+2B740-2B81D, U+FA0E-FA0F, U+FA11, U+FA13-FA14, U+FA1F, U+FA21, U+FA23, U+FA24, U+FA27-FA29, U+3040-309F, U+30A0-30FF, U+3099-309E, U+FF66-FF9F, U+3007, U+31C0-31E3, U+2F00-2FD5, U+2E80-2EF3; + font-family: 'Han Songti'; + src: local(YuMincho), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("MS Mincho"); +} +@font-face { + font-family: 'Han Songti CNS'; + src: local("Songti TC"), local("Lisong Pro"), local("Songti SC"), local(STSong), local(PMingLiU), local(SimSun); +} +@font-face { + unicode-range: U+4E00-9FFF, U+3400-4DB5, U+20000-2A6D6, U+2A700-2B734, U+2B740-2B81D, U+FA0E-FA0F, U+FA11, U+FA13-FA14, U+FA1F, U+FA21, U+FA23, U+FA24, U+FA27-FA29, U+3040-309F, U+30A0-30FF, U+3099-309E, U+FF66-FF9F, U+3007, U+31C0-31E3, U+2F00-2FD5, U+2E80-2EF3; + font-family: 'Han Songti CNS'; + src: local(YuMincho), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"); +} +@font-face { + font-family: 'Han Songti GB'; + src: local("Songti SC"), local(STSong), local(SimSun), local(PMingLiU); +} +/* Bold + */ +@font-face { + font-family: 'Han Songti'; + font-weight: 600; + src: local("STSongti SC Bold"), local("STSongti TC Bold"), local(STSongti-SC-Bold), local(STSongti-TC-Bold); +} +@font-face { + unicode-range: U+4E00-9FFF, U+3400-4DB5, U+20000-2A6D6, U+2A700-2B734, U+2B740-2B81D, U+FA0E-FA0F, U+FA11, U+FA13-FA14, U+FA1F, U+FA21, U+FA23, U+FA24, U+FA27-FA29, U+3040-309F, U+30A0-30FF, U+3099-309E, U+FF66-FF9F, U+3007, U+31C0-31E3, U+2F00-2FD5, U+2E80-2EF3; + font-family: 'Han Songti'; + font-weight: 600; + src: local("YuMincho Demibold"), local("Hiragino Mincho ProN W6"), local("Hiragino Mincho Pro W6"), local(YuMin-Demibold), local(HiraMinProN-W6), local(HiraMinPro-W6); +} +@font-face { + font-family: 'Han Songti CNS'; + font-weight: 600; + src: local("STSongti TC Bold"), local("STSongti SC Bold"), local(STSongti-TC-Bold), local(STSongti-SC-Bold); +} +@font-face { + unicode-range: U+4E00-9FFF, U+3400-4DB5, U+20000-2A6D6, U+2A700-2B734, U+2B740-2B81D, U+FA0E-FA0F, U+FA11, U+FA13-FA14, U+FA1F, U+FA21, U+FA23, U+FA24, U+FA27-FA29, U+3040-309F, U+30A0-30FF, U+3099-309E, U+FF66-FF9F, U+3007, U+31C0-31E3, U+2F00-2FD5, U+2E80-2EF3; + font-family: 'Han Songti CNS'; + font-weight: 600; + src: local("YuMincho Demibold"), local("Hiragino Mincho ProN W6"), local("Hiragino Mincho Pro W6"), local(YuMin-Demibold), local(HiraMinProN-W6), local(HiraMinPro-W6); +} +@font-face { + font-family: 'Han Songti GB'; + font-weight: 600; + src: local("STSongti SC Bold"), local(STSongti-SC-Bold); +} +/* Address solution to `unicode-range` unsupported + * issues in Firefox. + */ +@font-face { + font-family: 'Han Songti'; + src: local("Songti SC"), local("Songti TC"), local(STSongti), local("Lisong Pro"), local("MS Mincho"), local(SimSun), local(PMingLiU); + unicode-range: U+270C; +} +@font-face { + font-family: 'Han Songti'; + font-weight: 600; + src: local("STSongti TC Bold"), local("STSongti SC Bold"), local(STSongti-TC-Bold), local(STSongti-SC-Bold); + unicode-range: U+270C; +} +@font-face { + font-family: 'Han Songti CNS'; + src: local("Songti TC"), local("Lisong Pro"), local("Songti SC"), local(STSong), local("MS Mincho"), local(PMingLiU), local(SimSun); + unicode-range: U+270C; +} +@font-face { + font-family: 'Han Songti CNS'; + font-weight: 600; + src: local("STSongti TC Bold"), local("STSongti SC Bold"), local(STSongti-TC-Bold), local(STSongti-SC-Bold); + unicode-range: U+270C; +} +@font-face { + font-family: 'Han Songti GB'; + src: local("Songti SC"), local(STSong), local(SimSun); + unicode-range: U+270C; +} +/** + * The Four Typefaces: Kaiti (Cursive) + * 四大字體集・楷體 + */ +@font-face { + font-family: cursive; + src: local("Kaiti SC"), local(STKaiti), local(BiauKai), local("標楷體"), local(DFKaiShu-SB-Estd-BF), local(Kaiti), local(DFKai-SB); +} +@font-face { + unicode-range: U+4E00-9FFF, U+3400-4DB5, U+20000-2A6D6, U+2A700-2B734, U+2B740-2B81D, U+FA0E-FA0F, U+FA11, U+FA13-FA14, U+FA1F, U+FA21, U+FA23, U+FA24, U+FA27-FA29, U+3040-309F, U+30A0-30FF, U+3099-309E, U+FF66-FF9F, U+3007, U+31C0-31E3, U+2F00-2FD5, U+2E80-2EF3; + font-family: 'Han Kaiti'; + src: local("Kaiti SC"), local(STKaiti), local(BiauKai), local("標楷體"), local(DFKaiShu-SB-Estd-BF), local(Kaiti), local(DFKai-SB); +} +@font-face { + unicode-range: U+4E00-9FFF, U+3400-4DB5, U+20000-2A6D6, U+2A700-2B734, U+2B740-2B81D, U+FA0E-FA0F, U+FA11, U+FA13-FA14, U+FA1F, U+FA21, U+FA23, U+FA24, U+FA27-FA29, U+3040-309F, U+30A0-30FF, U+3099-309E, U+FF66-FF9F, U+3007, U+31C0-31E3, U+2F00-2FD5, U+2E80-2EF3; + font-family: 'Han Kaiti CNS'; + src: local(BiauKai), local("標楷體"), local(DFKaiShu-SB-Estd-BF); +} +@font-face { + unicode-range: U+4E00-9FFF, U+3400-4DB5, U+20000-2A6D6, U+2A700-2B734, U+2B740-2B81D, U+FA0E-FA0F, U+FA11, U+FA13-FA14, U+FA1F, U+FA21, U+FA23, U+FA24, U+FA27-FA29, U+3040-309F, U+30A0-30FF, U+3099-309E, U+FF66-FF9F, U+3007, U+31C0-31E3, U+2F00-2FD5, U+2E80-2EF3; + font-family: 'Han Kaiti GB'; + src: local("Kaiti SC"), local(STKaiti), local(Kai), local(Kaiti), local(DFKai-SB); +} +/* Bold + */ +@font-face { + font-family: cursive; + font-weight: 600; + src: local("Kaiti SC Bold"), local(STKaiti-SC-Bold); +} +@font-face { + font-family: 'Han Kaiti'; + font-weight: 600; + src: local("Kaiti SC Bold"), local(STKaiti-SC-Bold); +} +@font-face { + font-family: 'Han Kaiti GB'; + font-weight: 600; + src: local("Kaiti SC Bold"), local(STKaiti-SC-Bold); +} +/** + * The Four Typefaces: Fangsong + * 四大字體集・仿宋體 + */ +@font-face { + unicode-range: U+4E00-9FFF, U+3400-4DB5, U+20000-2A6D6, U+2A700-2B734, U+2B740-2B81D, U+FA0E-FA0F, U+FA11, U+FA13-FA14, U+FA1F, U+FA21, U+FA23, U+FA24, U+FA27-FA29, U+3040-309F, U+30A0-30FF, U+3099-309E, U+FF66-FF9F, U+3007, U+31C0-31E3, U+2F00-2FD5, U+2E80-2EF3; + font-family: 'Han Fangsong'; + src: local(STFangsong), local(FangSong); +} +@font-face { + unicode-range: U+4E00-9FFF, U+3400-4DB5, U+20000-2A6D6, U+2A700-2B734, U+2B740-2B81D, U+FA0E-FA0F, U+FA11, U+FA13-FA14, U+FA1F, U+FA21, U+FA23, U+FA24, U+FA27-FA29, U+3040-309F, U+30A0-30FF, U+3099-309E, U+FF66-FF9F, U+3007, U+31C0-31E3, U+2F00-2FD5, U+2E80-2EF3; + font-family: 'Han Fangsong CNS'; + src: local(STFangsong), local(FangSong); +} +@font-face { + unicode-range: U+4E00-9FFF, U+3400-4DB5, U+20000-2A6D6, U+2A700-2B734, U+2B740-2B81D, U+FA0E-FA0F, U+FA11, U+FA13-FA14, U+FA1F, U+FA21, U+FA23, U+FA24, U+FA27-FA29, U+3040-309F, U+30A0-30FF, U+3099-309E, U+FF66-FF9F, U+3007, U+31C0-31E3, U+2F00-2FD5, U+2E80-2EF3; + font-family: 'Han Fangsong GB'; + src: local(STFangsong), local(FangSong); +} +/** + * Basic correction to CJK punctuation + * ‘Biaodian’(zh) and ‘Yakumono’(ja) + */ +/* Fullwidth full stop (.) */ +@font-face { + font-family: 'Biaodian Sans'; + src: local("Hiragino Sans GB"), local("Heiti SC"), local(STHeiti), local("MS Gothic"), local(SimSun); + unicode-range: U+FF0E; +} +@font-face { + font-family: 'Biaodian Serif'; + src: local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local(SimSun); + unicode-range: U+FF0E; +} +@font-face { + font-family: 'Biaodian Pro Sans'; + src: local("Hiragino Sans GB"), local("Heiti SC"), local(STHeiti), local("MS Gothic"), local(SimSun); + unicode-range: U+FF0E; +} +@font-face { + font-family: 'Biaodian Pro Serif'; + src: local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local(SimSun); + unicode-range: U+FF0E; +} +@font-face { + font-family: 'Biaodian Pro Sans CNS'; + src: local("Hiragino Sans GB"), local("Heiti SC"), local(STHeiti), local("MS Gothic"), local(SimSun); + unicode-range: U+FF0E; +} +@font-face { + font-family: 'Biaodian Pro Serif CNS'; + src: local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local(SimSun); + unicode-range: U+FF0E; +} +@font-face { + font-family: 'Biaodian Pro Sans GB'; + src: local("Hiragino Sans GB"), local("Heiti SC"), local(STHeiti), local("MS Gothic"), local(SimSun); + unicode-range: U+FF0E; +} +@font-face { + font-family: 'Biaodian Pro Serif GB'; + src: local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local(SimSun); + unicode-range: U+FF0E; +} +/* Middle dot (·) */ +@font-face { + font-family: 'Biaodian Sans'; + src: local("Hiragino Sans GB"), local("Heiti SC"), local(STHeiti), local(SimSun); + unicode-range: U+00B7; +} +@font-face { + font-family: 'Biaodian Serif'; + src: local("Songti SC"), local(STSong), local("Heiti SC"), local(SimSun); + unicode-range: U+00B7; +} +@font-face { + font-family: 'Biaodian Pro Sans'; + src: local("Hiragino Sans GB"), local("Heiti SC"), local(STHeiti), local(SimSun); + unicode-range: U+00B7; +} +@font-face { + font-family: 'Biaodian Pro Serif'; + src: local("Songti SC"), local(STSong), local("Heiti SC"), local(SimSun); + unicode-range: U+00B7; +} +@font-face { + font-family: 'Biaodian Pro Sans CNS'; + src: local("Hiragino Sans GB"), local("Heiti SC"), local(STHeiti), local(SimSun); + unicode-range: U+00B7; +} +@font-face { + font-family: 'Biaodian Pro Serif CNS'; + src: local("Songti SC"), local(STSong), local("Heiti SC"), local(SimSun); + unicode-range: U+00B7; +} +@font-face { + font-family: 'Biaodian Pro Sans GB'; + src: local("Hiragino Sans GB"), local("Heiti SC"), local(STHeiti), local(SimSun); + unicode-range: U+00B7; +} +@font-face { + font-family: 'Biaodian Pro Serif GB'; + src: local("Songti SC"), local(STSong), local("Heiti SC"), local(SimSun); + unicode-range: U+00B7; +} +/* Em dash (——) */ +@font-face { + font-family: 'Biaodian Sans'; + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Microsoft Yahei"), local(SimSun); + unicode-range: U+2014; +} +@font-face { + font-family: 'Biaodian Serif'; + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local("Microsoft Yahei"), local(SimSun); + unicode-range: U+2014; +} +@font-face { + font-family: 'Yakumono Sans'; + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Arial Unicode MS"), local("MS Gothic"); + unicode-range: U+2014; +} +@font-face { + font-family: 'Yakumono Serif'; + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("MS Mincho"), local("Microsoft Yahei"); + unicode-range: U+2014; +} +@font-face { + font-family: 'Biaodian Pro Sans'; + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Microsoft Yahei"), local(SimSun); + unicode-range: U+2014; +} +@font-face { + font-family: 'Biaodian Pro Serif'; + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local("Microsoft Yahei"), local(SimSun); + unicode-range: U+2014; +} +@font-face { + font-family: 'Biaodian Pro Sans CNS'; + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Microsoft Yahei"), local(SimSun); + unicode-range: U+2014; +} +@font-face { + font-family: 'Biaodian Pro Serif CNS'; + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local("Microsoft Yahei"), local(SimSun); + unicode-range: U+2014; +} +@font-face { + font-family: 'Biaodian Pro Sans GB'; + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Microsoft Yahei"), local(SimSun); + unicode-range: U+2014; +} +@font-face { + font-family: 'Biaodian Pro Serif GB'; + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local("Microsoft Yahei"), local(SimSun); + unicode-range: U+2014; +} +/* Ellipsis (……) */ +@font-face { + font-family: 'Biaodian Sans'; + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(Meiryo), local("MS Gothic"), local(SimSun), local(PMingLiU); + unicode-range: U+2026; +} +@font-face { + font-family: 'Biaodian Serif'; + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local("MS Mincho"), local(SimSun), local(PMingLiU); + unicode-range: U+2026; +} +@font-face { + font-family: 'Yakumono Sans'; + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(Meiryo), local("MS Gothic"); + unicode-range: U+2026; +} +@font-face { + font-family: 'Yakumono Serif'; + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("MS Mincho"); + unicode-range: U+2026; +} +@font-face { + font-family: 'Biaodian Pro Sans'; + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(SimSun), local(PMingLiU); + unicode-range: U+2026; +} +@font-face { + font-family: 'Biaodian Pro Serif'; + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(SimSun), local(PMingLiU); + unicode-range: U+2026; +} +@font-face { + font-family: 'Biaodian Pro Sans CNS'; + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(SimSun), local(PMingLiU); + unicode-range: U+2026; +} +@font-face { + font-family: 'Biaodian Pro Serif CNS'; + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSongti), local(SimSun), local(PMingLiU); + unicode-range: U+2026; +} +@font-face { + font-family: 'Biaodian Pro Sans GB'; + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(SimSun), local(PMingLiU); + unicode-range: U+2026; +} +@font-face { + font-family: 'Biaodian Pro Serif GB'; + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSongti), local(SimSun), local(PMingLiU); + unicode-range: U+2026; +} +/* Curve quotes (“‘’”, GB-only) */ +@font-face { + font-family: 'Biaodian Pro Sans GB'; + src: local("Hiragino Sans GB"), local("Heiti SC"), local(STHeiti), local(SimSun), local(PMingLiU); + unicode-range: U+201C-201D, U+2018-2019; +} +@font-face { + font-family: 'Biaodian Pro Serif GB'; + src: local("Lisong Pro"), local("Heiti SC"), local(STHeiti), local(SimSun), local(PMingLiU); + unicode-range: U+201C-201D, U+2018-2019; +} +/* Default emphasis mark (•) */ +@font-face { + font-family: 'Biaodian Sans'; + src: local(Georgia), local("Times New Roman"), local(Arial), local("Droid Sans Fallback"); + unicode-range: U+25CF; +} +@font-face { + font-family: 'Biaodian Serif'; + src: local(Georgia), local("Times New Roman"), local(Arial), local("Droid Sans Fallback"); + unicode-range: U+25CF; +} +@font-face { + font-family: 'Biaodian Pro Sans'; + src: local(Georgia), local("Times New Roman"), local(Arial), local("Droid Sans Fallback"); + unicode-range: U+25CF; +} +@font-face { + font-family: 'Biaodian Pro Serif'; + src: local(Georgia), local("Times New Roman"), local(Arial), local("Droid Sans Fallback"); + unicode-range: U+25CF; +} +@font-face { + font-family: 'Biaodian Pro Sans CNS'; + src: local(Georgia), local("Times New Roman"), local(Arial), local("Droid Sans Fallback"); + unicode-range: U+25CF; +} +@font-face { + font-family: 'Biaodian Pro Serif CNS'; + src: local(Georgia), local("Times New Roman"), local(Arial), local("Droid Sans Fallback"); + unicode-range: U+25CF; +} +@font-face { + font-family: 'Biaodian Pro Sans GB'; + src: local(Georgia), local("Times New Roman"), local(Arial), local("Droid Sans Fallback"); + unicode-range: U+25CF; +} +@font-face { + font-family: 'Biaodian Pro Serif GB'; + src: local(Georgia), local("Times New Roman"), local(Arial), local("Droid Sans Fallback"); + unicode-range: U+25CF; +} +/** + * Advanced correction to Chinese Biaodian + */ +@font-face { + font-family: 'Biaodian Pro Sans'; + src: local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("MS Gothic"); + unicode-range: U+3002, U+FF0C, U+3001, U+FF1B, U+FF1A, U+FF1F, U+FF01, U+FF0D, U+FF0F, U+FF3C; +} +@font-face { + font-family: 'Biaodian Pro Serif'; + src: local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("MS Mincho"); + unicode-range: U+3002, U+FF0C, U+3001, U+FF1B, U+FF1A, U+FF1F, U+FF01, U+FF0D, U+FF0F, U+FF3C; +} +@font-face { + font-family: 'Biaodian Pro Sans CNS'; + src: local("Heiti TC"), local("Lihei Pro"), local("Microsoft Jhenghei"), local(PMingLiU); + unicode-range: U+3002, U+FF0C, U+3001; +} +@font-face { + font-family: 'Biaodian Pro Sans CNS'; + src: local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Heiti TC"), local("Lihei Pro"), local("Microsoft Jhenghei"), local(PMingLiU), local("MS Gothic"); + unicode-range: U+FF1B, U+FF1A, U+FF1F, U+FF01; +} +@font-face { + font-family: 'Biaodian Pro Sans CNS'; + src: local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("MS Mincho"); + unicode-range: U+FF0D, U+FF0F, U+FF3C; +} +@font-face { + font-family: 'Biaodian Pro Serif CNS'; + src: local(STSongti-TC-Regular), local("Lisong Pro"), local("Heiti TC"), local(PMingLiU); + unicode-range: U+3002, U+FF0C, U+3001; +} +@font-face { + font-family: 'Biaodian Pro Serif CNS'; + src: local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local(PMingLiU), local("MS Mincho"); + unicode-range: U+FF1B, U+FF1A, U+FF1F, U+FF01, U+FF0D, U+FF0F, U+FF3C; +} +@font-face { + font-family: 'Biaodian Pro Sans GB'; + src: local("Hiragino Sans GB"), local("Heiti SC"), local(STHeiti), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(SimSun), local("MS Gothic"); + unicode-range: U+3002, U+FF0C, U+3001, U+FF1B, U+FF1A, U+FF1F, U+FF01, U+FF0D, U+FF0F, U+FF3C; +} +@font-face { + font-family: 'Biaodian Pro Serif GB'; + src: local("Songti SC"), local(STSongti), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Hiragino Sans GB"), local("Heiti SC"), local(STHeiti), local(SimSun), local("MS Mincho"); + unicode-range: U+3002, U+FF0C, U+3001, U+FF1B, U+FF1A, U+FF1F, U+FF01; +} +@font-face { + font-family: 'Biaodian Pro Serif GB'; + src: local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local(PMingLiU), local("MS Mincho"); + unicode-range: U+FF0D, U+FF0F, U+FF3C; +} +@font-face { + font-family: 'Biaodian Pro Sans'; + src: local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(SimSun), local(PMingLiU); + unicode-range: U+300C-300F, U+300A-300B, U+3008-3009, U+FF08-FF09, U+3014-3015; +} +@font-face { + font-family: 'Biaodian Pro Serif'; + src: local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local(SimSun); + unicode-range: U+300C-300F, U+300A-300B, U+3008-3009, U+FF08-FF09, U+3014-3015; +} +@font-face { + font-family: 'Biaodian Pro Sans CNS'; + src: local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(SimSun), local(PMingLiU); + unicode-range: U+300C-300F, U+300A-300B, U+3008-3009, U+FF08-FF09, U+3014-3015; +} +@font-face { + font-family: 'Biaodian Pro Serif CNS'; + src: local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local(SimSun); + unicode-range: U+300C-300F, U+300A-300B, U+3008-3009, U+FF08-FF09, U+3014-3015; +} +@font-face { + font-family: 'Biaodian Pro Sans GB'; + src: local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(SimSun), local(PMingLiU); + unicode-range: U+300C-300F, U+300A-300B, U+3008-3009, U+FF08-FF09, U+3014-3015; +} +@font-face { + font-family: 'Biaodian Pro Serif GB'; + src: local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local(SimSun); + unicode-range: U+300C-300F, U+300A-300B, U+3008-3009, U+FF08-FF09, U+3014-3015; +} +/* Address solution to `unicode-range` unsupported + * issues in Firefox. + */ +@font-face { + font-family: 'Biaodian Basic'; + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"); + unicode-range: U+2014, U+2026, U+00B7; +} +@font-face { + font-family: 'Biaodian Sans'; + src: local(lying-to-firefox); + unicode-range: U+270C; +} +@font-face { + font-family: 'Biaodian Serif'; + src: local(lying-to-firefox); + unicode-range: U+270C; +} +@font-face { + font-family: 'Biaodian Pro Sans'; + src: local(lying-to-firefox); + unicode-range: U+270C; +} +@font-face { + font-family: 'Biaodian Pro Serif'; + src: local(lying-to-firefox); + unicode-range: U+270C; +} +@font-face { + font-family: 'Biaodian Pro Sans CNS'; + src: local(lying-to-firefox); + unicode-range: U+270C; +} +@font-face { + font-family: 'Biaodian Pro Serif CNS'; + src: local(lying-to-firefox); + unicode-range: U+270C; +} +@font-face { + font-family: 'Biaodian Pro Sans GB'; + src: local(lying-to-firefox); + unicode-range: U+270C; +} +@font-face { + font-family: 'Biaodian Pro Serif GB'; + src: local(lying-to-firefox); + unicode-range: U+270C; +} +/** + * Western Italic Serif + */ +@font-face { + font-family: 'Latin Italic Serif'; + src: local("Georgia Italic"), local("Times New Roman Italic"), local(Georgia-Italic), local(TimesNewRomanPS-ItalicMT), local(Times-Italic); +} +@font-face { + font-family: 'Latin Italic Serif'; + font-weight: 700; + src: local("Georgia Bold Italic"), local("Times New Roman Bold Italic"), local(Georgia-BoldItalic), local(TimesNewRomanPS-BoldItalicMT), local(Times-Italic); +} +/** + * Western italic sans-serif + */ +@font-face { + font-family: 'Latin Italic Sans'; + src: local("Helvetica Neue Italic"), local("Helvetica Oblique"), local("Arial Italic"), local(HelveticaNeue-Italic), local(Helvetica-LightOblique), local(Arial-ItalicMT); +} +@font-face { + font-family: 'Latin Italic Sans'; + font-weight: 700; + src: local("Helvetica Neue Bold Italic"), local("Helvetica Bold Oblique"), local("Arial Bold Italic"), local(HelveticaNeue-BoldItalic), local(Helvetica-BoldOblique), local(Arial-BoldItalicMT); +} +/** + * Numerals: text figures + */ +@font-face { + unicode-range: U+0030-0039; + font-family: 'Numeral TF Sans'; + src: local(Skia), local("Neutraface 2 Text"), local(Candara), local(Corbel); +} +@font-face { + unicode-range: U+0030-0039; + font-family: 'Numeral TF Serif'; + src: local(Georgia), local("Hoefler Text"), local("Big Caslon"); +} +@font-face { + unicode-range: U+0030-0039; + font-family: 'Numeral TF Italic Serif'; + src: local("Georgia Italic"), local("Hoefler Text Italic"), local(Georgia-Italic), local(HoeflerText-Italic); +} +/** + * Numerals: lining figures + */ +@font-face { + unicode-range: U+0030-0039; + font-family: 'Numeral LF Sans'; + src: local("Helvetica Neue"), local(Helvetica), local(Arial); +} +@font-face { + unicode-range: U+0030-0039; + font-family: 'Numeral LF Italic Sans'; + src: local("Helvetica Neue Italic"), local("Helvetica Oblique"), local("Arial Italic"), local(HelveticaNeue-Italic), local(Helvetica-LightOblique), local(Arial-ItalicMT); +} +@font-face { + unicode-range: U+0030-0039; + font-family: 'Numeral LF Italic Sans'; + font-weight: bold; + src: local("Helvetica Neue Bold Italic"), local("Helvetica Bold Oblique"), local("Arial Bold Italic"), local(HelveticaNeue-BoldItalic), local(Helvetica-BoldOblique), local(Arial-BoldItalicMT); +} +@font-face { + unicode-range: U+0030-0039; + font-family: 'Numeral LF Serif'; + src: local(Palatino), local("Palatino Linotype"), local("Times New Roman"); +} +@font-face { + unicode-range: U+0030-0039; + font-family: 'Numeral LF Italic Serif'; + src: local("Palatino Italic"), local("Palatino Italic Linotype"), local("Times New Roman Italic"), local(Palatino-Italic), local(Palatino-Italic-Linotype), local(TimesNewRomanPS-ItalicMT); +} +@font-face { + unicode-range: U+0030-0039; + font-family: 'Numeral LF Italic Serif'; + font-weight: bold; + src: local("Palatino Bold Italic"), local("Palatino Bold Italic Linotype"), local("Times New Roman Bold Italic"), local(Palatino-BoldItalic), local(Palatino-BoldItalic-Linotype), local(TimesNewRomanPS-BoldItalicMT); +} +/* Address solution to `unicode-range` unsupported + * issues in Firefox. + */ +@font-face { + font-family: 'Numeral TF Sans'; + src: local(lying-to-firefox); + unicode-range: U+270C; +} +@font-face { + font-family: 'Numeral TF Serif'; + src: local(lying-to-firefox); + unicode-range: U+270C; +} +@font-face { + font-family: 'Numeral TF Italic Serif'; + src: local(lying-to-firefox); + unicode-range: U+270C; +} +@font-face { + font-family: 'Numeral LF Sans'; + src: local(lying-to-firefox); + unicode-range: U+270C; +} +@font-face { + font-family: 'Numeral LF Italic Sans'; + src: local(lying-to-firefox); + unicode-range: U+270C; +} +@font-face { + font-family: 'Numeral LF Italic Sans'; + font-weight: bold; + src: local(lying-to-firefox); + unicode-range: U+270C; +} +@font-face { + font-family: 'Numeral LF Serif'; + src: local(lying-to-firefox); + unicode-range: U+270C; +} +@font-face { + font-family: 'Numeral LF Italic Serif'; + src: local(lying-to-firefox); + unicode-range: U+270C; +} +@font-face { + font-family: 'Numeral LF Italic Serif'; + font-weight: bold; + src: local(lying-to-firefox); + unicode-range: U+270C; +} +/** + * Zhuyin Kaiti + */ +@font-face { + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"); + unicode-range: U+3105-312D, U+31A0-31BA, U+02D9, U+02CA, U+02C5, U+02C7, U+02CB, U+02EA-02EB, U+030D, U+0358, U+F31B4-F31B7, U+F0061, U+F0065, U+F0069, U+F006F, U+F0075; + font-family: 'Zhuyin Kaiti'; +} +/** + * Zhuyin Heiti + */ +@font-face { + unicode-range: U+3105-312D, U+31A0-31BA, U+02D9, U+02CA, U+02C5, U+02C7, U+02CB, U+02EA-02EB, U+030D, U+0358, U+F31B4-F31B7, U+F0061, U+F0065, U+F0069, U+F006F, U+F0075; + font-family: 'Zhuyin Heiti'; + src: local("Hiragino Sans GB"), local("Heiti TC"), local("Microsoft Jhenghei"), url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"); +} +@font-face { + font-family: 'Zhuyin Heiti'; + src: local("Heiti TC"), local("Microsoft Jhenghei"), url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"); + unicode-range: U+3127; +} +@font-face { + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"); + font-family: 'Zhuyin Heiti'; + unicode-range: U+02D9, U+02CA, U+02C5, U+02C7, U+02CB, U+02EA-02EB, U+31B4, U+31B5, U+31B6, U+31B7, U+030D, U+0358, U+F31B4-F31B7, U+F0061, U+F0065, U+F0069, U+F006F, U+F0075; +} +/** + * Romanisation (checked tone ligature [陽入韻連字]) + */ +@font-face { + src: url(./font/han.woff?v3.0.2) format("woff"), url(./font/han.otf?v3.0.2) format("opentype"); + font-family: 'Romanization Sans'; + unicode-range: U+030D, U+0358, U+F31B4-F31B7, U+F0061, U+F0065, U+F0069, U+F006F, U+F0075; +} +html:lang(zh-Latn), html:lang(ja-Latn), html:not(:lang(zh)):not(:lang(ja)), +html *:lang(zh-Latn), +html *:lang(ja-Latn), +html *:not(:lang(zh)):not(:lang(ja)), article strong:lang(zh-Latn), article strong:lang(ja-Latn), article strong:not(:lang(zh)):not(:lang(ja)), +article strong *:lang(zh-Latn), +article strong *:lang(ja-Latn), +article strong *:not(:lang(zh)):not(:lang(ja)) { + font-family: "Helvetica Neue", Helvetica, Arial, "Han Heiti", sans-serif; +} + +html:lang(zh), html:lang(zh-Hant), [lang^='zh'], +[lang*='Hant'], +[lang='zh-TW'], +[lang='zh-HK'], article strong:lang(zh), article strong:lang(zh-Hant) { + font-family: "Biaodian Pro Sans CNS", "Helvetica Neue", Helvetica, Arial, "Zhuyin Heiti", "Han Heiti", sans-serif; +} + +html:lang(zh-Hans), html:lang(zh-CN), [lang*='Hans'], +[lang='zh-CN'], article strong:lang(zh-Hans), article strong:lang(zh-CN) { + font-family: "Biaodian Pro Sans GB", "Helvetica Neue", Helvetica, Arial, "Han Heiti GB", sans-serif; +} + +html:lang(ja), [lang^='ja'], article strong:lang(ja) { + font-family: "Yakumono Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; +} + +/** + * Sans Italic + */ +article blockquote i:lang(zh-Latn), article blockquote i:lang(ja-Latn), article blockquote i:not(:lang(zh)):not(:lang(ja)), +article blockquote i *:lang(zh-Latn), +article blockquote i *:lang(ja-Latn), +article blockquote i *:not(:lang(zh)):not(:lang(ja)), article blockquote +var:lang(zh-Latn), article blockquote +var:lang(ja-Latn), article blockquote +var:not(:lang(zh)):not(:lang(ja)), +article blockquote +var *:lang(zh-Latn), +article blockquote +var *:lang(ja-Latn), +article blockquote +var *:not(:lang(zh)):not(:lang(ja)) { + font-family: "Latin Italic Sans", "Helvetica Neue", Helvetica, Arial, "Han Heiti", sans-serif; +} + +article blockquote i:lang(zh), article blockquote i:lang(zh-Hant), article blockquote +var:lang(zh), article blockquote +var:lang(zh-Hant) { + font-family: "Biaodian Pro Sans CNS", "Latin Italic Sans", "Helvetica Neue", Helvetica, Arial, "Zhuyin Heiti", "Han Heiti", sans-serif; +} + +article blockquote i:lang(zh-Hans), article blockquote i:lang(zh-CN), article blockquote +var:lang(zh-Hans), article blockquote +var:lang(zh-CN) { + font-family: "Biaodian Pro Sans GB", "Latin Italic Sans", "Helvetica Neue", Helvetica, Arial, "Han Heiti GB", sans-serif; +} + +article blockquote i:lang(ja), article blockquote +var:lang(ja) { + font-family: "Yakumono Sans", "Latin Italic Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; +} + +article figure blockquote:lang(zh-Latn), article figure blockquote:lang(ja-Latn), article figure blockquote:not(:lang(zh)):not(:lang(ja)), +article figure blockquote *:lang(zh-Latn), +article figure blockquote *:lang(ja-Latn), +article figure blockquote *:not(:lang(zh)):not(:lang(ja)), figure blockquote:lang(zh-Latn), figure blockquote:lang(ja-Latn), figure blockquote:not(:lang(zh)):not(:lang(ja)), +figure blockquote *:lang(zh-Latn), +figure blockquote *:lang(ja-Latn), +figure blockquote *:not(:lang(zh)):not(:lang(ja)) { + font-family: Georgia, "Times New Roman", "Han Songti", cursive, serif; +} + +article figure blockquote:lang(zh), article figure blockquote:lang(zh-Hant), figure blockquote:lang(zh), figure blockquote:lang(zh-Hant) { + font-family: "Biaodian Pro Serif CNS", "Numeral LF Serif", Georgia, "Times New Roman", "Zhuyin Kaiti", "Han Songti", serif; +} + +article figure blockquote:lang(zh-Hans), article figure blockquote:lang(zh-CN), figure blockquote:lang(zh-Hans), figure blockquote:lang(zh-CN) { + font-family: "Biaodian Pro Serif GB", "Numeral LF Serif", Georgia, "Times New Roman", "Han Songti GB", serif; +} + +article figure blockquote:lang(ja), figure blockquote:lang(ja) { + font-family: "Yakumono Serif", "Numeral LF Serif", Georgia, "Times New Roman", serif; +} + +/** + * Serif Italic + */ +article blockquote:lang(zh-Latn), article blockquote:lang(ja-Latn), article blockquote:not(:lang(zh)):not(:lang(ja)), +article blockquote *:lang(zh-Latn), +article blockquote *:lang(ja-Latn), +article blockquote *:not(:lang(zh)):not(:lang(ja)) { + font-family: Georgia, "Times New Roman", "Han Kaiti", cursive, serif; +} + +article blockquote:lang(zh), article blockquote:lang(zh-Hant) { + font-family: "Biaodian Pro Serif CNS", "Numeral LF Serif", Georgia, "Times New Roman", "Zhuyin Kaiti", "Han Kaiti", cursive, serif; +} + +article blockquote:lang(zh-Hans), article blockquote:lang(zh-CN) { + font-family: "Biaodian Pro Serif GB", "Numeral LF Serif", Georgia, "Times New Roman", "Han Kaiti GB", cursive, serif; +} + +article blockquote:lang(ja) { + font-family: "Yakumono Serif", "Numeral LF Serif", Georgia, "Times New Roman", cursive, serif; +} + +/** + * Cursive Italic + */ +i:lang(zh-Latn), i:lang(ja-Latn), i:not(:lang(zh)):not(:lang(ja)), +i *:lang(zh-Latn), +i *:lang(ja-Latn), +i *:not(:lang(zh)):not(:lang(ja)), +var:lang(zh-Latn), +var:lang(ja-Latn), +var:not(:lang(zh)):not(:lang(ja)), +var *:lang(zh-Latn), +var *:lang(ja-Latn), +var *:not(:lang(zh)):not(:lang(ja)) { + font-family: "Latin Italic Serif", Georgia, "Times New Roman", "Han Kaiti", cursive, serif; +} + +i:lang(zh), i:lang(zh-Hant), +var:lang(zh), +var:lang(zh-Hant) { + font-family: "Biaodian Pro Serif CNS", "Numeral LF Italic Serif", "Latin Italic Serif", Georgia, "Times New Roman", "Zhuyin Kaiti", "Han Kaiti", cursive, serif; +} + +i:lang(zh-Hans), i:lang(zh-CN), +var:lang(zh-Hans), +var:lang(zh-CN) { + font-family: "Biaodian Pro Serif GB", "Numeral LF Italic Serif", "Latin Italic Serif", Georgia, "Times New Roman", "Han Kaiti GB", cursive, serif; +} + +i:lang(ja), +var:lang(ja) { + font-family: "Yakumono Serif", "Numeral LF Italic Serif", "Latin Italic Serif", Georgia, "Times New Roman", cursive, serif; +} + +code:lang(zh-Latn), code:lang(ja-Latn), code:not(:lang(zh)):not(:lang(ja)), +code *:lang(zh-Latn), +code *:lang(ja-Latn), +code *:not(:lang(zh)):not(:lang(ja)), +kbd:lang(zh-Latn), +kbd:lang(ja-Latn), +kbd:not(:lang(zh)):not(:lang(ja)), +kbd *:lang(zh-Latn), +kbd *:lang(ja-Latn), +kbd *:not(:lang(zh)):not(:lang(ja)), +samp:lang(zh-Latn), +samp:lang(ja-Latn), +samp:not(:lang(zh)):not(:lang(ja)), +samp *:lang(zh-Latn), +samp *:lang(ja-Latn), +samp *:not(:lang(zh)):not(:lang(ja)), +pre:lang(zh-Latn), +pre:lang(ja-Latn), +pre:not(:lang(zh)):not(:lang(ja)), +pre *:lang(zh-Latn), +pre *:lang(ja-Latn), +pre *:not(:lang(zh)):not(:lang(ja)) { + font-family: Menlo, Consolas, Courier, "Han Heiti", monospace, monospace, sans-serif; +} + +code:lang(zh), code:lang(zh-Hant), +kbd:lang(zh), +kbd:lang(zh-Hant), +samp:lang(zh), +samp:lang(zh-Hant), +pre:lang(zh), +pre:lang(zh-Hant) { + font-family: "Biaodian Pro Sans CNS", Menlo, Consolas, Courier, "Zhuyin Heiti", "Han Heiti", monospace, monospace, sans-serif; +} + +code:lang(zh-Hans), code:lang(zh-CN), +kbd:lang(zh-Hans), +kbd:lang(zh-CN), +samp:lang(zh-Hans), +samp:lang(zh-CN), +pre:lang(zh-Hans), +pre:lang(zh-CN) { + font-family: "Biaodian Pro Sans GB", Menlo, Consolas, Courier, "Han Heiti GB", monospace, monospace, sans-serif; +} + +code:lang(ja), +kbd:lang(ja), +samp:lang(ja), +pre:lang(ja) { + font-family: "Yakumono Sans", Menlo, Consolas, Courier, monospace, monospace, sans-serif; +} + +html, ruby ru[zhuyin] zhuyin, +ruby ru[zhuyin] zhuyin diao, +hruby ru[zhuyin] zhuyin, +hruby ru[zhuyin] zhuyin diao, ruby.romanization rt, +ruby ru[annotation]:before, +hruby.romanization rt, +hruby ru[annotation]:before, .no-unicoderange char.biaodian.liga, .no-unicoderange +char.biaodian[unicode='b7'] { + -moz-font-feature-settings: "liga"; + -ms-font-feature-settings: "liga"; + -webkit-font-feature-settings: "liga"; + font-feature-settings: "liga"; +} + +ruby ru[zhuyin] zhuyin diao, +hruby ru[zhuyin] zhuyin diao { + font-family: "Zhuyin Kaiti", cursive, serif; +} +ruby.romanization rt, +ruby ru[annotation]:before, +hruby.romanization rt, +hruby ru[annotation]:before { + font-family: "Romanization Sans", "Helvetica Neue", Helvetica, Arial, "Han Heiti", sans-serif; +} + +/* Global + * ========================================================================== */ +.no-kaiti i, .no-kaiti +var { + padding-bottom: 0.05em; + border-bottom: 3px double lightgrey; +} + +/* Section-wise arrangement + * ========================================================================== */ +/** + * Well-knit sections for articles + */ +article { + line-height: 1.7; +} +article p, +article li { + text-align: justify; + text-justify: inter-ideograph; +} +article h1 + blockquote, +article h1 + p, +article h1 + ol, +article h1 + ul, +article h1 + h6, +article h1 + section > h6:first-child, +article h1 + section > p:first-child, +article h1 + section > ol:first-child, +article h1 + section > ul:first-child, +article h1 + section > blockquote:first-child, article h2 + blockquote, +article h2 + p, +article h2 + ol, +article h2 + ul, +article h2 + h6, +article h2 + section > h6:first-child, +article h2 + section > p:first-child, +article h2 + section > ol:first-child, +article h2 + section > ul:first-child, +article h2 + section > blockquote:first-child, article h3 + blockquote, +article h3 + p, +article h3 + ol, +article h3 + ul, +article h3 + h6, +article h3 + section > h6:first-child, +article h3 + section > p:first-child, +article h3 + section > ol:first-child, +article h3 + section > ul:first-child, +article h3 + section > blockquote:first-child, article h4 + blockquote, +article h4 + p, +article h4 + ol, +article h4 + ul, +article h4 + h6, +article h4 + section > h6:first-child, +article h4 + section > p:first-child, +article h4 + section > ol:first-child, +article h4 + section > ul:first-child, +article h4 + section > blockquote:first-child, article h5 + blockquote, +article h5 + p, +article h5 + ol, +article h5 + ul, +article h5 + h6, +article h5 + section > h6:first-child, +article h5 + section > p:first-child, +article h5 + section > ol:first-child, +article h5 + section > ul:first-child, +article h5 + section > blockquote:first-child, article h6 + blockquote, +article h6 + p, +article h6 + ol, +article h6 + ul, +article h6 + h6, +article h6 + section > h6:first-child, +article h6 + section > p:first-child, +article h6 + section > ol:first-child, +article h6 + section > ul:first-child, +article h6 + section > blockquote:first-child, article h1 + h5, +article h1 + section > h5:first-child, article h2 + h5, +article h2 + section > h5:first-child, article h3 + h5, +article h3 + section > h5:first-child, article h4 + h5, +article h4 + section > h5:first-child, article h5 + h5, +article h5 + section > h5:first-child, article h1 + h4, +article h1 + section > h4:first-child, article h2 + h4, +article h2 + section > h4:first-child, article h3 + h4, +article h3 + section > h4:first-child, article h4 + h4, +article h4 + section > h4:first-child, article h1 + h3, +article h1 + section > h3:first-child, article h2 + h3, +article h2 + section > h3:first-child, article h3 + h3, +article h3 + section > h3:first-child, article h1 + h2, +article h1 + section > h2:first-child, article h2 + h2, +article h2 + section > h2:first-child { + margin-top: -1em; +} + +p.poem-like, +.poem-like p { + margin-left: 2em; +} +@media only screen and (max-width: 480px) { + p.poem-like, + .poem-like p { + margin-left: 1em; + } +} + +article blockquote { + margin-right: 0; +} +@media only screen and (max-width: 480px) { + article blockquote { + margin-left: 1em; + } +} +figure blockquote { + margin: 0; +} +blockquote blockquote { + margin-left: 1em; + margin-right: 1em; +} +article blockquote blockquote { + margin-right: 0; +} + +@media only screen and (max-width: 480px) { + blockquote, + figure { + margin-left: 1em; + margin-right: 1em; + } +} +/** + * Sectional counter for articles + */ +/* Line composition + * ========================================================================== */ +/** + * Customised emphasis mark (着重號) + */ +/** + * Basic Biaodian correction for Firefox + */ +.no-unicoderange char.biaodian.liga, .no-unicoderange +char.biaodian[unicode='b7'] { + font-family: "Biaodian Basic", "Han Heiti"; +} + +/** + * Hanzi and Western script mixed spacing (漢字西文混排間隙) + * + * More discussion at: + * https://github.com/ethantw/Han/issues/40 + */ +hws { + display: inline; + visibility: hidden; + font-family: Arial, sans-serif !important; + font-size: 0.89em; +} +code hws, kbd hws, samp hws, pre hws, ol > hws, ul > hws { + display: none; +} + +/** + * Consecutive CJK Biaodian positioning (CJK標點擠壓) + */ +char_group .open:not(:last-child), char_group +.close:not(:last-child), char_group +[unicode='3001']:not(:last-child), char_group +[unicode='3002']:not(:last-child), char_group +[unicode='ff0c']:not(:last-child), char_group +[unicode='ff08']:not(:last-child) { + letter-spacing: -0.5em; +} + +char_group [unicode='b7'] + [unicode='300c'], char_group [unicode='b7'] + [unicode='300e'], char_group +[unicode='30fb'] + [unicode='300c'], char_group +[unicode='30fb'] + [unicode='300e'] { + margin-left: -0.5em; +} + +char_group .liga + [unicode='300c'], char_group .liga + +[unicode='300e'] { + margin-left: -0.25em; +} + +/** + * The ‘Display-As’ feature for presentational characters + */ +char[display-as] { + position: relative; + display: inline-block; +} +char[display-as] inner { + color: transparent; +} +char[display-as]:after { + position: absolute; + left: 0; + display: inline-block; + content: attr(display-as); +} +char[display-as].comb-liga:after { + font-family: "Romanization Sans", "Zhuyin Kaiti"; +} diff --git a/v3.0.2/han.js b/v3.0.2/han.js new file mode 100644 index 00000000..7c2171db --- /dev/null +++ b/v3.0.2/han.js @@ -0,0 +1,2491 @@ +/*! + * 漢字標準格式 v3.0.2 | MIT License | css.hanzi.co + * Han: CSS typography framework optimised for Hanzi + */ + +void (function( global, factory ) { + + // CommonJS + if ( typeof module === 'object' && typeof module.exports === 'object' ) { + module.exports = factory( global, true ) + } else { + factory( global ) + } + +})( typeof window !== 'undefined' ? window : this, function( window, noGlobalNS ) { + + 'use strict' + +var document = window.document + +var root = document.documentElement + +var body = document.body + + + +var VERSION = '3.0.2', + + ROUTINE = [ + // Initialise the condition with feature-detecting + // classes (Modernizr-alike), binding onto the root + // element, possibly ``. + 'initCond', + // Address element normalisation + 'renderElem', + // Handle Biaodian + //'jinzify', + 'renderJiya', + // Address Hanzi and Western script mixed spacing + 'renderHWS', + // Address Basic Biaodian correction in Firefox + 'correctBasicBD', + // Address presentational correction to combining ligatures + 'substCombLigaWithPUA' + // Address semantic correction to inaccurate characters + // **Note:** inactivated by default + // 'substInaccurateChar' + ], + + // Define Han + Han = function( context, condition ) { + return new Han.fn.init( context, condition ) + }, + + init = function() { + if ( arguments[ 0 ] ) { + this.context = arguments[ 0 ] + } + if ( arguments[ 1 ] ) { + this.condition = arguments[ 1 ] + } + return this + } + +Han.version = VERSION + +Han.fn = Han.prototype = { + version: VERSION, + + constructor: Han, + + // Body as the default target context + context: body, + + // Root element as the default condition + condition: root, + + // Default rendering routine + routine: ROUTINE, + + init: init, + + setRoutine: function( routine ) { + if ( Array.isArray( routine )) { + this.routine = routine + } + return this + }, + + // Note that the routine set up here will execute + // only once. The method won't alter the routine in + // the instance or in the prototype chain. + render: function( routine ) { + var that = this, + routine = Array.isArray( routine ) ? + routine : this.routine + + routine + .forEach(function( method ) { + try { + if ( typeof method === 'string' ){ + that[ method ]() + } else if ( Array.isArray( method )) { + that[ method.shift() ].apply( that, method ) + } + } catch ( e ) {} + }) + return this + } +} + +Han.fn.init.prototype = Han.fn + +/** + * Shortcut for `render()` under the default + * situation. + * + * Once initialised, replace `Han.init` with the + * instance for future usage. + */ +Han.init = function() { + return Han.init = Han().render() +} + + +var UNICODE = { + /** + * Western punctuation (西文標點符號) + */ + punct: { + base: '[\u2026,.;:!?\u203D_]', + sing: '[\u2010-\u2014\u2026]', + middle: '[\\\/~\\-&\u2010-\u2014_]', + open: '[\'"‘“\\(\\[\u00A1\u00BF\u2E18\u00AB\u2039\u201A\u201C\u201E]', + close: '[\'"”’\\)\\]\u00BB\u203A\u201B\u201D\u201F]', + end: '[\'"”’\\)\\]\u00BB\u203A\u201B\u201D\u201F\u203C\u203D\u2047-\u2049,.;:!?]', + }, + + /** + * CJK biaodian (CJK標點符號) + */ + biaodian: { + base: '[︰.、,。:;?!ー]', + liga: '[—…⋯]', + middle: '[·\/-゠\uFF06\u30FB\uFF3F]', + open: '[「『《〈(〔[{【〖]', + close: '[」』》〉)〕]}】〗]', + end: '[」』》〉)〕]}】〗︰.、,。:;?!ー]' + }, + + /** + * CJK-related blocks (CJK相關字符區段) + * + * 1. 中日韓統一表意文字:[\u4E00-\u9FFF] + Basic CJK unified ideographs + * 2. 擴展-A區:[\u3400-\u4DB5] + Extended-A + * 3. 擴展-B區:[\u20000-\u2A6D6]([\uD840-\uD869][\uDC00-\uDED6]) + Extended-B + * 4. 擴展-C區:[\u2A700-\u2B734](\uD86D[\uDC00-\uDF3F]|[\uD86A-\uD86C][\uDC00-\uDFFF]|\uD869[\uDF00-\uDFFF]) + Extended-C + * 5. 擴展-D區:[\u2B740-\u2B81D](急用漢字,\uD86D[\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1F]) + Extended-D + * 6. 擴展-E區:[\u2B820-\u2F7FF](暫未支援) + Extended-E (not supported yet) + * 7. 擴展-F區(暫未支援) + Extended-F (not supported yet) + * 8. 筆畫區:[\u31C0-\u31E3] + Strokes + * 9. 表意數字「〇」:[\u3007] + Ideographic number zero + * 10. 相容表意文字及補充:[\uF900-\uFAFF][\u2F800-\u2FA1D](不使用) + Compatibility ideograph and supplement (not supported) + + 12 exceptions: + [\uFA0E\uFA0F\uFA11\uFA13\uFA14\uFA1F\uFA21\uFA23\uFA24\uFA27-\uFA29] + + https://zh.wikipedia.org/wiki/中日韓統一表意文字#cite_note-1 + + * 11. 康熙字典及簡化字部首:[\u2F00-\u2FD5\u2E80-\u2EF3] + Kangxi and supplement radicals + * 12. 表意文字描述字元:[\u2FF0-\u2FFA] + Ideographic description characters + */ + hanzi: { + base: '[\u4E00-\u9FFF\u3400-\u4DB5\u31C0-\u31E3\u3007\uFA0E\uFA0F\uFA11\uFA13\uFA14\uFA1F\uFA21\uFA23\uFA24\uFA27-\uFA29]|[\uD800-\uDBFF][\uDC00-\uDFFF]', + desc: '[\u2FF0-\u2FFA]', + radical: '[\u2F00-\u2FD5\u2E80-\u2EF3]' + }, + + /** + * Latin script blocks (拉丁字母區段) + * + * 1. 基本拉丁字母:A-Za-z + Basic Latin + * 2. 阿拉伯數字:0-9 + Digits + * 3. 補充-1:[\u00C0-\u00FF] + Latin-1 supplement + * 4. 擴展-A區:[\u0100-\u017F] + Extended-A + * 5. 擴展-B區:[\u0180-\u024F] + Extended-B + * 5. 擴展-C區:[\u2C60-\u2C7F] + Extended-C + * 5. 擴展-D區:[\uA720-\uA7FF] + Extended-D + * 6. 附加區:[\u1E00-\u1EFF] + Extended additional + * 7. 變音組字符:[\u0300-\u0341\u1DC0-\u1DFF] + Combining diacritical marks + */ + latin: { + base: '[A-Za-z0-9\u00C0-\u00FF\u0100-\u017F\u0180-\u024F\u2C60-\u2C7F\uA720-\uA7FF\u1E00-\u1EFF]', + combine: '[\u0300-\u0341\u1DC0-\u1DFF]' + }, + + /** + * Elli̱niká (Greek) script blocks (希臘字母區段) + * + * 1. 希臘字母及擴展:[\u0370–\u03FF\u1F00-\u1FFF] + Basic Greek & Greek Extended + * 2. 阿拉伯數字:0-9 + Digits + * 3. 希臘字母變音組字符:[\u0300-\u0345\u1DC0-\u1DFF] + Combining diacritical marks + */ + ellinika: { + base: '[0-9\u0370-\u03FF\u1F00-\u1FFF]', + combine: '[\u0300-\u0345\u1DC0-\u1DFF]' + }, + + /** + * Kirillica (Cyrillic) script blocks (西里爾字母區段) + * + * 1. 西里爾字母及補充:[\u0400-\u0482\u048A-\u04FF\u0500-\u052F] + Basic Cyrillic and supplement + * 2. 擴展B區:[\uA640-\uA66E\uA67E-\uA697] + Extended-B + * 3. 阿拉伯數字:0-9 + Digits + * 4. 西里爾字母組字符:[\u0483-\u0489\u2DE0-\u2DFF\uA66F-\uA67D\uA69F](位擴展A、B區) + Cyrillic combining diacritical marks (in extended-A, B) + */ + kirillica: { + base: '[0-9\u0400-\u0482\u048A-\u04FF\u0500-\u052F\uA640-\uA66E\uA67E-\uA697]', + combine: '[\u0483-\u0489\u2DE0-\u2DFF\uA66F-\uA67D\uA69F]' + }, + + /** + * Kana (假名) + * + * 1. 日文假名:[\u30A2\u30A4\u30A6\u30A8\u30AA-\u30FA\u3042\u3044\u3046\u3048\u304A-\u3094\u309F\u30FF] + Japanese Kana + * 2. 假名補充[\u1B000\u1B001](\uD82C[\uDC00-\uDC01]) + Kana supplement + * 3. 日文假名小寫:[\u3041\u3043\u3045\u3047\u3049\u30A1\u30A3\u30A5\u30A7\u30A9\u3063\u3083\u3085\u3087\u308E\u3095\u3096\u30C3\u30E3\u30E5\u30E7\u30EE\u30F5\u30F6\u31F0-\u31FF] + Japanese small Kana + * 4. 假名組字符:[\u3099-\u309C] + Kana combining characters + * 5. 半形假名:[\uFF66-\uFF9F] + Halfwidth Kana + * 6. 符號:[\u309D\u309E\u30FB-\u30FE] + Marks + */ + kana: { + base: '[\u30A2\u30A4\u30A6\u30A8\u30AA-\u30FA\u3042\u3044\u3046\u3048\u304A-\u3094\u309F\u30FF]|\uD82C[\uDC00-\uDC01]', + small: '[\u3041\u3043\u3045\u3047\u3049\u30A1\u30A3\u30A5\u30A7\u30A9\u3063\u3083\u3085\u3087\u308E\u3095\u3096\u30C3\u30E3\u30E5\u30E7\u30EE\u30F5\u30F6\u31F0-\u31FF]', + combine: '[\u3099-\u309C]', + half: '[\uFF66-\uFF9F]', + mark: '[\u30A0\u309D\u309E\u30FB-\u30FE]' + }, + + /** + * Eonmun (Hangul, 諺文) + * + * 1. 諺文音節:[\uAC00-\uD7A3] + Eonmun (Hangul) syllables + * 2. 諺文字母:[\u1100-\u11FF\u314F-\u3163\u3131-\u318E\uA960-\uA97C\uD7B0-\uD7FB] + Eonmun (Hangul) letters + * 3. 半形諺文字母:[\uFFA1-\uFFDC] + Halfwidth Eonmun (Hangul) letters + */ + eonmun: { + base: '[\uAC00-\uD7A3]', + letter: '[\u1100-\u11FF\u314F-\u3163\u3131-\u318E\uA960-\uA97C\uD7B0-\uD7FB]', + half: '[\uFFA1-\uFFDC]' + }, + + /** + * Zhuyin (注音符號, Mandarin & Dialect Phonetic Symbols) + * + * 1. 國語注音、方言音符號:[\u3105-\u312D][\u31A0-\u31BA] + Bopomofo phonetic symbols + * 2. 國語陰陽上去聲調號:[\u02D9\u02CA\u02C5\u02C7\u02CB] (**註:**三聲包含乙個不合規範的符號) + Tones for Mandarin + * 3. 方言音陰、陽去聲調號:[\u02EA\u02EB] + Departing tones in dialects + * 4. 方言音陰、陽入韻:[\u31B4-\u31B7][\u0358\u030d]? + Checked tones in dialects + */ + zhuyin: { + base: '[\u3105-\u312D\u31A0-\u31BA]', + initial: '[\u3105-\u3119\u312A-\u312C\u31A0-\u31A3]', + medial: '[\u3127-\u3129]', + final: '[\u311A-\u3129\u312D\u31A4-\u31B3\u31B8-\u31BA]', + tone: '[\u02D9\u02CA\u02C5\u02C7\u02CB\u02EA\u02EB]', + ruyun: '[\u31B4-\u31B7][\u0358\u030d]?' + } + } + + +var TYPESET = (function() { + var rWhite = '[\\x20\\t\\r\\n\\f]', + // Whitespace characters + // http://www.w3.org/TR/css3-selectors/#whitespace + + rPtOpen = UNICODE.punct.open, + rPtClose = UNICODE.punct.close, + rPtEnd = UNICODE.punct.end, + rPtMid = UNICODE.punct.middle, + rPtSing = UNICODE.punct.sing, + rPt = rPtOpen + '|' + rPtEnd + '|' + rPtMid, + + rBdOpen = UNICODE.biaodian.open, + rBdClose = UNICODE.biaodian.close, + rBdEnd = UNICODE.biaodian.end, + rBdMid = UNICODE.biaodian.middle, + rBdLiga = UNICODE.biaodian.liga + '{2}', + rBd = rBdOpen + '|' + rBdEnd + '|' + rBdMid, + + rKana = UNICODE.kana.base + UNICODE.kana.combine + '?', + rKanaS = UNICODE.kana.small + UNICODE.kana.combine + '?', + rKanaH = UNICODE.kana.half, + rEon = UNICODE.eonmun.base + '|' + UNICODE.eonmun.letter, + rEonH = UNICODE.eonmun.half, + + rHan = UNICODE.hanzi.base + '|' + UNICODE.hanzi.desc + '|' + UNICODE.hanzi.radical + '|' + rKana, + + rCbn = UNICODE.ellinika.combine, + rLatn = UNICODE.latin.base + rCbn + '*', + rGk = UNICODE.ellinika.base + rCbn + '*', + + rCyCbn = UNICODE.kirillica.combine, + rCy = UNICODE.kirillica.base + rCyCbn + '*', + + rAlph = rLatn + '|' + rGk + '|' + rCy, + + // For words like `it's`, `Jones’s` or `'99` + rApo = '[\u0027\u2019]', + rChar = rHan + '|(' + rAlph + '|' + rApo + ')+', + + rZyS = UNICODE.zhuyin.initial, + rZyJ = UNICODE.zhuyin.medial, + rZyY = UNICODE.zhuyin.final, + rZyD = UNICODE.zhuyin.tone + '|' + UNICODE.zhuyin.ruyun + + return { + /* Character-level selector (字級選擇器) + */ + char: { + punct: { + all: new RegExp( '(' + rPt + ')', 'g' ), + open: new RegExp( '(' + rPtOpen + ')', 'g' ), + end: new RegExp( '(' + rPtEnd + ')', 'g' ), + sing: new RegExp( '(' + rPtSing + ')', 'g' ) + }, + + biaodian: { + all: new RegExp( '(' + rBd + ')', 'g' ), + open: new RegExp( '(' + rBdOpen + ')', 'g' ), + close: new RegExp( '(' + rBdClose + ')', 'g' ), + end: new RegExp( '(' + rBdEnd + ')', 'g' ), + liga: new RegExp( '(' + rBdLiga + ')', 'g' ), + + group: [ + new RegExp( '(' + rBdOpen + '|' + rBdMid + '|' + rBdEnd + '){2,}', 'g' ), + new RegExp( '(' + rBdLiga + rBdOpen + ')', 'g' ) + ] + }, + + hanzi: { + individual: new RegExp( '(' + rHan + ')', 'g' ), + group: new RegExp( '(' + rHan + ')+', 'g' ) + }, + + word: new RegExp( '(' + rLatn + '|' + rGk + '|' + rCy + '|' + rPt + ')+', 'ig' ), + + alphabet: { + latin: new RegExp( '(' + rLatn + ')', 'ig' ), + ellinika: new RegExp( '(' + rGk + ')', 'ig' ), + kirillica: new RegExp( '(' + rCy + ')', 'ig' ), + kana: new RegExp( '(' + rKana + ')', 'g' ), + smallkana: new RegExp( '(' + rKanaS + ')', 'g' ), + eonmun: new RegExp( '(' + rEon + ')', 'g' ), + halfeonmun: new RegExp( '(' + rEonH + ')', 'g' ) + } + }, + + /* Punctuation Rules (禁則) + */ + jinze: { + touwei: new RegExp( '(' + rBdOpen + '+)(' + rChar + ')(' + rBdEnd + '+)', 'ig' ), + tou: new RegExp( '(' + rBdOpen + '+)(' + rChar + ')', 'ig' ), + wei: new RegExp( '(' + rChar + ')(' + rBdEnd + '+)', 'ig' ), + middle: new RegExp( '(' + rChar + ')(' + rBdMid + ')(' + rChar + ')', 'ig' ) + }, + + zhuyin: { + form: new RegExp( '^\u02D9?(' + rZyS + ')?(' + rZyJ + ')?(' + rZyY + ')?(' + rZyD + ')?$' ), + diao: new RegExp( '(' + rZyD + ')', 'g' ) + }, + + /* Hanzi and Western mixed spacing (漢字西文混排間隙) + * - Basic mode + * - Strict mode + */ + hws: { + base: [ + new RegExp( '('+ rHan +')(' + rAlph + '|' + rPtOpen + ')', 'ig' ), + new RegExp( '('+ rAlph+ '|' + rPtEnd +')(' + rHan + ')', 'ig' ) + ], + + strict: [ + new RegExp( '('+ rHan +')' + rWhite + '?(' + rAlph + '|' + rPtOpen + ')', 'ig' ), + new RegExp( '('+ rAlph+ '|' + rPtEnd +')' + rWhite + '?(' + rHan + ')', 'ig' ) + ] + }, + + // The feature displays the following characters + // in its variant form for font consistency and + // presentational reason. Meanwhile, this won't + // alter the original character in the DOM. + 'display-as': { + 'ja-font-for-hant': [ + // '夠 够', + '查 査', + '啟 啓', + '鄉 鄕', + '值 値', + '污 汚' + ], + + 'comb-liga-pua': [ + [ '\u0061[\u030d\u0358]', '\uDB80\uDC61' ], + [ '\u0065[\u030d\u0358]', '\uDB80\uDC65' ], + [ '\u0069[\u030d\u0358]', '\uDB80\uDC69' ], + [ '\u006F[\u030d\u0358]', '\uDB80\uDC6F' ], + [ '\u0075[\u030d\u0358]', '\uDB80\uDC75' ], + + [ '\u31B4[\u030d\u0358]', '\uDB8C\uDDB4' ], + [ '\u31B5[\u030d\u0358]', '\uDB8C\uDDB5' ], + [ '\u31B6[\u030d\u0358]', '\uDB8C\uDDB6' ], + [ '\u31B7[\u030d\u0358]', '\uDB8C\uDDB7' ] + ] + }, + + // The feature actually *converts* the character + // in the DOM for semantic reason. + // + // Note that this could be aggressive. + 'inaccurate-char': [ + [ '[\u2022\u2027]', '\u00B7' ], + [ '\u22EF\u22EF', '\u2026\u2026' ], + [ '\u2500\u2500', '\u2014\u2014' ], + [ '\u2035', '\u2018' ], + [ '\u2032', '\u2019' ], + [ '\u2036', '\u201C' ], + [ '\u2033', '\u201D' ] + ] + } + })() + + +Han.UNICODE = UNICODE +Han.TYPESET = TYPESET + +// Aliases +Han.UNICODE.cjk = Han.UNICODE.hanzi +Han.UNICODE.greek = Han.UNICODE.ellinika +Han.UNICODE.cyrillic = Han.UNICODE.kirillica +Han.UNICODE.hangul = Han.UNICODE.eonmun + +Han.TYPESET.char.cjk = Han.TYPESET.char.hanzi +Han.TYPESET.char.alphabet.greek = Han.TYPESET.char.alphabet.ellinika +Han.TYPESET.char.alphabet.cyrillic = Han.TYPESET.char.alphabet.kirillica +Han.TYPESET.char.alphabet.hangul = Han.TYPESET.char.alphabet.eonmun + + +var $ = { + // Simplified query selectors which return the node list + // in an array + id: function( selector, context ) { + return ( context || document ).getElementById( selector ) + }, + + tag: function( selector, context ) { + return this.makeArray( + ( context || document ).getElementsByTagName( selector ) + ) + }, + + qsa: function( selector, context ) { + return this.makeArray( + ( context || document ).querySelectorAll( selector ) + ) + }, + + matches: function( node, query ) { + var Efn = Element.prototype, + matches = Efn.matches || Efn.mozMatchesSelector || Efn.msMatchesSelector || Efn.webkitMatchesSelector + + try { + return matches.call( node, query ) + } catch (e) { + return false + } + }, + + // Create a document fragment, a text node with text + // or an element with/without classes + create: function( elem, clazz ) { + var elem = '!' === elem ? + document.createDocumentFragment() : + '' === elem ? + document.createTextNode( clazz || '' ) : + document.createElement( elem ) + + try { + if ( clazz ) { + elem.className = clazz + } + } catch ( e ) {} + + return elem + }, + + // Clone a node (text, element or fragment) deeply or + // childlessly + clone: function( node, deep ) { + return node.cloneNode( deep || true ) + }, + + // Remove a node (text, element or fragment) + remove: function( node, parent ) { + return ( parent || node.parentNode ).removeChild( node ) + }, + + // Set attributes all in once with an object + setAttr: function( target, attr ) { + var len = attr.length + + if ( typeof attr !== 'object' ) { + return + } + + // Native NamedNodeMap + if ( + typeof attr[ 0 ] === 'object' && + 'name' in attr[ 0 ] + ) { + for ( var i = 0; i < len; i++ ) { + if ( attr[ i ].value !== undefined ) { + target.setAttribute( attr[ i ].name, attr[ i ].value ) + } + } + + // Plain object + } else { + for ( var name in attr ) { + if ( + attr.hasOwnProperty( name ) && + attr[ name ] !== undefined + ) { + target.setAttribute( name, attr[ name ] ) + } + } + } + return target + }, + + // Return if the current node should be ignored, + // `` or comments + isIgnorable: function( node ) { + return node.nodeName === 'WBR' || + node.nodeType === Node.COMMENT_NODE + }, + + // Convert array-like objects into real arrays + // for the native prototype methods + makeArray: function( obj ) { + return Array.prototype.slice.call( obj ) + }, + + // Extend target with an object + extend: function( target, object ) { + var isExtensible = typeof target === 'object' || + typeof target === 'function' || + typeof object === 'object' + + if ( !isExtensible ) { + return + } + + for ( var name in object ) { + if ( object.hasOwnProperty( name )) { + target[ name ] = object[ name ] + } + } + return target + } + } +var findAndReplaceDOMText = +/** + * findAndReplaceDOMText v 0.4.2 + * @author James Padolsey http://james.padolsey.com + * @license http://unlicense.org/UNLICENSE + * + * Matches the text of a DOM node against a regular expression + * and replaces each match (or node-separated portions of the match) + * in the specified element. + */ +(function() { + + var PORTION_MODE_RETAIN = 'retain'; + var PORTION_MODE_FIRST = 'first'; + + var doc = document; + var toString = {}.toString; + + function isArray(a) { + return toString.call(a) == '[object Array]'; + } + + function escapeRegExp(s) { + return String(s).replace(/([.*+?^=!:${}()|[\]\/\\])/g, '\\$1'); + } + + function exposed() { + // Try deprecated arg signature first: + return deprecated.apply(null, arguments) || findAndReplaceDOMText.apply(null, arguments); + } + + function deprecated(regex, node, replacement, captureGroup, elFilter) { + if ((node && !node.nodeType) && arguments.length <= 2) { + return false; + } + var isReplacementFunction = typeof replacement == 'function'; + + if (isReplacementFunction) { + replacement = (function(original) { + return function(portion, match) { + return original(portion.text, match.startIndex); + }; + }(replacement)); + } + + // Awkward support for deprecated argument signature (<0.4.0) + var instance = findAndReplaceDOMText(node, { + + find: regex, + + wrap: isReplacementFunction ? null : replacement, + replace: isReplacementFunction ? replacement : '$' + (captureGroup || '&'), + + prepMatch: function(m, mi) { + + // Support captureGroup (a deprecated feature) + + if (!m[0]) throw 'findAndReplaceDOMText cannot handle zero-length matches'; + + if (captureGroup > 0) { + var cg = m[captureGroup]; + m.index += m[0].indexOf(cg); + m[0] = cg; + } + + m.endIndex = m.index + m[0].length; + m.startIndex = m.index; + m.index = mi; + + return m; + }, + filterElements: elFilter + }); + + exposed.revert = function() { + return instance.revert(); + }; + + return true; + } + + /** + * findAndReplaceDOMText + * + * Locates matches and replaces with replacementNode + * + * @param {Node} node Element or Text node to search within + * @param {RegExp} options.find The regular expression to match + * @param {String|Element} [options.wrap] A NodeName, or a Node to clone + * @param {String|Function} [options.replace='$&'] What to replace each match with + * @param {Function} [options.filterElements] A Function to be called to check whether to + * process an element. (returning true = process element, + * returning false = avoid element) + */ + function findAndReplaceDOMText(node, options) { + return new Finder(node, options); + } + + exposed.Finder = Finder; + + /** + * Finder -- encapsulates logic to find and replace. + */ + function Finder(node, options) { + + options.portionMode = options.portionMode || PORTION_MODE_RETAIN; + + this.node = node; + this.options = options; + + // ENable match-preparation method to be passed as option: + this.prepMatch = options.prepMatch || this.prepMatch; + + this.reverts = []; + + this.matches = this.search(); + + if (this.matches.length) { + this.processMatches(); + } + + } + + Finder.prototype = { + + /** + * Searches for all matches that comply with the instance's 'match' option + */ + search: function() { + + var match; + var matchIndex = 0; + var regex = this.options.find; + var text = this.getAggregateText(); + var matches = []; + + regex = typeof regex === 'string' ? RegExp(escapeRegExp(regex), 'g') : regex; + + if (regex.global) { + while (match = regex.exec(text)) { + matches.push(this.prepMatch(match, matchIndex++)); + } + } else { + if (match = text.match(regex)) { + matches.push(this.prepMatch(match, 0)); + } + } + + return matches; + + }, + + /** + * Prepares a single match with useful meta info: + */ + prepMatch: function(match, matchIndex) { + + if (!match[0]) { + throw new Error('findAndReplaceDOMText cannot handle zero-length matches'); + } + + match.endIndex = match.index + match[0].length; + match.startIndex = match.index; + match.index = matchIndex; + + return match; + }, + + /** + * Gets aggregate text within subject node + */ + getAggregateText: function() { + + var elementFilter = this.options.filterElements; + + return getText(this.node); + + /** + * Gets aggregate text of a node without resorting + * to broken innerText/textContent + */ + function getText(node) { + + if (node.nodeType === 3) { + return node.data; + } + + if (elementFilter && !elementFilter(node)) { + return ''; + } + + var txt = ''; + + if (node = node.firstChild) do { + txt += getText(node); + } while (node = node.nextSibling); + + return txt; + + } + + }, + + /** + * Steps through the target node, looking for matches, and + * calling replaceFn when a match is found. + */ + processMatches: function() { + + var matches = this.matches; + var node = this.node; + var elementFilter = this.options.filterElements; + + var startPortion, + endPortion, + innerPortions = [], + curNode = node, + match = matches.shift(), + atIndex = 0, // i.e. nodeAtIndex + matchIndex = 0, + portionIndex = 0, + doAvoidNode, + nodeStack = [node]; + + out: while (true) { + + if (curNode.nodeType === 3) { + + if (!endPortion && curNode.length + atIndex >= match.endIndex) { + + // We've found the ending + endPortion = { + node: curNode, + index: portionIndex++, + text: curNode.data.substring(match.startIndex - atIndex, match.endIndex - atIndex), + indexInMatch: atIndex - match.startIndex, + indexInNode: match.startIndex - atIndex, // always zero for end-portions + endIndexInNode: match.endIndex - atIndex, + isEnd: true + }; + + } else if (startPortion) { + // Intersecting node + innerPortions.push({ + node: curNode, + index: portionIndex++, + text: curNode.data, + indexInMatch: atIndex - match.startIndex, + indexInNode: 0 // always zero for inner-portions + }); + } + + if (!startPortion && curNode.length + atIndex > match.startIndex) { + // We've found the match start + startPortion = { + node: curNode, + index: portionIndex++, + indexInMatch: 0, + indexInNode: match.startIndex - atIndex, + endIndexInNode: match.endIndex - atIndex, + text: curNode.data.substring(match.startIndex - atIndex, match.endIndex - atIndex) + }; + } + + atIndex += curNode.data.length; + + } + + doAvoidNode = curNode.nodeType === 1 && elementFilter && !elementFilter(curNode); + + if (startPortion && endPortion) { + + curNode = this.replaceMatch(match, startPortion, innerPortions, endPortion); + + // processMatches has to return the node that replaced the endNode + // and then we step back so we can continue from the end of the + // match: + + atIndex -= (endPortion.node.data.length - endPortion.endIndexInNode); + + startPortion = null; + endPortion = null; + innerPortions = []; + match = matches.shift(); + portionIndex = 0; + matchIndex++; + + if (!match) { + break; // no more matches + } + + } else if ( + !doAvoidNode && + (curNode.firstChild || curNode.nextSibling) + ) { + // Move down or forward: + if (curNode.firstChild) { + nodeStack.push(curNode); + curNode = curNode.firstChild; + } else { + curNode = curNode.nextSibling; + } + continue; + } + + // Move forward or up: + while (true) { + if (curNode.nextSibling) { + curNode = curNode.nextSibling; + break; + } + curNode = nodeStack.pop(); + if (curNode === node) { + break out; + } + } + + } + + }, + + /** + * Reverts ... TODO + */ + revert: function() { + // Reversion occurs backwards so as to avoid nodes subsequently + // replaced during the matching phase (a forward process): + for (var l = this.reverts.length; l--;) { + this.reverts[l](); + } + this.reverts = []; + }, + + prepareReplacementString: function(string, portion, match, matchIndex) { + var portionMode = this.options.portionMode; + if ( + portionMode === PORTION_MODE_FIRST && + portion.indexInMatch > 0 + ) { + return ''; + } + string = string.replace(/\$(\d+|&|`|')/g, function($0, t) { + var replacement; + switch(t) { + case '&': + replacement = match[0]; + break; + case '`': + replacement = match.input.substring(0, match.startIndex); + break; + case '\'': + replacement = match.input.substring(match.endIndex); + break; + default: + replacement = match[+t]; + } + return replacement; + }); + + if (portionMode === PORTION_MODE_FIRST) { + return string; + } + + if (portion.isEnd) { + return string.substring(portion.indexInMatch); + } + + return string.substring(portion.indexInMatch, portion.indexInMatch + portion.text.length); + }, + + getPortionReplacementNode: function(portion, match, matchIndex) { + + var replacement = this.options.replace || '$&'; + var wrapper = this.options.wrap; + + if (wrapper && wrapper.nodeType) { + // Wrapper has been provided as a stencil-node for us to clone: + var clone = doc.createElement('div'); + clone.innerHTML = wrapper.outerHTML || new XMLSerializer().serializeToString(wrapper); + wrapper = clone.firstChild; + } + + if (typeof replacement == 'function') { + replacement = replacement(portion, match, matchIndex); + if (replacement && replacement.nodeType) { + return replacement; + } + return doc.createTextNode(String(replacement)); + } + + var el = typeof wrapper == 'string' ? doc.createElement(wrapper) : wrapper; + + replacement = doc.createTextNode( + this.prepareReplacementString( + replacement, portion, match, matchIndex + ) + ); + + if (!replacement.data) { + return replacement; + } + + if (!el) { + return replacement; + } + + el.appendChild(replacement); + + return el; + }, + + replaceMatch: function(match, startPortion, innerPortions, endPortion) { + + var matchStartNode = startPortion.node; + var matchEndNode = endPortion.node; + + var preceedingTextNode; + var followingTextNode; + + if (matchStartNode === matchEndNode) { + + var node = matchStartNode; + + if (startPortion.indexInNode > 0) { + // Add `before` text node (before the match) + preceedingTextNode = doc.createTextNode(node.data.substring(0, startPortion.indexInNode)); + node.parentNode.insertBefore(preceedingTextNode, node); + } + + // Create the replacement node: + var newNode = this.getPortionReplacementNode( + endPortion, + match + ); + + node.parentNode.insertBefore(newNode, node); + + if (endPortion.endIndexInNode < node.length) { // ????? + // Add `after` text node (after the match) + followingTextNode = doc.createTextNode(node.data.substring(endPortion.endIndexInNode)); + node.parentNode.insertBefore(followingTextNode, node); + } + + node.parentNode.removeChild(node); + + this.reverts.push(function() { + if (preceedingTextNode === newNode.previousSibling) { + preceedingTextNode.parentNode.removeChild(preceedingTextNode); + } + if (followingTextNode === newNode.nextSibling) { + followingTextNode.parentNode.removeChild(followingTextNode); + } + newNode.parentNode.replaceChild(node, newNode); + }); + + return newNode; + + } else { + // Replace matchStartNode -> [innerMatchNodes...] -> matchEndNode (in that order) + + + preceedingTextNode = doc.createTextNode( + matchStartNode.data.substring(0, startPortion.indexInNode) + ); + + followingTextNode = doc.createTextNode( + matchEndNode.data.substring(endPortion.endIndexInNode) + ); + + var firstNode = this.getPortionReplacementNode( + startPortion, + match + ); + + var innerNodes = []; + + for (var i = 0, l = innerPortions.length; i < l; ++i) { + var portion = innerPortions[i]; + var innerNode = this.getPortionReplacementNode( + portion, + match + ); + portion.node.parentNode.replaceChild(innerNode, portion.node); + this.reverts.push((function(portion, innerNode) { + return function() { + innerNode.parentNode.replaceChild(portion.node, innerNode); + }; + }(portion, innerNode))); + innerNodes.push(innerNode); + } + + var lastNode = this.getPortionReplacementNode( + endPortion, + match + ); + + matchStartNode.parentNode.insertBefore(preceedingTextNode, matchStartNode); + matchStartNode.parentNode.insertBefore(firstNode, matchStartNode); + matchStartNode.parentNode.removeChild(matchStartNode); + + matchEndNode.parentNode.insertBefore(lastNode, matchEndNode); + matchEndNode.parentNode.insertBefore(followingTextNode, matchEndNode); + matchEndNode.parentNode.removeChild(matchEndNode); + + this.reverts.push(function() { + preceedingTextNode.parentNode.removeChild(preceedingTextNode); + firstNode.parentNode.replaceChild(matchStartNode, firstNode); + followingTextNode.parentNode.removeChild(followingTextNode); + lastNode.parentNode.replaceChild(matchEndNode, lastNode); + }); + + return lastNode; + } + } + + }; + +return exposed; + +}()); + +/** + * Module: Farr (Find and Replace/wRap DOM text) + * Based on findAndReplaceDOMText: + * github.com/padolsey/findAndReplaceDOMText + */ + + + +var filterOutSelector = 'style, script', + + Farr = function( selector, filter, method, pattern, subst ) { + return new Farr.prototype.init( selector, filter, method, pattern, subst ) + } + +Farr.prototype = { + constructor: Farr, + + context: '', + + // Store the findAndReplaceDOMText instance + // for future action, i.e. revert. + finder: [], + + // Adapt jQuery-way to do everything + init: function( context, filter, method, pattern, subst ) { + this.context = context + this.filterOut( filter ) + + return typeof method === 'string' && this[ method ] + ? this[ method ](pattern, subst) : this + }, + + // Define the default selector to be filtered out. + filterOutSelector: filterOutSelector, + + // Define the default function to the process of filtering out. + filterOutFn: function( currentNode ) { + return $.matches( currentNode, this.filterOutSelector ) ? false : true + }, + + filterOut: function( selector ) { + if ( typeof selector === 'string' ) { + this.filterOutSelector = selector + } else if ( typeof selector === 'function' ) { + this.filterOutFn = selector + } + return this + }, + + replace: function( pattern, subst ) { + var that = this + + this.finder.push( findAndReplaceDOMText( + this.context, + { + find: pattern, + replace: subst, + filterElements: function( currentNode ) { + return that.filterOutFn( currentNode ) + } + } + )) + return this + }, + + wrap: function( pattern, subst ) { + var that = this + + that.finder.push( findAndReplaceDOMText( + that.context, + { + find: pattern, + wrap: subst, + filterElements: function( currentNode ) { + return that.filterOutFn( currentNode ) + } + } + )) + return this + }, + + // Now that we support chaining syntax, it should + // be able to revert the finder by level. + revert: function( level ) { + var len = this.finder.length, + level = Number(level) || level === 0 ? + Number(level) : + level === 'all' ? + len : 1 + + if ( typeof len === 'undefined' || len === 0 ) { + return this + } else if ( level > this.finder.length ) { + level = len + } + + for (var i = parseInt( level ); i > 0; i--) { + this.finder.pop().revert() + } + return this + }, + + // Force punctuation & biaodian typesetting rules + // to be applied. + jinzify: function() { + var origFilterOutSelector= this.filterOutSelector + + this.filterOutSelector += ', jinze' + + this + .replace( + TYPESET.jinze.touwei, + function( portion, match ) { + var mat = match[0], + text = $.create( '', mat ), + elem = $.create( 'jinze', 'touwei' ) + + elem.appendChild( text ) + return ( + ( portion.index === 0 && portion.isEnd ) || + portion.index === 1 + ) ? elem : '' + } + ) + .replace( + TYPESET.jinze.wei, + function( portion, match ) { + var mat = match[0], + text = $.create( '', mat ), + elem = $.create( 'jinze', 'wei' ) + + elem.appendChild( text ) + return portion.index === 0 ? elem : '' + } + ) + .replace( + TYPESET.jinze.tou, + function( portion, match ) { + var mat = match[0], + text = $.create( '', mat ), + elem = $.create( 'jinze', 'tou' ) + + elem.appendChild( text ) + return ( + ( portion.index === 0 && portion.isEnd ) || + portion.index === 1 + ) ? elem : '' + } + ) + .replace( + TYPESET.jinze.middle, + function( portion, match ) { + var mat = match[0], + text = $.create( '', mat ), + elem = $.create( 'jinze', 'middle' ) + + elem.appendChild( text ) + return (( portion.index === 0 && portion.isEnd ) || portion.index === 1 ) + ? elem : '' + } + ) + + this.filterOutSelector = origFilterOutSelector + return this + }, + + groupify: function() { + this + .wrap( + TYPESET.char.biaodian.group[ 0 ], + $.clone( $.create( 'char_group', 'biaodian cjk' )) + ) + .wrap( + TYPESET.char.biaodian.group[ 1 ], + $.clone( $.create( 'char_group', 'biaodian cjk' )) + ) + return this + }, + + // Implementation of character-level selector + // (字元級選擇器) + charify: function( option ) { + var option = $.extend( { + hanzi: 'individual', + // individual || group || biaodian || none + liga: 'liga', + // liga || none + word: 'group', + // group || punctuation || none + + latin: 'group', + ellinika: 'group', + kirillica: 'group', + kana: 'none', + eonmun: 'none' + // group || individual || none + }, option || {} ) + + // CJK and biaodian + if ( option.hanzi === 'group' ) { + this.wrap( + TYPESET.char.hanzi.group, + $.clone( $.create( 'char_group', 'hanzi cjk' )) + ) + } + if ( option.hanzi === 'individual' ) { + this.wrap( + TYPESET.char.hanzi.individual, + $.clone( $.create( 'char', 'hanzi cjk' )) + ) + } + + if ( option.hanzi === 'individual' || + option.hanzi === 'biaodian' || + option.liga === 'liga' + ) { + + if ( option.hanzi !== 'none' ) { + + this.replace( + TYPESET.char.biaodian.all, + function( portion, match ) { + var mat = match[0], + text = $.create( '', mat ), + + clazz = 'biaodian cjk ' + ( + mat.match( TYPESET.char.biaodian.open ) ? + 'open' : + mat.match( TYPESET.char.biaodian.close ) ? + 'close end' : + mat.match( TYPESET.char.biaodian.end ) ? + 'end' : '' + ), + + elem = $.create( 'char', clazz ), + unicode = mat.charCodeAt( 0 ).toString( 16 ) + + elem.setAttribute( 'unicode', unicode ) + elem.appendChild( text ) + + return elem + } + ) + } + + this.replace( + option.liga === 'liga' ? + TYPESET.char.biaodian.liga : + new RegExp( '(' + UNICODE.biaodian.liga + ')', 'g' ), + function( portion, match ) { + var mat = match[0], + text = $.create( '', mat ), + + elem = $.create( 'char', 'biaodian liga cjk' ), + unicode = mat.charCodeAt( 0 ).toString( 16 ) + + elem.setAttribute( 'unicode', unicode ) + elem.appendChild( text ) + + return elem + } + ) + } + + // Western languages (word-level) + if ( option.word !== 'none' ) { + this.wrap( + TYPESET.char.word, + $.clone( $.create( 'word' )) + ) + } + + // Western languages (alphabet-level) + if ( option.latin !== 'none' || + option.ellinika !== 'none' || + option.kirillica !== 'none' + ) { + this.wrap( + TYPESET.char.punct.all, + $.clone( $.create( 'char', 'punct' )) + ) + } + if ( option.latin === 'individual' ) { + this.wrap( + TYPESET.char.alphabet.latin, + $.clone( $.create( 'char', 'alphabet latin' )) + ) + } + if ( option.ellinika === 'individual' ) { + this.wrap( + TYPESET.char.alphabet.ellinika, + $.clone( $.create( 'char', 'alphabet ellinika greek' )) + ) + } + if ( option.kirillica === 'individual' ) { + this.wrap( + TYPESET.char.alphabet.kirillica, + $.clone( $.create( 'char', 'alphabet kirillica cyrillic' )) + ) + } + return this + } +} + +Farr.prototype.init.prototype = Farr.prototype + + +Han.find = Farr + +void [ + 'replace', + 'wrap', + 'revert', + 'jinzify', + 'charify' +].forEach(function( method ) { + Han.fn[ method ] = function() { + if ( !this.finder ) { + // Share the same selector + this.finder = Han.find( this.context ) + } + + this.finder[ method ]( arguments[ 0 ], arguments[ 1 ] ) + return this + } +}) + +var Hyu = { + JS_RENDERED_CLASS: 'hyu-js-rendered' + } + + +function writeOnCanvas( text, font ) { + var canvas = $.create( 'canvas' ), + context + + canvas.width = '50' + canvas.height = '20' + canvas.style.display = 'none' + + body.appendChild( canvas ) + + context = canvas.getContext( '2d' ) + context.textBaseline = 'top' + context.font = '15px ' + font + ', sans-serif' + context.fillStyle = 'black' + context.strokeStyle = 'black' + context.fillText( text, 0, 0 ) + + return [ canvas, context ] +} + +function detectFont( treat, control, text ) { + var treat = treat, + control = control, + text = text || '辭Q', + ret + + try { + control = writeOnCanvas( text, control || 'sans-serif' ) + treat = writeOnCanvas( text, treat ) + + for ( var j = 1; j <= 20; j++ ) { + for ( var i = 1; i <= 50; i++ ) { + if ( + ret !== 'undefined' && + treat[1].getImageData(i, j, 1, 1).data[3] !== + control[1].getImageData(i, j, 1, 1).data[3] + ) { + ret = true + break + } else if ( ret ) { + break + } + + if ( i === 50 && j === 20 && !ret ) { + ret = false + } + } + } + + // Remove and clean from memory + $.remove( control[0] ) + $.remove( treat[0] ) + control = null + treat = null + + return ret + } catch ( e ) { + return false + } +} + +Hyu.detectFont = detectFont + + +Hyu.support = (function() { + + var PREFIX = 'Webkit Moz ms'.split(' '), + + // Create an element for feature detecting + // (in `testCSSProp`) + elem = $.create( '_' ), + exposed = {} + + function testCSSProp( prop ) { + var ucProp = prop.charAt(0).toUpperCase() + prop.slice(1), + allProp = ( prop + ' ' + PREFIX.join( ucProp + ' ' ) + ucProp ).split(' '), + ret + + allProp.forEach(function( prop ) { + if ( typeof elem.style[ prop ] === 'string' ) { + ret = true + } + }) + return ret || false + } + + function injectElementWithStyle( rule, callback ) { + var fakeBody = body || $.create( 'body' ), + div = $.create( 'div' ), + + container = body ? div : fakeBody, + + callback = typeof callback === 'function' ? + callback : function() {}, + + style, ret, docOverflow + + style = [ '' ].join('') + + container.innerHTML += style + fakeBody.appendChild( div ) + + if ( !body ) { + fakeBody.style.background = '' + fakeBody.style.overflow = 'hidden' + docOverflow = root.style.overflow + + root.style.overflow = 'hidden' + root.appendChild( fakeBody ) + } + + // Callback + ret = callback( container, rule ) + + // Remove the injected scope + $.remove( container ) + if ( !body ) { + root.style.overflow = docOverflow + } + return !!ret + } + + function getStyle( elem, prop ) { + var ret + + if ( window.getComputedStyle ) { + ret = document.defaultView.getComputedStyle( elem, null ).getPropertyValue( prop ) + } else if ( elem.currentStyle ) { + // for IE + ret = elem.currentStyle[ prop ] + } + return ret + } + + return { + ruby: (function() { + var ruby = $.create( 'ruby' ), + rt = $.create( 'rt' ), + rp = $.create( 'rp' ), + ret + + ruby.appendChild( rp ) + ruby.appendChild( rt ) + root.appendChild( ruby ) + + // Browsers that support ruby hide the `` via `display: none` + ret = ( + getStyle( rp, 'display' ) === 'none' || + // but in IE, `` has `display: inline` + // so, the test needs other conditions: + getStyle( ruby, 'display' ) === 'ruby' && + getStyle( rt, 'display' ) === 'ruby-text' + ) ? true : false + + // Remove and clean from memory + root.removeChild( ruby ) + ruby = null + rt = null + rp = null + + return ret + })(), + + fontface: (function() { + var ret + + injectElementWithStyle( + '@font-face { font-family: font; src: url("http://"); }', + function( node, rule ) { + var style = $.qsa( 'style', node )[0], + sheet = style.sheet || style.styleSheet, + cssText = sheet ? + ( sheet.cssRules && sheet.cssRules[0] ? + sheet.cssRules[0].cssText : sheet.cssText || '' + ) : '' + + ret = /src/i.test( cssText ) && + cssText.indexOf( rule.split(' ')[0] ) === 0 + } + ) + + return ret + })(), + + // Address feature support test for `unicode-range` via + // detecting whether it's Arial (supported) or + // Times New Roman (not supported). + unicoderange: (function() { + var ret + + injectElementWithStyle( + '@font-face{font-family:test-for-unicode-range;src:local(Arial),local("Droid Sans")}@font-face{font-family:test-for-unicode-range;src:local("Times New Roman"),local(Times),local("Droid Serif");unicode-range:U+270C}', + function() { + ret = !Hyu.detectFont( + 'test-for-unicode-range', // treatment group + 'Arial, "Droid Sans"', // control group + 'Q' // ASCII characters only + ) + } + ) + return ret + })(), + + columnwidth: testCSSProp( 'columnWidth' ), + + textemphasis: testCSSProp( 'textEmphasis' ), + + writingmode: testCSSProp( 'writingMode' ) + } +})() + + +Hyu.initCond = function( target ) { + var target = target || root, + ret = '', + clazz + + target.classList.add( Hyu.JS_RENDERED_CLASS ) + + for ( var feature in Hyu.support ) { + clazz = ( Hyu.support[ feature ] ? '' : 'no-' ) + feature + + target.classList.add( clazz ) + ret += clazz + ' ' + } + return ret +} + + +/** + * Create and return a new `` element + * according to the given contents + */ +function createNormalRu( $rb, $rt, attr ) { + var $ru = $.create( 'ru' ), + $rt = $.clone( $rt ), + attr = attr || {} + + if ( Array.isArray( $rb )) { + $ru.innerHTML = $rb.map(function( rb ) { + return rb.outerHTML + }).join('') + } else { + $ru.appendChild( $.clone( $rb )) + } + + $ru.appendChild( $rt ) + attr.annotation = $rt.textContent + $.setAttr( $ru, attr ) + return $ru +} + +/** + * Create and return a new `` element + * in Zhuyin form + */ +function createZhuyinRu( $rb, $rt ) { + var $rb = $.clone( $rb ), + + // Create an element to return + $ru = $.create( 'ru' ), + $zhuyin = $.create( 'zhuyin' ), + $yin = $.create( 'yin' ), + $diao = $.create( 'diao' ), + + // #### Explanation #### + // * `zhuyin`: the entire phonetic annotation + // * `yin`: the plain pronunciation (w/out tone) + // * `diao`: the tone + // * `form`: the combination of the pronunciation + // * `len`: the text length of `yin` + zhuyin = $rt.textContent, + yin, diao, form, len + + yin = zhuyin.replace( TYPESET.zhuyin.diao, '' ) + len = yin ? yin.length : 0 + diao = zhuyin + .replace( yin, '' ) + .replace( /[\u02C5]/g, '\u02C7' ) + .replace( /[\u030D]/g, '\u0358' ) + + form = zhuyin.replace( TYPESET.zhuyin.form, function( s, j, y ) { + return [ + s ? 'S' : null, + j ? 'J' : null, + y ? 'Y' : null + ].join('') + }) + // - + // - + // - + // - + // - + // - + // - + $diao.innerHTML = diao + $yin.innerHTML = yin + $zhuyin.appendChild( $yin ) + $zhuyin.appendChild( $diao ) + + $ru.appendChild( $rb ) + $ru.appendChild( $zhuyin ) + + // Finally, set up the necessary attribute + // and return the new `` + $.setAttr( $ru, { + zhuyin: '', + diao: diao, + length: len, + form: form + }) + return $ru +} + +/** + * Normalisation rendering mechanism + */ +$.extend( Hyu, { + + // Render and normalise the given context by routine: + // + // > ruby > u, ins > s, del > em + // + renderElem: function( context ) { + this.renderRuby( context ) + this.renderDecoLine( context ) + this.renderDecoLine( context, 's, del' ) + this.renderEm( context ) + }, + + // Traverse target elements (those with text-decoration + // -line) to see if we should address spacing in + // between for semantic presentation. + renderDecoLine: function( context, target ) { + var target = target || 'u, ins', + $target = $.qsa( target, context ), + rTarget = new RegExp( '^(' + target.replace(/\,\s?/g, '|') + ')$', 'ig' ) + + $target + .forEach(function( elem ) { + var next + + // Ignore all `` and comments in between + do { + next = ( next || elem ).nextSibling + + if ( !next ) { + return + } + } while ( $.isIgnorable( next )) + + if ( next.nodeName.match( rTarget )) { + next.classList.add( 'adjacent' ) + } + }) + }, + + // Traverse target elements to render Hanzi emphasis marks + // and skip that in punctuation + renderEm: function( context, target ) { + var method = target ? 'qsa' : 'tag', + target = target || 'em', + $target = $[ method ]( target, context ) + + $target + .forEach(function( elem ) { + var $elem = Farr( elem ) + + if ( !Hyu.support.textemphasis ) { + $elem.jinzify() + } + + $elem + .groupify() + .charify( Hyu.support.textemphasis ? { + hanzi: 'biaodian', + word: 'punctuation' + } : { + latin: 'individual', + ellinika: 'individual', + kirillica: 'individual' + }) + }) + }, + + // Address normalisation for both simple and complex + // rubies + renderRuby: function( context, target ) { + var method = target ? 'qsa' : 'tag', + target = target || 'ruby', + $target = $[ method ]( target, context ), + $simpClaElem = $.qsa( target + ', rtc', context ) + + // First of all, simplify semantic classes + $simpClaElem + .forEach(function( elem ) { + var clazz = elem.classList + + if ( clazz.contains( 'pinyin' )) { + clazz.add( 'romanization' ) + } else if ( clazz.contains( 'mps' )) { + clazz.add( 'zhuyin' ) + } + + if ( clazz.contains( 'romanization' )) { + clazz.add( 'annotation' ) + } + }) + + // Deal with `` + $target + .forEach(function( ruby ) { + var clazz = ruby.classList, + + condition = ( + !Hyu.support.ruby || + clazz.contains( 'zhuyin') || + clazz.contains( 'complex' ) || + clazz.contains( 'rightangle' ) + ), + + frag, $cloned, $rb, $ru, maxspan, hruby + + if ( !condition ) return + + // Apply document fragment here to avoid + // continuously pointless re-paint + frag = $.create( '!' ) + frag.appendChild( $.clone( ruby )) + $cloned = $.qsa( target, frag )[0] + + // 1. Simple ruby polyfill for, um, Firefox; + // 2. Zhuyin polyfill for all. + if ( + !Hyu.support.ruby || + clazz.contains( 'zhuyin' ) + ) { + + $ + .tag( 'rt', $cloned ) + .forEach(function( rt ) { + var $rb = $.create( '!' ), + airb = [], + irb + + // Consider the previous nodes the implied + // ruby base + do { + irb = ( irb || rt ).previousSibling + + if ( !irb || irb.nodeName.match( /(r[ubt])/i )) break + + $rb.insertBefore( $.clone( irb ), $rb.firstChild ) + airb.push( irb ) + } while ( !irb.nodeName.match( /(r[ubt])/i )) + // Create a real `` to append. + $ru = clazz.contains( 'zhuyin' ) ? + createZhuyinRu( $rb, rt ) : createNormalRu( $rb, rt ) + + // Replace the ruby text with the new ``, + // and remove the original implied ruby base(s) + try { + rt.parentNode.replaceChild( $ru, rt ) + + airb + .forEach(function( irb ) { + $.remove( irb ) + }) + } catch ( e ) {} + }) + } + + // 3. Complex ruby polyfill + // - Double-lined annotation; + // - Right-angled annotation. + if ( + clazz.contains( 'complex' ) || + clazz.contains( 'rightangle' ) + ) { + $rb = $ru = $.tag( 'rb', $cloned ) + maxspan = $rb.length + + // First of all, deal with Zhuyin containers + // individually + // + // Note that we only support one single Zhuyin + // container in each complex ruby + !function( rtc ) { + if ( !rtc ) return + + $ru = $ + .tag( 'rt', rtc ) + .map(function( rt, i ) { + if ( !$rb[ i ] ) return + var ret = createZhuyinRu( $rb[ i ], rt ) + + try { + $rb[ i ].parentNode.replaceChild( ret, $rb[ i ] ) + } catch ( e ) {} + return ret + }) + + // Remove the container once it's useless + $.remove( rtc ) + ruby.setAttribute( 'rightangle', '' ) + }( $cloned.querySelector( 'rtc.zhuyin' )) + + // Then, normal annotations other than Zhuyin + $ + .qsa( 'rtc:not(.zhuyin)', $cloned ) + .forEach(function( rtc, order ) { + var ret + ret = $ + .tag( 'rt', rtc ) + .map(function( rt, i ) { + var rbspan = Number( rt.getAttribute( 'rbspan' ) || 1 ), + span = 0, + aRb = [], + rb, ret + + if ( rbspan > maxspan ) rbspan = maxspan + + do { + try { + rb = $ru.shift() + aRb.push( rb ) + } catch (e) {} + span += Number( rb.getAttribute( 'span' ) || 1 ) + } while ( rbspan > span ) + + if ( rbspan < span ) { + if ( aRb.length > 1 ) { + console.error( 'An impossible `rbspan` value detected.', ruby ) + return + } + aRb = $.tag( 'rb', aRb[0] ) + $ru = aRb.slice( rbspan ).concat( $ru ) + aRb = aRb.slice( 0, rbspan ) + span = rbspan + } + + ret = createNormalRu( aRb, rt, { + 'class': clazz, + span: span, + order: order + }) + + try { + aRb[0].parentNode.replaceChild( ret, aRb.shift()) + aRb.forEach(function( rb ) { + $.remove( rb ) + }) + } catch (e) {} + + return ret + }) + $ru = ret + // Remove the container once it's useless + $.remove( rtc ) + }) + } + // Create a new fake `` element so the + // style sheets will render it as a polyfill, + // which also helps to avoid the UA style. + // + // (The ‘H’ stands for ‘Han’, by the way) + hruby = $.create( 'hruby' ) + hruby.innerHTML = frag.firstChild.innerHTML + + // Copy all attributes onto it + $.setAttr( hruby, ruby.attributes ) + hruby.normalize() + + // Finally, replace it + ruby.parentNode.replaceChild( hruby, ruby ) + }) + } + + // ### TODO list ### + // + // * Debug mode + // * Better error-tolerance +}) + +/*! + * Hyu + * css.hanzi.co/hyu + * + * This module is a subset project of Han, + * which aims to provide HTML5-ready and + * Hanzi-optimised style normalisation. + */ + + + + +Han.normalize = Hyu +Han.support = Hyu.support +Han.detectFont = Hyu.detectFont + +Han.fn.initCond = function() { + this.condition.classList.add( 'han-js-rendered' ) + Han.normalize.initCond( this.condition ) + return this +} + +void [ + 'Elem', + 'DecoLine', + 'Em', + 'Ruby' +].forEach(function( elem ) { + var method = 'render' + elem + + Han.fn[ method ] = function( target ) { + Han.normalize[ method ]( this.context, target ) + return this + } +}) + + +$.extend( Han.support, { + // Assume that all devices support Heiti for we + // use `sans-serif` to do the comparison. + heiti: true, + // 'heiti-gb': true, + + songti: Han.detectFont( '"Han Songti"' ), + 'songti-gb': Han.detectFont( '"Han Songti GB"' ), + + kaiti: Han.detectFont( '"Han Kaiti"' ), + // 'kaiti-gb': Han.detectFont( '"Han Kaiti GB"' ), + + fangsong: Han.detectFont( '"Han Fangsong"' ) + // 'fangsong-gb': Han.detectFont( '"Han Fangsong GB"' ) +}) + + + +var QUERY_HWS_AS_FIRST_CHILD = '* > hws:first-child, * > wbr:first-child + hws, wbr:first-child + wbr + hws' + +//// Disabled `Node.normalize()` for temp due to +//// issue below in IE11. +//// See: http://stackoverflow.com/questions/22337498/why-does-ie11-handle-node-normalize-incorrectly-for-the-minus-symbol +var isNodeNormalizeNormal = (function() { + var div = $.create( 'div' ) + + div.appendChild( $.create( '', '0-' )) + div.appendChild( $.create( '', '2' )) + div.normalize() + + return div.firstChild.length !== 2 + })(), + + hws + +hws = $.create( 'hws' ) +hws.innerHTML = ' ' + +$.extend( Han, { + isNodeNormalizeNormal: isNodeNormalizeNormal, + + renderHWS: function( context, strict ) { + var context = context || document, + mode = strict ? 'strict' : 'base', + finder = Han.find( context ) + + // Elements to be filtered according to the + // HWS rendering mode + if ( strict ) { + finder.filterOutSelector += ', textarea, code, kbd, samp, pre' + } else { + finder.filterOutSelector += ', textarea' + } + + finder + .replace( Han.TYPESET.hws[ mode ][0], '$1$2' ) + .replace( Han.TYPESET.hws[ mode ][1], '$1$2' ) + + // Deal with `' 字'`, `" 字"` => `'字'`, `"字"` + .replace( /(['"]+)(.+?)\1/ig, '$1$2$1' ) + + // Convert text nodes `` into real element nodes + .replace( '', function() { + return $.clone( hws ) + }) + + // Deal with: + // `漢zi` => `漢zi` + $ + .qsa( QUERY_HWS_AS_FIRST_CHILD, context ) + .forEach(function( firstChild ) { + var parent = firstChild.parentNode, + target = parent.firstChild + + // Skip all `` and comments + while ( $.isIgnorable( target )) { + target = target.nextSibling + + if ( !target ) { + return + } + } + + // The ‘first-child’ of DOM is different from + // the ones of QSA, could be either an element + // or a text fragment, but the latter one is + // not what we want. We don't want comments, + // either. + while ( target.nodeName === 'HWS' ) { + $.remove( target, parent ) + + target = parent.parentNode.insertBefore( $.clone( hws ), parent ) + parent = parent.parentNode + + if ( isNodeNormalizeNormal ) { + parent.normalize() + } + + // This is for extreme circumstances, i.e., + // `漢zi` => + // `漢zi` + if ( target !== parent.firstChild ) { + break + } + } + }) + + // Normalise nodes we messed up with + if ( isNodeNormalizeNormal ) { + context.normalize() + } + // Return the finder instance for future usage + return finder + } +}) + +$.extend( Han.fn, { + HWS: null, + + renderHWS: function( strict ) { + Han.renderHWS( this.context, strict ) + + this.HWS = $.tag( 'hws', this.context ) + return this + }, + + revertHWS: function() { + this.HWS + .forEach(function( hws ) { + $.remove( hws ) + }) + return this + } +}) + + +Han.renderJiya = function( context ) { + var context = context || document, + finder = [ Han.find( context ) ] + + finder[ 0 ].filterOutSelector += ', textarea, code, kbd, samp, pre, jinze, em' + finder[ 0 ].groupify() + + $ + .qsa( 'char_group.biaodian', context ) + .forEach(function( elem ) { + finder.push( + Han( elem ) + .charify({ + hanzi: 'biaodian', + liga: 'liga', + word: 'none', + latin: 'none', + ellinika: 'none', + kirillica: 'none' + }) + ) + }) + return finder +} + +$.extend( Han.fn, { + jiya: null, + + renderJiya: function() { + this.jiya = Han.renderJiya( this.context ) + return this + }, + + revertJiya: function() { + try { + this.jiya.revert( 'all' ) + } catch ( e ) {} + return this + } +}) + + +var mdot + +mdot = $.create( 'char', 'biaodian cjk middle' ) +mdot.setAttribute( 'unicode', 'b7' ) + +Han.correctBasicBD = function( context, all ) { + var context = context || document, + finder + + if ( Han.support.unicoderange && !all ) { + return + } + + finder = Han.find( context ) + finder.filteredElemList += ' em' + + finder + .wrap( /\u00B7/g, $.clone( mdot )) + .charify({ + liga: 'liga', + hanzi: 'none', + word: 'none', + latin: 'none', + ellinika: 'none', + kirillica: 'none' + }) +} + +$.extend( Han.fn, { + basicBD: null, + + correctBasicBD: function( all ) { + this.basicBD = Han.correctBasicBD( this.context, all ) + return this + }, + + revertBasicBD: function() { + try { + this.basicBD.revert( 'all' ) + } catch (e) {} + return this + } +}) + + +var QUERY_RU_W_ANNO = 'ru[annotation]', + ELEM_TO_IGNORE = ' textarea code kbd samp pre' + +var isCombLigaNormal = (function() { + var fakeBody = body || $.create( 'body' ), + div = $.create( 'div' ), + control = $.create( 'span' ), + + container = body ? div : fakeBody, + treat, docOverflow, ret + + if ( !body ) { + fakeBody.style.background = '' + fakeBody.style.overflow = 'hidden' + docOverflow = root.style.overflow + + root.style.overflow = 'hidden' + root.appendChild( fakeBody ) + } else { + body.appendChild( container ) + } + + control.innerHTML = 'i̍' + control.style.fontFamily = 'sans-serif' + control.style.display = 'inline-block' + + treat = $.clone( control ) + treat.style.fontFamily = '"Romanization Sans"' + + container.appendChild( control ) + container.appendChild( treat ) + + ret = control.clientWidth !== treat.clientWidth + $.remove( container ) + + if ( !body ) { + root.style.overflow = docOverflow + } + return ret + })(), + + aCombLiga = Han.TYPESET[ 'display-as' ][ 'comb-liga-pua' ], + aInaccurateChar = Han.TYPESET[ 'inaccurate-char' ], + + charCombLiga = $.create( 'char', 'comb-liga' ), + charCombLigaInner = $.create( 'inner' ) + +$.extend( Han, { + isCombLigaNormal: isCombLigaNormal, + + substCombLigaWithPUA: function( context ) { + var context = context || document, + finder = Han.find( context ) + + if ( isCombLigaNormal ) { + return + } + + finder.filteredElemList += ELEM_TO_IGNORE + + aCombLiga + .forEach(function( pattern ) { + finder + .replace( + new RegExp( pattern[ 0 ], 'ig' ), + function( portion, match ) { + var ret = $.clone( charCombLiga ), + inner = $.clone( charCombLigaInner ) + + // Put the original content in an inner container + // for better presentational effect of hidden text + inner.innerHTML = match[ 0 ] + ret.appendChild( inner ) + ret.setAttribute( 'display-as', pattern[ 1 ] ) + return portion.index === 0 ? ret : '' + } + ) + }) + + $ + .qsa( QUERY_RU_W_ANNO, context ) + .forEach(function( ru ) { + var annotation = ru.getAttribute( 'annotation' ) + + aCombLiga + // Latin vowels only + .slice( 0, 5 ) + .forEach(function( pattern ) { + annotation = annotation.replace( + new RegExp( pattern[ 0 ], 'ig' ), pattern[ 1 ] + ) + }) + ru.setAttribute( 'annotation', annotation ) + }) + return finder + }, + + substInaccurateChar: function( context ) { + var context = context || document, + finder = Han.find( context ) + + finder.filteredElemList += ELEM_TO_IGNORE + aInaccurateChar + .forEach(function( pattern ) { + finder + .replace( + new RegExp( pattern[ 0 ], 'ig' ), + pattern[ 1 ] + ) + }) + } +}) + +$.extend( Han.fn, { + 'comb-liga': null, + 'inaccurate-char': null, + + substCombLigaWithPUA: function() { + this['comb-liga'] = Han.substCombLigaWithPUA( this.context ) + return this + }, + + revertCombLigaWithPUA: function() { + try { + this['comb-liga'].revert( 'all' ) + } catch ( e ) {} + return this + }, + + substInaccurateChar: function() { + this['inaccurate-char'] = Han.substInaccurateChar( this.context ) + return this + }, + + revertInaccurateChar: function() { + try { + this['inaccurate-char'].revert( 'all' ) + } catch ( e ) {} + return this + } +}) + + + + +window.addEventListener( 'DOMContentLoaded', function() { + var initContext + + // Use the shortcut under the default situation + if ( root.classList.contains( 'han-init' )) { + Han.init() + + // Consider ‘a configured context’ the special + // case of the default situation. Will have to + // replace the `Han.init` with the instance as + // well (for future usage). + } else if ( initContext = document.querySelector( '.han-init-context' )) { + Han.init = Han( initContext ).render() + } +}) + + + +// AMD +if ( + typeof define === 'function' && define.amd +) { + define(function() { + return Han + }) + +// Expose to global namespace +} else if ( + typeof noGlobalNS === 'undefined' || noGlobalNS === false +) { + window.Han = Han +} + + +return Han +}); + diff --git a/v3.0.2/han.min.css b/v3.0.2/han.min.css new file mode 100644 index 00000000..56a6ea36 --- /dev/null +++ b/v3.0.2/han.min.css @@ -0,0 +1,5 @@ +/*! 漢字標準格式 v3.0.2 | MIT License | css.hanzi.co */ +/*! Han: CSS typography framework optimised for Hanzi */ +/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ + +@charset "UTF-8";html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{line-height:1.3;-webkit-font-smoothing:subpixel-antialiased}ol,ul{padding-left:2em}blockquote,figure{margin-left:2em;margin-right:2em}address{font-style:inherit}pre{white-space:pre;word-wrap:normal}a{text-decoration:inherit}em:lang(ja),em:lang(zh){-moz-text-emphasis:filled circle;-webkit-text-emphasis:filled circle;text-emphasis:filled circle;-moz-text-emphasis-position:under;-webkit-text-emphasis-position:under;text-emphasis-position:under;font-style:inherit;border-bottom:2px dotted;padding-bottom:.05em;border-bottom-width:-webkit-calc(0px);padding-bottom:-webkit-calc(0px)}em:lang(ja){-moz-text-emphasis:filled sesame;-webkit-text-emphasis:filled sesame;text-emphasis:filled sesame;-moz-text-emphasis-position:over;-webkit-text-emphasis-position:over;text-emphasis-position:over}b,dfn:lang(ja),dfn:lang(zh),strong{font-weight:bolder}cite:lang(ja),cite:lang(zh),dfn:lang(ja),dfn:lang(zh){font-style:inherit}q{quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(zh){quotes:"「" "」" "『" "』" "「" "」" "『" "』" "「" "」" "『" "』"}q:lang(en),q:lang(zh-CN){quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(en-GB){quotes:"‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”"}q:before{content:open-quote}q:after{content:close-quote}q:lang(ja):after,q:lang(ja):before{content:none}code,kbd,pre,samp{font-family:monospace,monospace,sans-serif}i:lang(ja),i:lang(zh),var:lang(ja),var:lang(zh){font-style:inherit}.hyu-js-rendered del+del.adjacent,.hyu-js-rendered del+s.adjacent,.hyu-js-rendered ins.adjacent,.hyu-js-rendered s+del.adjacent,.hyu-js-rendered s+s.adjacent,.hyu-js-rendered u.adjacent,del+del,del+s,ins+ins,ins+u,s+del,s+s,u+ins,u+u{margin-left:.125em}ins,u{padding-bottom:.05em;border-bottom:1px solid;text-decoration:none}ruby :after,ruby :before{line-height:normal}ruby>rt:not(:empty):before{content:"("}ruby>rt:not(:empty):after{content:")"}ruby>rb+rtc:before{content:"("}ruby>rtc:after{content:","}ruby>rtc:last-of-type:after{content:")"}ruby>rt:after,ruby>rt:before{display:inline-block;overflow:hidden;vertical-align:middle;height:0;width:0}ruby>rt:not(:empty):after,ruby>rt:not(:empty):before{height:-moz-calc(1.3em);width:-moz-calc(1em)}.hyu-js-rendered del+del,.hyu-js-rendered del+s,.hyu-js-rendered ins+ins,.hyu-js-rendered ins+u,.hyu-js-rendered s+del,.hyu-js-rendered s+s,.hyu-js-rendered u+ins,.hyu-js-rendered u+u{margin-left:auto}.hyu-js-rendered em:lang(ja),.hyu-js-rendered em:lang(zh){padding-bottom:auto;border-bottom-width:0}.no-textemphasis em:lang(ja),.no-textemphasis em:lang(zh){line-height:2}.no-textemphasis em:lang(ja) char,.no-textemphasis em:lang(zh) char{position:relative;font-style:inherit}.no-textemphasis em:lang(ja) char:after,.no-textemphasis em:lang(zh) char:after{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:400;text-decoration:none;-moz-transform:scale(0.5);-ms-transform:scale(0.5);-webkit-transform:scale(0.5);transform:scale(0.5);position:absolute;left:50%;top:0;margin-left:-250%;overflow:hidden;display:inline-block;height:1em;width:500%;line-height:1;text-align:center;text-indent:0;font-family:Georgia,"Times New Roman",Arial,!important}em:lang(ja) char.biaodian,em:lang(ja) char.punct,em:lang(zh) char.biaodian,em:lang(zh) char.punct{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none}.no-textemphasis em:lang(ja) char.biaodian:after,.no-textemphasis em:lang(ja) char.punct:after,.no-textemphasis em:lang(zh) char.biaodian:after,.no-textemphasis em:lang(zh) char.punct:after{content:none!important}.no-textemphasis em:lang(zh) char:after{margin-top:1em;content:"●"}.no-textemphasis em:lang(ja) char:after{margin-top:-.7em;content:"﹅"}hruby{display:inline;line-height:2}hruby rp{display:none}hruby ru[annotation]>rt{display:inline-block;height:0;width:0;font:0/0 hidden-text}hruby ru{position:relative;display:inline-block;text-indent:0}hruby ru:before,hruby zhuyin{-moz-transform:scale(0.55);-ms-transform:scale(0.55);-webkit-transform:scale(0.55);transform:scale(0.55);-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:400;line-height:normal;text-decoration:none;text-indent:0;position:absolute;display:inline-block}hruby ru[annotation]{text-align:center}hruby ru[annotation]:before{left:-265%;vertical-align:top;height:1em;width:600%;content:attr(annotation);line-height:1;text-align:center;text-indent:0}hruby[rightangle] ru[annotation]:before{left:-250%}hruby ru[zhuyin]{display:inline-block;position:relative;width:1.8em;text-align:left}hruby ru[zhuyin] zhuyin{right:.2em;top:0;height:2.7em;width:.8em;line-height:.9;white-space:pre-wrap;word-break:break-all}hruby ru[zhuyin] diao{position:absolute;right:-.9em;top:0;display:inline-block;width:1em}hruby ru[zhuyin]:empty,hruby ru[zhuyin][length='0']{width:auto}hruby ru[zhuyin]:empty zhuyin,hruby ru[zhuyin][length='0'] zhuyin{display:none}hruby ru[zhuyin][length='1'] zhuyin{margin-top:.125em}hruby ru[zhuyin][length='1'] diao{margin-top:-.35em}hruby ru[zhuyin][length='2'] zhuyin{margin-top:-.175em}hruby ru[zhuyin][length='2'] diao{margin-top:.5em}hruby ru[zhuyin][length='3'] zhuyin{margin-top:-.45em}hruby ru[zhuyin][length='3'] diao{margin-top:1.3em}hruby ru[zhuyin][diao='˙'] diao{right:-.35em}hruby ru[zhuyin][diao='˙'][length='1'] diao{margin-top:-.5em}hruby ru[zhuyin][diao='˙'][length='2'] diao{margin-top:-.3em}hruby ru[zhuyin][diao='˙'][length='3'] diao{margin-top:-.25em}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1.2);-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2);margin-right:-.25em}hruby ru[zhuyin][diao='󳆴'] diao,hruby ru[zhuyin][diao='󳆵'] diao,hruby ru[zhuyin][diao='󳆶'] diao,hruby ru[zhuyin][diao='󳆷'] diao,hruby ru[zhuyin][diao^='ㆴ'] diao,hruby ru[zhuyin][diao^='ㆵ'] diao,hruby ru[zhuyin][diao^='ㆶ'] diao,hruby ru[zhuyin][diao^='ㆷ'] diao{top:20%;margin-right:-.3em}hruby ru[annotation]:before,hruby[rightangle] ru[annotation][order='1']:before{top:-.5em}hruby ru[order='1']:before,hruby[rightangle] ru[annotation][order='0']:before{bottom:-.4em;top:auto}hruby[rightangle] ru[annotation]:before{margin-left:-.4em}@media screen and (-webkit-min-device-pixel-ratio:1.5),(min-resolution:192dpi){hruby yin{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);display:inline-block}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}hruby ru[zhuyin][diao='˙'] diao{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);top:.125em}}jinze{display:inline-block;text-indent:0}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';font-weight:600;src:local("YuGothic Bold"),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(YuGo-Bold),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';font-weight:600;src:local("YuGothic Bold"),local(YuGo-Bold),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti GB';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold);unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Heiti SC Medium"),local("Microsoft YaHei Bold"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold);unicode-range:U+270C}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSong),local("Lisong Pro"),local(SimSun),local(PMingLiU)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho")}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local(PMingLiU),local(SimSun)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro")}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun),local(PMingLiU)}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti SC Bold"),local("STSongti TC Bold"),local(STSongti-SC-Bold),local(STSongti-TC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti GB';font-weight:600;src:local("STSongti SC Bold"),local(STSongti-SC-Bold)}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSongti),local("Lisong Pro"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+270C}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local("MS Mincho"),local(PMingLiU),local(SimSun);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+270C}@font-face{font-family:cursive;src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti';src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti CNS';src:local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti GB';src:local("Kaiti SC"),local(STKaiti),local(Kai),local(Kaiti),local(DFKai-SB)}@font-face{font-family:cursive;font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti GB';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong CNS';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong GB';src:local(STFangsong),local(FangSong)}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Arial Unicode MS"),local("MS Gothic");unicode-range:U+2014}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho"),local("Microsoft Yahei");unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic");unicode-range:U+2026}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Lisong Pro"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU),local("MS Gothic");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(STSongti-TC-Regular),local("Lisong Pro"),local("Heiti TC"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSongti),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Basic';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+2014,U+2026,U+00B7}@font-face{font-family:'Biaodian Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Latin Italic Serif';src:local("Georgia Italic"),local("Times New Roman Italic"),local(Georgia-Italic),local(TimesNewRomanPS-ItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Serif';font-weight:700;src:local("Georgia Bold Italic"),local("Times New Roman Bold Italic"),local(Georgia-BoldItalic),local(TimesNewRomanPS-BoldItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{font-family:'Latin Italic Sans';font-weight:700;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Sans';src:local(Skia),local("Neutraface 2 Text"),local(Candara),local(Corbel)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Serif';src:local(Georgia),local("Hoefler Text"),local("Big Caslon")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Italic Serif';src:local("Georgia Italic"),local("Hoefler Text Italic"),local(Georgia-Italic),local(HoeflerText-Italic)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Sans';src:local("Helvetica Neue"),local(Helvetica),local(Arial)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';font-weight:700;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Serif';src:local(Palatino),local("Palatino Linotype"),local("Times New Roman")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';src:local("Palatino Italic"),local("Palatino Italic Linotype"),local("Times New Roman Italic"),local(Palatino-Italic),local(Palatino-Italic-Linotype),local(TimesNewRomanPS-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';font-weight:700;src:local("Palatino Bold Italic"),local("Palatino Bold Italic Linotype"),local("Times New Roman Bold Italic"),local(Palatino-BoldItalic),local(Palatino-BoldItalic-Linotype),local(TimesNewRomanPS-BoldItalicMT)}@font-face{font-family:'Numeral TF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';font-weight:700;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';font-weight:700;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Kaiti'}@font-face{unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Heiti';src:local("Hiragino Sans GB"),local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype")}@font-face{font-family:'Zhuyin Heiti';src:local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+3127}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");font-family:'Zhuyin Heiti';unicode-range:U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+31B4,U+31B5,U+31B6,U+31B7,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");font-family:'Romanization Sans';unicode-range:U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}article strong :lang(ja-Latn),article strong :lang(zh-Latn),article strong :not(:lang(zh)):not(:lang(ja)),article strong:lang(ja-Latn),article strong:lang(zh-Latn),article strong:not(:lang(zh)):not(:lang(ja)),html :lang(ja-Latn),html :lang(zh-Latn),html :not(:lang(zh)):not(:lang(ja)),html:lang(ja-Latn),html:lang(zh-Latn),html:not(:lang(zh)):not(:lang(ja)){font-family:"Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}[lang*=Hant],[lang=zh-HK],[lang=zh-TW],[lang^=zh],article strong:lang(zh),article strong:lang(zh-Hant),html:lang(zh),html:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}[lang*=Hans],[lang=zh-CN],article strong:lang(zh-CN),article strong:lang(zh-Hans),html:lang(zh-CN),html:lang(zh-Hans){font-family:"Biaodian Pro Sans GB","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}[lang^=ja],article strong:lang(ja),html:lang(ja){font-family:"Yakumono Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article blockquote i :lang(ja-Latn),article blockquote i :lang(zh-Latn),article blockquote i :not(:lang(zh)):not(:lang(ja)),article blockquote i:lang(ja-Latn),article blockquote i:lang(zh-Latn),article blockquote i:not(:lang(zh)):not(:lang(ja)),article blockquote var :lang(ja-Latn),article blockquote var :lang(zh-Latn),article blockquote var :not(:lang(zh)):not(:lang(ja)),article blockquote var:lang(ja-Latn),article blockquote var:lang(zh-Latn),article blockquote var:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}article blockquote i:lang(zh),article blockquote i:lang(zh-Hant),article blockquote var:lang(zh),article blockquote var:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}article blockquote i:lang(zh-CN),article blockquote i:lang(zh-Hans),article blockquote var:lang(zh-CN),article blockquote var:lang(zh-Hans){font-family:"Biaodian Pro Sans GB","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}article blockquote i:lang(ja),article blockquote var:lang(ja){font-family:"Yakumono Sans","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article figure blockquote :lang(ja-Latn),article figure blockquote :lang(zh-Latn),article figure blockquote :not(:lang(zh)):not(:lang(ja)),article figure blockquote:lang(ja-Latn),article figure blockquote:lang(zh-Latn),article figure blockquote:not(:lang(zh)):not(:lang(ja)),figure blockquote :lang(ja-Latn),figure blockquote :lang(zh-Latn),figure blockquote :not(:lang(zh)):not(:lang(ja)),figure blockquote:lang(ja-Latn),figure blockquote:lang(zh-Latn),figure blockquote:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Songti",cursive,serif}article figure blockquote:lang(zh),article figure blockquote:lang(zh-Hant),figure blockquote:lang(zh),figure blockquote:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Songti",serif}article figure blockquote:lang(zh-CN),article figure blockquote:lang(zh-Hans),figure blockquote:lang(zh-CN),figure blockquote:lang(zh-Hans){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Songti GB",serif}article figure blockquote:lang(ja),figure blockquote:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",serif}article blockquote :lang(ja-Latn),article blockquote :lang(zh-Latn),article blockquote :not(:lang(zh)):not(:lang(ja)),article blockquote:lang(ja-Latn),article blockquote:lang(zh-Latn),article blockquote:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Kaiti",cursive,serif}article blockquote:lang(zh),article blockquote:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}article blockquote:lang(zh-CN),article blockquote:lang(zh-Hans){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}article blockquote:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",cursive,serif}i :lang(ja-Latn),i :lang(zh-Latn),i :not(:lang(zh)):not(:lang(ja)),i:lang(ja-Latn),i:lang(zh-Latn),i:not(:lang(zh)):not(:lang(ja)),var :lang(ja-Latn),var :lang(zh-Latn),var :not(:lang(zh)):not(:lang(ja)),var:lang(ja-Latn),var:lang(zh-Latn),var:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti",cursive,serif}i:lang(zh),i:lang(zh-Hant),var:lang(zh),var:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}i:lang(zh-CN),i:lang(zh-Hans),var:lang(zh-CN),var:lang(zh-Hans){font-family:"Biaodian Pro Serif GB","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}i:lang(ja),var:lang(ja){font-family:"Yakumono Serif","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman",cursive,serif}code :lang(ja-Latn),code :lang(zh-Latn),code :not(:lang(zh)):not(:lang(ja)),code:lang(ja-Latn),code:lang(zh-Latn),code:not(:lang(zh)):not(:lang(ja)),kbd :lang(ja-Latn),kbd :lang(zh-Latn),kbd :not(:lang(zh)):not(:lang(ja)),kbd:lang(ja-Latn),kbd:lang(zh-Latn),kbd:not(:lang(zh)):not(:lang(ja)),pre :lang(ja-Latn),pre :lang(zh-Latn),pre :not(:lang(zh)):not(:lang(ja)),pre:lang(ja-Latn),pre:lang(zh-Latn),pre:not(:lang(zh)):not(:lang(ja)),samp :lang(ja-Latn),samp :lang(zh-Latn),samp :not(:lang(zh)):not(:lang(ja)),samp:lang(ja-Latn),samp:lang(zh-Latn),samp:not(:lang(zh)):not(:lang(ja)){font-family:Menlo,Consolas,Courier,"Han Heiti",monospace,monospace,sans-serif}code:lang(zh),code:lang(zh-Hant),kbd:lang(zh),kbd:lang(zh-Hant),pre:lang(zh),pre:lang(zh-Hant),samp:lang(zh),samp:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS",Menlo,Consolas,Courier,"Zhuyin Heiti","Han Heiti",monospace,monospace,sans-serif}code:lang(zh-CN),code:lang(zh-Hans),kbd:lang(zh-CN),kbd:lang(zh-Hans),pre:lang(zh-CN),pre:lang(zh-Hans),samp:lang(zh-CN),samp:lang(zh-Hans){font-family:"Biaodian Pro Sans GB",Menlo,Consolas,Courier,"Han Heiti GB",monospace,monospace,sans-serif}code:lang(ja),kbd:lang(ja),pre:lang(ja),samp:lang(ja){font-family:"Yakumono Sans",Menlo,Consolas,Courier,monospace,monospace,sans-serif}.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode=b7],hruby ru[annotation]:before,hruby ru[zhuyin] zhuyin,hruby ru[zhuyin] zhuyin diao,hruby.romanization rt,html,ruby ru[annotation]:before,ruby ru[zhuyin] zhuyin,ruby ru[zhuyin] zhuyin diao,ruby.romanization rt{-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga";-webkit-font-feature-settings:"liga";font-feature-settings:"liga"}hruby ru[zhuyin] zhuyin diao,ruby ru[zhuyin] zhuyin diao{font-family:"Zhuyin Kaiti",cursive,serif}hruby ru[annotation]:before,hruby.romanization rt,ruby ru[annotation]:before,ruby.romanization rt{font-family:"Romanization Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}.no-kaiti i,.no-kaiti var{padding-bottom:.05em;border-bottom:3px double lightgrey}article{line-height:1.7}article li,article p{text-align:justify;text-justify:inter-ideograph}article h1+blockquote,article h1+h2,article h1+h3,article h1+h4,article h1+h5,article h1+h6,article h1+ol,article h1+p,article h1+section>blockquote:first-child,article h1+section>h2:first-child,article h1+section>h3:first-child,article h1+section>h4:first-child,article h1+section>h5:first-child,article h1+section>h6:first-child,article h1+section>ol:first-child,article h1+section>p:first-child,article h1+section>ul:first-child,article h1+ul,article h2+blockquote,article h2+h2,article h2+h3,article h2+h4,article h2+h5,article h2+h6,article h2+ol,article h2+p,article h2+section>blockquote:first-child,article h2+section>h2:first-child,article h2+section>h3:first-child,article h2+section>h4:first-child,article h2+section>h5:first-child,article h2+section>h6:first-child,article h2+section>ol:first-child,article h2+section>p:first-child,article h2+section>ul:first-child,article h2+ul,article h3+blockquote,article h3+h3,article h3+h4,article h3+h5,article h3+h6,article h3+ol,article h3+p,article h3+section>blockquote:first-child,article h3+section>h3:first-child,article h3+section>h4:first-child,article h3+section>h5:first-child,article h3+section>h6:first-child,article h3+section>ol:first-child,article h3+section>p:first-child,article h3+section>ul:first-child,article h3+ul,article h4+blockquote,article h4+h4,article h4+h5,article h4+h6,article h4+ol,article h4+p,article h4+section>blockquote:first-child,article h4+section>h4:first-child,article h4+section>h5:first-child,article h4+section>h6:first-child,article h4+section>ol:first-child,article h4+section>p:first-child,article h4+section>ul:first-child,article h4+ul,article h5+blockquote,article h5+h5,article h5+h6,article h5+ol,article h5+p,article h5+section>blockquote:first-child,article h5+section>h5:first-child,article h5+section>h6:first-child,article h5+section>ol:first-child,article h5+section>p:first-child,article h5+section>ul:first-child,article h5+ul,article h6+blockquote,article h6+h6,article h6+ol,article h6+p,article h6+section>blockquote:first-child,article h6+section>h6:first-child,article h6+section>ol:first-child,article h6+section>p:first-child,article h6+section>ul:first-child,article h6+ul{margin-top:-1em}.poem-like p,p.poem-like{margin-left:2em}@media only screen and (max-width:480px){.poem-like p,p.poem-like{margin-left:1em}}article blockquote{margin-right:0}@media only screen and (max-width:480px){article blockquote{margin-left:1em}}figure blockquote{margin:0}blockquote blockquote{margin-left:1em;margin-right:1em}article blockquote blockquote{margin-right:0}@media only screen and (max-width:480px){blockquote,figure{margin-left:1em;margin-right:1em}}.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode=b7]{font-family:"Biaodian Basic","Han Heiti"}hws{display:inline;visibility:hidden;font-family:Arial,sans-serif!important;font-size:.89em}code hws,kbd hws,ol>hws,pre hws,samp hws,ul>hws{display:none}char_group .close:not(:last-child),char_group .open:not(:last-child),char_group [unicode='3001']:not(:last-child),char_group [unicode='3002']:not(:last-child),char_group [unicode=ff08]:not(:last-child),char_group [unicode=ff0c]:not(:last-child){letter-spacing:-.5em}char_group [unicode='30fb']+[unicode='300c'],char_group [unicode='30fb']+[unicode='300e'],char_group [unicode=b7]+[unicode='300c'],char_group [unicode=b7]+[unicode='300e']{margin-left:-.5em}char_group .liga+[unicode='300c'],char_group .liga+[unicode='300e']{margin-left:-.25em}char[display-as]{position:relative;display:inline-block}char[display-as] inner{color:transparent}char[display-as]:after{position:absolute;left:0;display:inline-block;content:attr(display-as)}char[display-as].comb-liga:after{font-family:"Romanization Sans","Zhuyin Kaiti"} \ No newline at end of file diff --git a/v3.0.2/han.min.js b/v3.0.2/han.min.js new file mode 100644 index 00000000..d2e4466c --- /dev/null +++ b/v3.0.2/han.min.js @@ -0,0 +1,5 @@ +/*! + * 漢字標準格式 v3.0.2 | MIT License | css.hanzi.co + * Han: CSS typography framework optimised for Hanzi + */ +void function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=b(a,!0):b(a)}("undefined"!=typeof window?window:this,function(a,b){"use strict";var c=a.document,d=c.documentElement,e=c.body,f="3.0.2",g=["initCond","renderElem","renderJiya","renderHWS","correctBasicBD","substCombLigaWithPUA"],h=function(a,b){return new h.fn.init(a,b)},i=function(){return arguments[0]&&(this.context=arguments[0]),arguments[1]&&(this.condition=arguments[1]),this};h.version=f,h.fn=h.prototype={version:f,constructor:h,context:e,condition:d,routine:g,init:i,setRoutine:function(a){return Array.isArray(a)&&(this.routine=a),this},render:function(a){var b=this,a=Array.isArray(a)?a:this.routine;return a.forEach(function(a){try{"string"==typeof a?b[a]():Array.isArray(a)&&b[a.shift()].apply(b,a)}catch(c){}}),this}},h.fn.init.prototype=h.fn,h.init=function(){return h.init=h().render()};var j={punct:{base:"[\u2026,.;:!?\u203d_]",sing:"[\u2010-\u2014\u2026]",middle:"[\\/~\\-&\u2010-\u2014_]",open:"['\"\u2018\u201c\\(\\[\xa1\xbf\u2e18\xab\u2039\u201a\u201c\u201e]",close:"['\"\u201d\u2019\\)\\]\xbb\u203a\u201b\u201d\u201f]",end:"['\"\u201d\u2019\\)\\]\xbb\u203a\u201b\u201d\u201f\u203c\u203d\u2047-\u2049,.;:!?]"},biaodian:{base:"[\ufe30\uff0e\u3001\uff0c\u3002\uff1a\uff1b\uff1f\uff01\u30fc]",liga:"[\u2014\u2026\u22ef]",middle:"[\xb7\uff3c\uff0f\uff0d\u30a0\uff06\u30fb\uff3f]",open:"[\u300c\u300e\u300a\u3008\uff08\u3014\uff3b\uff5b\u3010\u3016]",close:"[\u300d\u300f\u300b\u3009\uff09\u3015\uff3d\uff5d\u3011\u3017]",end:"[\u300d\u300f\u300b\u3009\uff09\u3015\uff3d\uff5d\u3011\u3017\ufe30\uff0e\u3001\uff0c\u3002\uff1a\uff1b\uff1f\uff01\u30fc]"},hanzi:{base:"[\u4e00-\u9fff\u3400-\u4db5\u31c0-\u31e3\u3007\ufa0e\ufa0f\ufa11\ufa13\ufa14\ufa1f\ufa21\ufa23\ufa24\ufa27-\ufa29]|[\ud800-\udbff][\udc00-\udfff]",desc:"[\u2ff0-\u2ffa]",radical:"[\u2f00-\u2fd5\u2e80-\u2ef3]"},latin:{base:"[A-Za-z0-9\xc0-\xff\u0100-\u017f\u0180-\u024f\u2c60-\u2c7f\ua720-\ua7ff\u1e00-\u1eff]",combine:"[\u0300-\u0341\u1dc0-\u1dff]"},ellinika:{base:"[0-9\u0370-\u03ff\u1f00-\u1fff]",combine:"[\u0300-\u0345\u1dc0-\u1dff]"},kirillica:{base:"[0-9\u0400-\u0482\u048a-\u04ff\u0500-\u052f\ua640-\ua66e\ua67e-\ua697]",combine:"[\u0483-\u0489\u2de0-\u2dff\ua66f-\ua67d\ua69f]"},kana:{base:"[\u30a2\u30a4\u30a6\u30a8\u30aa-\u30fa\u3042\u3044\u3046\u3048\u304a-\u3094\u309f\u30ff]|\ud82c[\udc00-\udc01]",small:"[\u3041\u3043\u3045\u3047\u3049\u30a1\u30a3\u30a5\u30a7\u30a9\u3063\u3083\u3085\u3087\u308e\u3095\u3096\u30c3\u30e3\u30e5\u30e7\u30ee\u30f5\u30f6\u31f0-\u31ff]",combine:"[\u3099-\u309c]",half:"[\uff66-\uff9f]",mark:"[\u30a0\u309d\u309e\u30fb-\u30fe]"},eonmun:{base:"[\uac00-\ud7a3]",letter:"[\u1100-\u11ff\u314f-\u3163\u3131-\u318e\ua960-\ua97c\ud7b0-\ud7fb]",half:"[\uffa1-\uffdc]"},zhuyin:{base:"[\u3105-\u312d\u31a0-\u31ba]",initial:"[\u3105-\u3119\u312a-\u312c\u31a0-\u31a3]",medial:"[\u3127-\u3129]","final":"[\u311a-\u3129\u312d\u31a4-\u31b3\u31b8-\u31ba]",tone:"[\u02d9\u02ca\u02c5\u02c7\u02cb\u02ea\u02eb]",ruyun:"[\u31b4-\u31b7][\u0358\u030d]?"}},k=function(){var a="[\\x20\\t\\r\\n\\f]",b=j.punct.open,c=j.punct.close,d=j.punct.end,e=j.punct.middle,f=j.punct.sing,g=b+"|"+d+"|"+e,h=j.biaodian.open,i=j.biaodian.close,k=j.biaodian.end,l=j.biaodian.middle,m=j.biaodian.liga+"{2}",n=h+"|"+k+"|"+l,o=j.kana.base+j.kana.combine+"?",p=j.kana.small+j.kana.combine+"?",q=j.kana.half,r=j.eonmun.base+"|"+j.eonmun.letter,s=j.eonmun.half,t=j.hanzi.base+"|"+j.hanzi.desc+"|"+j.hanzi.radical+"|"+o,u=j.ellinika.combine,v=j.latin.base+u+"*",w=j.ellinika.base+u+"*",x=j.kirillica.combine,y=j.kirillica.base+x+"*",z=v+"|"+w+"|"+y,A="['\u2019]",B=t+"|("+z+"|"+A+")+",C=j.zhuyin.initial,D=j.zhuyin.medial,E=j.zhuyin.final,F=j.zhuyin.tone+"|"+j.zhuyin.ruyun;return{"char":{punct:{all:new RegExp("("+g+")","g"),open:new RegExp("("+b+")","g"),end:new RegExp("("+d+")","g"),sing:new RegExp("("+f+")","g")},biaodian:{all:new RegExp("("+n+")","g"),open:new RegExp("("+h+")","g"),close:new RegExp("("+i+")","g"),end:new RegExp("("+k+")","g"),liga:new RegExp("("+m+")","g"),group:[new RegExp("("+h+"|"+l+"|"+k+"){2,}","g"),new RegExp("("+m+h+")","g")]},hanzi:{individual:new RegExp("("+t+")","g"),group:new RegExp("("+t+")+","g")},word:new RegExp("("+v+"|"+w+"|"+y+"|"+g+")+","ig"),alphabet:{latin:new RegExp("("+v+")","ig"),ellinika:new RegExp("("+w+")","ig"),kirillica:new RegExp("("+y+")","ig"),kana:new RegExp("("+o+")","g"),smallkana:new RegExp("("+p+")","g"),eonmun:new RegExp("("+r+")","g"),halfeonmun:new RegExp("("+s+")","g")}},jinze:{touwei:new RegExp("("+h+"+)("+B+")("+k+"+)","ig"),tou:new RegExp("("+h+"+)("+B+")","ig"),wei:new RegExp("("+B+")("+k+"+)","ig"),middle:new RegExp("("+B+")("+l+")("+B+")","ig")},zhuyin:{form:new RegExp("^\u02d9?("+C+")?("+D+")?("+E+")?("+F+")?$"),diao:new RegExp("("+F+")","g")},hws:{base:[new RegExp("("+t+")("+z+"|"+b+")","ig"),new RegExp("("+z+"|"+d+")("+t+")","ig")],strict:[new RegExp("("+t+")"+a+"?("+z+"|"+b+")","ig"),new RegExp("("+z+"|"+d+")"+a+"?("+t+")","ig")]},"display-as":{"ja-font-for-hant":["\u67e5 \u67fb","\u555f \u5553","\u9109 \u9115","\u503c \u5024","\u6c61 \u6c5a"],"comb-liga-pua":[["a[\u030d\u0358]","\udb80\udc61"],["e[\u030d\u0358]","\udb80\udc65"],["i[\u030d\u0358]","\udb80\udc69"],["o[\u030d\u0358]","\udb80\udc6f"],["u[\u030d\u0358]","\udb80\udc75"],["\u31b4[\u030d\u0358]","\udb8c\uddb4"],["\u31b5[\u030d\u0358]","\udb8c\uddb5"],["\u31b6[\u030d\u0358]","\udb8c\uddb6"],["\u31b7[\u030d\u0358]","\udb8c\uddb7"]]},"inaccurate-char":[["[\u2022\u2027]","\xb7"],["\u22ef\u22ef","\u2026\u2026"],["\u2500\u2500","\u2014\u2014"],["\u2035","\u2018"],["\u2032","\u2019"],["\u2036","\u201c"],["\u2033","\u201d"]]}}();h.UNICODE=j,h.TYPESET=k,h.UNICODE.cjk=h.UNICODE.hanzi,h.UNICODE.greek=h.UNICODE.ellinika,h.UNICODE.cyrillic=h.UNICODE.kirillica,h.UNICODE.hangul=h.UNICODE.eonmun,h.TYPESET.char.cjk=h.TYPESET.char.hanzi,h.TYPESET.char.alphabet.greek=h.TYPESET.char.alphabet.ellinika,h.TYPESET.char.alphabet.cyrillic=h.TYPESET.char.alphabet.kirillica,h.TYPESET.char.alphabet.hangul=h.TYPESET.char.alphabet.eonmun;var l={id:function(a,b){return(b||c).getElementById(a)},tag:function(a,b){return this.makeArray((b||c).getElementsByTagName(a))},qsa:function(a,b){return this.makeArray((b||c).querySelectorAll(a))},matches:function(a,b){var c=Element.prototype,d=c.matches||c.mozMatchesSelector||c.msMatchesSelector||c.webkitMatchesSelector;try{return d.call(a,b)}catch(e){return!1}},create:function(a,b){var a="!"===a?c.createDocumentFragment():""===a?c.createTextNode(b||""):c.createElement(a);try{b&&(a.className=b)}catch(d){}return a},clone:function(a,b){return a.cloneNode(b||!0)},remove:function(a,b){return(b||a.parentNode).removeChild(a)},setAttr:function(a,b){var c=b.length;if("object"==typeof b){if("object"==typeof b[0]&&"name"in b[0])for(var d=0;c>d;d++)void 0!==b[d].value&&a.setAttribute(b[d].name,b[d].value);else for(var e in b)b.hasOwnProperty(e)&&void 0!==b[e]&&a.setAttribute(e,b[e]);return a}},isIgnorable:function(a){return"WBR"===a.nodeName||a.nodeType===Node.COMMENT_NODE},makeArray:function(a){return Array.prototype.slice.call(a)},extend:function(a,b){var c="object"==typeof a||"function"==typeof a||"object"==typeof b;if(c){for(var d in b)b.hasOwnProperty(d)&&(a[d]=b[d]);return a}}},m=function(){var a="retain",b="first",d=c,e={}.toString;function f(a){return"[object Array]"==e.call(a)}function g(a){return String(a).replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}function h(){return i.apply(null,arguments)||j.apply(null,arguments)}function i(a,b,c,d,e){if(b&&!b.nodeType&&arguments.length<=2)return!1;var f="function"==typeof c;f&&(c=function(a){return function(b,c){return a(b.text,c.startIndex)}}(c));var g=j(b,{find:a,wrap:f?null:c,replace:f?c:"$"+(d||"&"),prepMatch:function(a,b){if(!a[0])throw"findAndReplaceDOMText cannot handle zero-length matches";if(d>0){var c=a[d];a.index+=a[0].indexOf(c),a[0]=c}return a.endIndex=a.index+a[0].length,a.startIndex=a.index,a.index=b,a},filterElements:e});return h.revert=function(){return g.revert()},!0}function j(a,b){return new k(a,b)}h.Finder=k;function k(b,c){c.portionMode=c.portionMode||a,this.node=b,this.options=c,this.prepMatch=c.prepMatch||this.prepMatch,this.reverts=[],this.matches=this.search(),this.matches.length&&this.processMatches()}return k.prototype={search:function(){var a,b=0,c=this.options.find,d=this.getAggregateText(),e=[];if(c="string"==typeof c?RegExp(g(c),"g"):c,c.global)while(a=c.exec(d))e.push(this.prepMatch(a,b++));else(a=d.match(c))&&e.push(this.prepMatch(a,0));return e},prepMatch:function(a,b){if(!a[0])throw new Error("findAndReplaceDOMText cannot handle zero-length matches");return a.endIndex=a.index+a[0].length,a.startIndex=a.index,a.index=b,a},getAggregateText:function(){var a=this.options.filterElements;return b(this.node);function b(c){if(3===c.nodeType)return c.data;if(a&&!a(c))return"";var d="";if(c=c.firstChild)do d+=b(c);while(c=c.nextSibling);return d}},processMatches:function(){var a=this.matches,b=this.node,c=this.options.filterElements,d,e,f=[],g=b,h=a.shift(),i=0,j=0,k=0,l,m=[b];a:while(!0){if(3===g.nodeType&&(!e&&g.length+i>=h.endIndex?e={node:g,index:k++,text:g.data.substring(h.startIndex-i,h.endIndex-i),indexInMatch:i-h.startIndex,indexInNode:h.startIndex-i,endIndexInNode:h.endIndex-i,isEnd:!0}:d&&f.push({node:g,index:k++,text:g.data,indexInMatch:i-h.startIndex,indexInNode:0}),!d&&g.length+i>h.startIndex&&(d={node:g,index:k++,indexInMatch:0,indexInNode:h.startIndex-i,endIndexInNode:h.endIndex-i,text:g.data.substring(h.startIndex-i,h.endIndex-i)}),i+=g.data.length),l=1===g.nodeType&&c&&!c(g),d&&e){if(g=this.replaceMatch(h,d,f,e),i-=e.node.data.length-e.endIndexInNode,d=null,e=null,f=[],h=a.shift(),k=0,j++,!h)break}else if(!l&&(g.firstChild||g.nextSibling)){g.firstChild?(m.push(g),g=g.firstChild):g=g.nextSibling;continue}while(!0){if(g.nextSibling){g=g.nextSibling;break}if(g=m.pop(),g===b)break a}}},revert:function(){for(var a=this.reverts.length;a--;)this.reverts[a]();this.reverts=[]},prepareReplacementString:function(a,c,d,e){var f=this.options.portionMode;return f===b&&c.indexInMatch>0?"":(a=a.replace(/\$(\d+|&|`|')/g,function(a,b){var c;switch(b){case"&":c=d[0];break;case"`":c=d.input.substring(0,d.startIndex);break;case"'":c=d.input.substring(d.endIndex);break;default:c=d[+b]}return c}),f===b?a:c.isEnd?a.substring(c.indexInMatch):a.substring(c.indexInMatch,c.indexInMatch+c.text.length))},getPortionReplacementNode:function(a,b,c){var e=this.options.replace||"$&",f=this.options.wrap;if(f&&f.nodeType){var g=d.createElement("div");g.innerHTML=f.outerHTML||(new XMLSerializer).serializeToString(f),f=g.firstChild}if("function"==typeof e)return e=e(a,b,c),e&&e.nodeType?e:d.createTextNode(String(e));var h="string"==typeof f?d.createElement(f):f;return e=d.createTextNode(this.prepareReplacementString(e,a,b,c)),e.data&&h?(h.appendChild(e),h):e},replaceMatch:function(a,b,c,e){var f=b.node,g=e.node,h,i;if(f===g){var j=f;b.indexInNode>0&&(h=d.createTextNode(j.data.substring(0,b.indexInNode)),j.parentNode.insertBefore(h,j));var k=this.getPortionReplacementNode(e,a);return j.parentNode.insertBefore(k,j),e.endIndexInNoden;++n){var p=c[n],q=this.getPortionReplacementNode(p,a);p.node.parentNode.replaceChild(q,p.node),this.reverts.push(function(a,b){return function(){b.parentNode.replaceChild(a.node,b)}}(p,q)),m.push(q)}var r=this.getPortionReplacementNode(e,a);return f.parentNode.insertBefore(h,f),f.parentNode.insertBefore(l,f),f.parentNode.removeChild(f),g.parentNode.insertBefore(r,g),g.parentNode.insertBefore(i,g),g.parentNode.removeChild(g),this.reverts.push(function(){h.parentNode.removeChild(h),l.parentNode.replaceChild(f,l),i.parentNode.removeChild(i),r.parentNode.replaceChild(g,r)}),r}},h}(),n="style, script",o=function(a,b,c,d,e){return new o.prototype.init(a,b,c,d,e)};o.prototype={constructor:o,context:"",finder:[],init:function(a,b,c,d,e){return this.context=a,this.filterOut(b),"string"==typeof c&&this[c]?this[c](d,e):this},filterOutSelector:n,filterOutFn:function(a){return l.matches(a,this.filterOutSelector)?!1:!0},filterOut:function(a){return"string"==typeof a?this.filterOutSelector=a:"function"==typeof a&&(this.filterOutFn=a),this},replace:function(a,b){var c=this;return this.finder.push(m(this.context,{find:a,replace:b,filterElements:function(a){return c.filterOutFn(a)}})),this},wrap:function(a,b){var c=this;return c.finder.push(m(c.context,{find:a,wrap:b,filterElements:function(a){return c.filterOutFn(a)}})),this},revert:function(a){var b=this.finder.length,a=Number(a)||0===a?Number(a):"all"===a?b:1;if("undefined"==typeof b||0===b)return this;a>this.finder.length&&(a=b);for(var c=parseInt(a);c>0;c--)this.finder.pop().revert();return this},jinzify:function(){var a=this.filterOutSelector;return this.filterOutSelector+=", jinze",this.replace(k.jinze.touwei,function(a,b){var c=b[0],d=l.create("",c),e=l.create("jinze","touwei");return e.appendChild(d),0===a.index&&a.isEnd||1===a.index?e:""}).replace(k.jinze.wei,function(a,b){var c=b[0],d=l.create("",c),e=l.create("jinze","wei");return e.appendChild(d),0===a.index?e:""}).replace(k.jinze.tou,function(a,b){var c=b[0],d=l.create("",c),e=l.create("jinze","tou");return e.appendChild(d),0===a.index&&a.isEnd||1===a.index?e:""}).replace(k.jinze.middle,function(a,b){var c=b[0],d=l.create("",c),e=l.create("jinze","middle");return e.appendChild(d),0===a.index&&a.isEnd||1===a.index?e:""}),this.filterOutSelector=a,this},groupify:function(){return this.wrap(k.char.biaodian.group[0],l.clone(l.create("char_group","biaodian cjk"))).wrap(k.char.biaodian.group[1],l.clone(l.create("char_group","biaodian cjk"))),this},charify:function(a){var a=l.extend({hanzi:"individual",liga:"liga",word:"group",latin:"group",ellinika:"group",kirillica:"group",kana:"none",eonmun:"none"},a||{});return"group"===a.hanzi&&this.wrap(k.char.hanzi.group,l.clone(l.create("char_group","hanzi cjk"))),"individual"===a.hanzi&&this.wrap(k.char.hanzi.individual,l.clone(l.create("char","hanzi cjk"))),("individual"===a.hanzi||"biaodian"===a.hanzi||"liga"===a.liga)&&("none"!==a.hanzi&&this.replace(k.char.biaodian.all,function(a,b){var c=b[0],d=l.create("",c),e="biaodian cjk "+(c.match(k.char.biaodian.open)?"open":c.match(k.char.biaodian.close)?"close end":c.match(k.char.biaodian.end)?"end":""),f=l.create("char",e),g=c.charCodeAt(0).toString(16);return f.setAttribute("unicode",g),f.appendChild(d),f}),this.replace("liga"===a.liga?k.char.biaodian.liga:new RegExp("("+j.biaodian.liga+")","g"),function(a,b){var c=b[0],d=l.create("",c),e=l.create("char","biaodian liga cjk"),f=c.charCodeAt(0).toString(16);return e.setAttribute("unicode",f),e.appendChild(d),e})),"none"!==a.word&&this.wrap(k.char.word,l.clone(l.create("word"))),("none"!==a.latin||"none"!==a.ellinika||"none"!==a.kirillica)&&this.wrap(k.char.punct.all,l.clone(l.create("char","punct"))),"individual"===a.latin&&this.wrap(k.char.alphabet.latin,l.clone(l.create("char","alphabet latin"))),"individual"===a.ellinika&&this.wrap(k.char.alphabet.ellinika,l.clone(l.create("char","alphabet ellinika greek"))),"individual"===a.kirillica&&this.wrap(k.char.alphabet.kirillica,l.clone(l.create("char","alphabet kirillica cyrillic"))),this}},o.prototype.init.prototype=o.prototype,h.find=o,void["replace","wrap","revert","jinzify","charify"].forEach(function(a){h.fn[a]=function(){return this.finder||(this.finder=h.find(this.context)),this.finder[a](arguments[0],arguments[1]),this}});var p={JS_RENDERED_CLASS:"hyu-js-rendered"};function q(a,b){var c=l.create("canvas"),d;return c.width="50",c.height="20",c.style.display="none",e.appendChild(c),d=c.getContext("2d"),d.textBaseline="top",d.font="15px "+b+", sans-serif",d.fillStyle="black",d.strokeStyle="black",d.fillText(a,0,0),[c,d]}function r(a,b,c){var a=a,b=b,c=c||"\u8fadQ",d;try{b=q(c,b||"sans-serif"),a=q(c,a);for(var e=1;20>=e;e++)for(var f=1;50>=f;f++){if("undefined"!==d&&a[1].getImageData(f,e,1,1).data[3]!==b[1].getImageData(f,e,1,1).data[3]){d=!0;break}if(d)break;50!==f||20!==e||d||(d=!1)}return l.remove(b[0]),l.remove(a[0]),b=null,a=null,d}catch(g){return!1}}p.detectFont=r,p.support=function(){var b="Webkit Moz ms".split(" "),f=l.create("_"),g={};function h(a){var c=a.charAt(0).toUpperCase()+a.slice(1),d=(a+" "+b.join(c+" ")+c).split(" "),e;return d.forEach(function(a){"string"==typeof f.style[a]&&(e=!0)}),e||!1}function i(a,b){var c=e||l.create("body"),f=l.create("div"),g=e?f:c,b="function"==typeof b?b:function(){},h,i,j;return h=[""].join(""),g.innerHTML+=h,c.appendChild(f),e||(c.style.background="",c.style.overflow="hidden",j=d.style.overflow,d.style.overflow="hidden",d.appendChild(c)),i=b(g,a),l.remove(g),e||(d.style.overflow=j),!!i}function j(b,d){var e;return a.getComputedStyle?e=c.defaultView.getComputedStyle(b,null).getPropertyValue(d):b.currentStyle&&(e=b.currentStyle[d]),e}return{ruby:function(){var a=l.create("ruby"),b=l.create("rt"),c=l.create("rp"),e;return a.appendChild(c),a.appendChild(b),d.appendChild(a),e="none"===j(c,"display")||"ruby"===j(a,"display")&&"ruby-text"===j(b,"display")?!0:!1,d.removeChild(a),a=null,b=null,c=null,e}(),fontface:function(){var a;return i('@font-face { font-family: font; src: url("http://"); }',function(b,c){var d=l.qsa("style",b)[0],e=d.sheet||d.styleSheet,f=e?e.cssRules&&e.cssRules[0]?e.cssRules[0].cssText:e.cssText||"":"";a=/src/i.test(f)&&0===f.indexOf(c.split(" ")[0])}),a}(),unicoderange:function(){var a;return i('@font-face{font-family:test-for-unicode-range;src:local(Arial),local("Droid Sans")}@font-face{font-family:test-for-unicode-range;src:local("Times New Roman"),local(Times),local("Droid Serif");unicode-range:U+270C}',function(){a=!p.detectFont("test-for-unicode-range",'Arial, "Droid Sans"',"Q")}),a}(),columnwidth:h("columnWidth"),textemphasis:h("textEmphasis"),writingmode:h("writingMode")}}(),p.initCond=function(a){var a=a||d,b="",c;a.classList.add(p.JS_RENDERED_CLASS);for(var e in p.support)c=(p.support[e]?"":"no-")+e,a.classList.add(c),b+=c+" ";return b};function s(a,b,c){var d=l.create("ru"),b=l.clone(b),c=c||{};return Array.isArray(a)?d.innerHTML=a.map(function(a){return a.outerHTML}).join(""):d.appendChild(l.clone(a)),d.appendChild(b),c.annotation=b.textContent,l.setAttr(d,c),d}function t(a,b){var a=l.clone(a),c=l.create("ru"),d=l.create("zhuyin"),e=l.create("yin"),f=l.create("diao"),g=b.textContent,h,i,j,m;return h=g.replace(k.zhuyin.diao,""),m=h?h.length:0,i=g.replace(h,"").replace(/[\u02C5]/g,"\u02c7").replace(/[\u030D]/g,"\u0358"),j=g.replace(k.zhuyin.form,function(a,b,c){return[a?"S":null,b?"J":null,c?"Y":null].join("")}),f.innerHTML=i,e.innerHTML=h,d.appendChild(e),d.appendChild(f),c.appendChild(a),c.appendChild(d),l.setAttr(c,{zhuyin:"",diao:i,length:m,form:j}),c}l.extend(p,{renderElem:function(a){this.renderRuby(a),this.renderDecoLine(a),this.renderDecoLine(a,"s, del"),this.renderEm(a)},renderDecoLine:function(a,b){var b=b||"u, ins",c=l.qsa(b,a),d=new RegExp("^("+b.replace(/\,\s?/g,"|")+")$","ig");c.forEach(function(a){var b;do if(b=(b||a).nextSibling,!b)return;while(l.isIgnorable(b));b.nodeName.match(d)&&b.classList.add("adjacent")})},renderEm:function(a,b){var c=b?"qsa":"tag",b=b||"em",d=l[c](b,a);d.forEach(function(a){var b=o(a);p.support.textemphasis||b.jinzify(),b.groupify().charify(p.support.textemphasis?{hanzi:"biaodian",word:"punctuation"}:{latin:"individual",ellinika:"individual",kirillica:"individual"})})},renderRuby:function(a,b){var c=b?"qsa":"tag",b=b||"ruby",d=l[c](b,a),e=l.qsa(b+", rtc",a);e.forEach(function(a){var b=a.classList;b.contains("pinyin")?b.add("romanization"):b.contains("mps")&&b.add("zhuyin"),b.contains("romanization")&&b.add("annotation")}),d.forEach(function(a){var c=a.classList,d=!p.support.ruby||c.contains("zhuyin")||c.contains("complex")||c.contains("rightangle"),e,f,g,h,i,j;d&&(e=l.create("!"),e.appendChild(l.clone(a)),f=l.qsa(b,e)[0],(!p.support.ruby||c.contains("zhuyin"))&&l.tag("rt",f).forEach(function(a){var b=l.create("!"),d=[],e;do{if(e=(e||a).previousSibling,!e||e.nodeName.match(/(r[ubt])/i))break;b.insertBefore(l.clone(e),b.firstChild),d.push(e)}while(!e.nodeName.match(/(r[ubt])/i));h=c.contains("zhuyin")?t(b,a):s(b,a);try{a.parentNode.replaceChild(h,a),d.forEach(function(a){l.remove(a)})}catch(f){}}),(c.contains("complex")||c.contains("rightangle"))&&(g=h=l.tag("rb",f),i=g.length,!function(b){b&&(h=l.tag("rt",b).map(function(a,b){if(g[b]){var c=t(g[b],a);try{g[b].parentNode.replaceChild(c,g[b])}catch(d){}return c}}),l.remove(b),a.setAttribute("rightangle",""))}(f.querySelector("rtc.zhuyin")),l.qsa("rtc:not(.zhuyin)",f).forEach(function(b,d){var e;e=l.tag("rt",b).map(function(b,e){var f=Number(b.getAttribute("rbspan")||1),g=0,j=[],k,m;f>i&&(f=i);do{try{k=h.shift(),j.push(k)}catch(n){}g+=Number(k.getAttribute("span")||1)}while(f>g);if(g>f){if(j.length>1)return void console.error("An impossible `rbspan` value detected.",a);j=l.tag("rb",j[0]),h=j.slice(f).concat(h),j=j.slice(0,f),g=f}m=s(j,b,{"class":c,span:g,order:d});try{j[0].parentNode.replaceChild(m,j.shift()),j.forEach(function(a){l.remove(a)})}catch(n){}return m}),h=e,l.remove(b)})),j=l.create("hruby"),j.innerHTML=e.firstChild.innerHTML,l.setAttr(j,a.attributes),j.normalize(),a.parentNode.replaceChild(j,a))})}}),h.normalize=p,h.support=p.support,h.detectFont=p.detectFont,h.fn.initCond=function(){return this.condition.classList.add("han-js-rendered"),h.normalize.initCond(this.condition),this},void["Elem","DecoLine","Em","Ruby"].forEach(function(a){var b="render"+a;h.fn[b]=function(a){return h.normalize[b](this.context,a),this}}),l.extend(h.support,{heiti:!0,songti:h.detectFont('"Han Songti"'),"songti-gb":h.detectFont('"Han Songti GB"'),kaiti:h.detectFont('"Han Kaiti"'),fangsong:h.detectFont('"Han Fangsong"')});var u="* > hws:first-child, * > wbr:first-child + hws, wbr:first-child + wbr + hws",v=function(){var a=l.create("div");return a.appendChild(l.create("","0-")),a.appendChild(l.create("","2")),a.normalize(),2!==a.firstChild.length}(),w;w=l.create("hws"),w.innerHTML=" ",l.extend(h,{isNodeNormalizeNormal:v,renderHWS:function(a,b){var a=a||c,d=b?"strict":"base",e=h.find(a);return e.filterOutSelector+=b?", textarea, code, kbd, samp, pre":", textarea",e.replace(h.TYPESET.hws[d][0],"$1$2").replace(h.TYPESET.hws[d][1],"$1$2").replace(/(['"]+)(.+?)\1/gi,"$1$2$1").replace("",function(){return l.clone(w)}),l.qsa(u,a).forEach(function(a){var b=a.parentNode,c=b.firstChild;while(l.isIgnorable(c))if(c=c.nextSibling,!c)return;while("HWS"===c.nodeName)if(l.remove(c,b),c=b.parentNode.insertBefore(l.clone(w),b),b=b.parentNode,v&&b.normalize(),c!==b.firstChild)break}),v&&a.normalize(),e}}),l.extend(h.fn,{HWS:null,renderHWS:function(a){return h.renderHWS(this.context,a),this.HWS=l.tag("hws",this.context),this},revertHWS:function(){return this.HWS.forEach(function(a){l.remove(a)}),this}}),h.renderJiya=function(a){var a=a||c,b=[h.find(a)];return b[0].filterOutSelector+=", textarea, code, kbd, samp, pre, jinze, em",b[0].groupify(),l.qsa("char_group.biaodian",a).forEach(function(a){b.push(h(a).charify({hanzi:"biaodian",liga:"liga",word:"none",latin:"none",ellinika:"none",kirillica:"none"}))}),b},l.extend(h.fn,{jiya:null,renderJiya:function(){return this.jiya=h.renderJiya(this.context),this},revertJiya:function(){try{this.jiya.revert("all")}catch(a){}return this}});var x;x=l.create("char","biaodian cjk middle"),x.setAttribute("unicode","b7"),h.correctBasicBD=function(a,b){var a=a||c,d;(!h.support.unicoderange||b)&&(d=h.find(a),d.filteredElemList+=" em",d.wrap(/\u00B7/g,l.clone(x)).charify({liga:"liga",hanzi:"none",word:"none",latin:"none",ellinika:"none",kirillica:"none"}))},l.extend(h.fn,{basicBD:null,correctBasicBD:function(a){return this.basicBD=h.correctBasicBD(this.context,a),this},revertBasicBD:function(){try{this.basicBD.revert("all")}catch(a){}return this}});var y="ru[annotation]",z=" textarea code kbd samp pre",A=function(){var a=e||l.create("body"),b=l.create("div"),c=l.create("span"),f=e?b:a,g,h,i;return e?e.appendChild(f):(a.style.background="",a.style.overflow="hidden",h=d.style.overflow,d.style.overflow="hidden",d.appendChild(a)),c.innerHTML="i̍",c.style.fontFamily="sans-serif",c.style.display="inline-block",g=l.clone(c),g.style.fontFamily='"Romanization Sans"',f.appendChild(c),f.appendChild(g),i=c.clientWidth!==g.clientWidth,l.remove(f),e||(d.style.overflow=h),i}(),B=h.TYPESET["display-as"]["comb-liga-pua"],C=h.TYPESET["inaccurate-char"],D=l.create("char","comb-liga"),E=l.create("inner");return l.extend(h,{isCombLigaNormal:A,substCombLigaWithPUA:function(a){var a=a||c,b=h.find(a);if(!A)return b.filteredElemList+=z,B.forEach(function(a){b.replace(new RegExp(a[0],"ig"),function(b,c){var d=l.clone(D),e=l.clone(E);return e.innerHTML=c[0],d.appendChild(e),d.setAttribute("display-as",a[1]),0===b.index?d:""})}),l.qsa(y,a).forEach(function(a){var b=a.getAttribute("annotation");B.slice(0,5).forEach(function(a){b=b.replace(new RegExp(a[0],"ig"),a[1])}),a.setAttribute("annotation",b)}),b},substInaccurateChar:function(a){var a=a||c,b=h.find(a);b.filteredElemList+=z,C.forEach(function(a){b.replace(new RegExp(a[0],"ig"),a[1])})}}),l.extend(h.fn,{"comb-liga":null,"inaccurate-char":null,substCombLigaWithPUA:function(){return this["comb-liga"]=h.substCombLigaWithPUA(this.context),this},revertCombLigaWithPUA:function(){try{this["comb-liga"].revert("all")}catch(a){}return this},substInaccurateChar:function(){return this["inaccurate-char"]=h.substInaccurateChar(this.context),this},revertInaccurateChar:function(){try{this["inaccurate-char"].revert("all")}catch(a){}return this}}),a.addEventListener("DOMContentLoaded",function(){var a;d.classList.contains("han-init")?h.init():(a=c.querySelector(".han-init-context"))&&(h.init=h(a).render())}),"function"==typeof define&&define.amd?define(function(){return h}):("undefined"==typeof b||b===!1)&&(a.Han=h),h}); \ No newline at end of file diff --git a/v3.0.2/hws.html b/v3.0.2/hws.html new file mode 100644 index 00000000..e08ba49f --- /dev/null +++ b/v3.0.2/hws.html @@ -0,0 +1,142 @@ + + + + + 測試・漢字西文混排間隙 — 漢字標準格式 + + + + + + + +
+

測試·漢字西文混排間隙

+
+

基本漢字西文混排間隙

+
+

拉丁字母及數字

+

研究發現,全球狂銷的蘋果iPad超省電。根據非營利組織EPRI(電力研究中心),iPad一年電費只需1.36美刀(U.S. Dollar)。

+
+
+

希臘字母

+

游離輻射可以區分為高能粒子流與高能電磁波,其中高能粒子流包含α粒子、β粒子(+/−)與中子,高能電磁波包含γ射線、X射線與特定波長的紫外線。每一種粒子或射線的電離能力與穿透性均不同,例如α粒子的電離能力很強,但穿透力非常弱,只要一張紙就能阻隔;γ射線的特性就恰與α粒子相反,其穿透能力非常強,需要幾英呎厚的混凝土才能降低γ射線,但是γ射線的電離能力卻很弱,對生物的影響相對較小。

+
+
+

西里爾字母

+

我有學過українська мова,所以русский язык我可以稍微看得懂。

+
+
+
+

完整中日韓表意文字區段支援

+

注意:部分擴展區漢字可能不為多數作業系統支援,而顯示為空白方框。安裝花園明朝體可以解決這個問題。

+

+ 擴展A:How㐀are㘻you䶵?
+ 擴展B:A𠀀b𠄉C𪛖d
+ 擴展C:E𪜀f𪶛G𪷼h𪜺I
+ 擴展D:j𫝀K𫠝L
+ 表意數字零:Θ〇Ω
+ 康熙及簡體字部首:⼌Т⿕Я⺃ж⻍ы⻰Ӓ⻳Ӂ
+ 表意文字描述字元:⿸Ҕ⿷ẳ⿳ +

+
+

假名

+

歯のEnamelに復元不可能な損害をもたらす。

+
+
+
+

組合字(combining character

+

天然ê上好!

+

Ὅ̴̊̌ηρος̃馬。

+

К҉о҈ш҉к҈а҈咪。

+
+
+

元素邊界的調整

+

+ 美國Chicago這架飛船的目的地。 +

+

+ 去Europe旅行帶上Dollars + Euró就夠了! +

+
+

有註解及機會斷行元素的情況

+

不知道是不是like this你用「元件檢閱器」看看。

+
+
+

多層元素嵌套

+

+ Who do you自以為you are? +

+

你是咧com啥物plain啦!

+
+
+

清單

+
    +
  1. Tissue
  2. +
  3. + 鴨蛋 +
  4. +
  5. Eggs
  6. +
  7. 垃圾袋XL
  8. +
+
+
+
+

非典型情況

+

雖然很非典型,但是¿你說不可能嗎?不對哦.

+

+ 他罵了一聲¡逼!就走——了.
+ 他罵了一句¡逼、逼逼!就走……了. +

+

為‘什’麼;為“什”麼?

+

+ 這是一個句子[漢字123]然後就沒有然後了;
+ 這是一個句子[漢123字]然後就沒有然後了;
+ 這是一個句子(漢字123)然後就沒有然後了;
+ 這是一個句子(漢123字)然後就沒有然後了. +

+

+ 選項(必填) for example,
+ For example: (必填)選項
+ 問題: 這是,答案. +

+

+ 這是一段包含單'引'號和雙"引"號'單引號'和"雙引號"的文字.
+ 單引號'大X中ZZ天'!
+ 單引號'大X中ZZ天'和雙引號"大X中Y天"哦! +

+
+
+

不作用的元素

+

文字區塊表單

+ +

代碼等元素

+

代code碼輸key入board鍵計算機samp輸出示例

+
格式pre處理
+

注意:在漢字西文混排間隙「基本模式」下,代碼、輸入鍵、計算機輸出示例等元素仍經renderHWS()處理,惟使用樣式表將其下之hws元素隱藏,可藉樣式的改寫來顯示漢字西文混排間隙;「嚴格模式」下,則渲染以上元素。 +

+
+
+ + + + \ No newline at end of file diff --git a/v3.0.2/hws.jade b/v3.0.2/hws.jade new file mode 100644 index 00000000..b5b61428 --- /dev/null +++ b/v3.0.2/hws.jade @@ -0,0 +1,156 @@ +doctype html +html(lang='zh-Hant').han-init + head + meta(charset='utf-8') + title 測試・漢字西文混排間隙 — 漢字標準格式 + link(rel='stylesheet', href='./han.min.css') + style. + html { + overflow-x: hidden; + } + + article { + /* position */ + margin: 0 auto; + + /* box */ + max-width: 35em; + padding: 0 .5em 15em; + } + meta(name='viewport' content='width=device-width, initial-scale=1.0') + meta(name='description' content='印刷品般的漢字網頁排版框架') + meta(name='keywords' content='漢字標準格式, 中文, 排版, 排版規範, 日文, 字體排印, 文字設計, CLReq, CSS, Sass, typography') + body.test + + article + h1 測試·漢字西文混排間隙 + section#jiben_hws + h2 基本漢字西文混排間隙 + section#latn + h3 拉丁字母及數字 + p + | 研究發現,全球狂銷的蘋果 + span(lang='en') iPad + | 超省電。根據非營利組織 + abbr(lang='en' title='Electric Power Research Institute') EPRI + | (電力研究中心), + span(lang='en') iPad + | 一年電費只需1.36美刀( + span(lang='en') U.S. Dollar + | )。 + section#el + h3 希臘字母 + p 游離輻射可以區分為高能粒子流與高能電磁波,其中高能粒子流包含α粒子、β粒子(+/−)與中子,高能電磁波包含γ射線、X射線與特定波長的紫外線。每一種粒子或射線的電離能力與穿透性均不同,例如α粒子的電離能力很強,但穿透力非常弱,只要一張紙就能阻隔;γ射線的特性就恰與α粒子相反,其穿透能力非常強,需要幾英呎厚的混凝土才能降低γ射線,但是γ射線的電離能力卻很弱,對生物的影響相對較小。 + section#cyrl + h3 西里爾字母 + p + | 我有學過 + span(lang='uk') українська мова + | ,所以 + span(lang='ru') русский язык + | 我可以稍微看得懂。 + section#cjk + h2 完整中日韓表意文字區段支援 + p + strong 注意: + | 部分擴展區漢字可能不為多數作業系統支援,而顯示為空白方框。 + a(href='http://fonts.jp/hanazono/') 安裝花園明朝體 + | 可以解決這個問題。 + p + | 擴展A:How㐀are㘻you䶵?
+ | 擴展B:A𠀀b𠄉C𪛖d
+ | 擴展C:E𪜀f𪶛G𪷼h𪜺I
+ | 擴展D:j𫝀K𫠝L
+ | 表意數字零:Θ〇Ω
+ | 康熙及簡體字部首:⼌Т⿕Я⺃ж⻍ы⻰Ӓ⻳Ӂ
+ | 表意文字描述字元:⿸Ҕ⿷ẳ⿳ + section#kana + h3 假名 + p(lang='ja') + | 歯のEnamelに復元不可能な損害をもたらす。 + section#zuhezi + h2 組合字(combining character) + p(lang='zh-nan-Hant') + | 天然ê上好! + p + | 荷 + span(lang='el') Ὅ̴̊̌ηρος̃ + | 馬。 + p + | 貓 + span(lang='ru') К҉о҈ш҉к҈а҈ + | 咪。 + section#yuansu_bianjie_de_tiaozheng + h2 元素邊界的調整 + p + u.pn 美國 + span(lang='en') Chicago + em 是 + | 這架飛船的目的地。 + p + | 去Europe旅行帶上Dollars + | Euró就夠了! + section#comment + h3 有註解及機會斷行元素的情況 + p 不知道是不是like this你用「元件檢閱器」看看。 + section#multiple + h3 多層元素嵌套 + p(lang='en') + | Who do you自以為you are? + p(lang='zh-nan-Hant') + | 你是咧com啥物plain啦! + section#list + h3 清單 + ol + li Tissue + li: s 鴨蛋 + li Eggs + li: strong 垃圾袋XL + section#atypical + h2 非典型情況 + p 雖然很非典型,但是¿你說不可能嗎?不對哦. + p + | 他罵了一聲¡逼!就走——了.
+ | 他罵了一句¡逼、逼逼!就走……了. + p 為‘什’麼;為“什”麼? + p + | 這是一個句子[漢字123]然後就沒有然後了;
+ | 這是一個句子[漢123字]然後就沒有然後了;
+ | 這是一個句子(漢字123)然後就沒有然後了;
+ | 這是一個句子(漢123字)然後就沒有然後了. + p + | 選項(必填) for example,
+ | For example: (必填)選項
+ | 問題: 這是,答案. + p + | 這是一段包含單'引'號和雙"引"號'單引號'和"雙引號"的文字.
+ | 單引號'大X中ZZ天'!
+ | 單引號'大X中ZZ天'和雙引號"大X中Y天"哦! + section#filtered + h2 不作用的元素 + h3 文字區塊表單 + textarea(style='height: 7em; width: 50%;') + | 漢字and仮名カkaナna。 + h3 代碼等元素 + p + code 代code碼 + | 、 + kbd 輸key入board鍵 + | 、 + samp 計算機samp輸出示例 + | 。 + pre + | 格式pre處理 + p.noti + strong 注意: + | 在漢字西文混排間隙「基本模式」下,代碼、輸入鍵、計算機輸出示例等元素仍經 + code renderHWS() + | 處理,惟使用樣式表將其下之hws元素隱藏,可藉樣式的改寫來顯示漢字西文混排間隙;「嚴格模式」下,則渲染以上元素。 + + // Here goes scripts + script(src='./han.min.js') diff --git a/v3.0.2/index.html b/v3.0.2/index.html new file mode 100644 index 00000000..273db9cd --- /dev/null +++ b/v3.0.2/index.html @@ -0,0 +1,101 @@ + + + + + 測試頁索引 — 漢字標準格式 + + + + + + + +
+

測試頁索引

+ +
+

Normalisation(樣式標準化)

+
+

毋須配合JavaScript的元素樣式修正

+

上列測試頁

+
+
+

配合JavaScript的元素樣式修正

+ +
+
+
+

字體

+
+

漢字字體

+ +
+
+

其他

+ +
+
+
+

排版

+
+

章節的組成

+ +
+
+

行的組成

+ +
+
+
+ + + + + \ No newline at end of file diff --git a/v3.0.2/index.jade b/v3.0.2/index.jade new file mode 100644 index 00000000..e9a88270 --- /dev/null +++ b/v3.0.2/index.jade @@ -0,0 +1,87 @@ +doctype html +html(lang='zh-Hant').han-init + head + meta(charset='utf-8') + title 測試頁索引 — 漢字標準格式 + link(rel='stylesheet', href='./han.min.css') + + style. + html { + overflow-x: hidden; + } + + article { + /* position */ + margin: 0 auto; + + /* box */ + max-width: 35em; + padding: 0 .5em 15em; + } + meta(name='viewport' content='width=device-width, initial-scale=1.0') + meta(name='description' content='印刷品般的漢字網頁排版框架') + meta(name='keywords' content='漢字標準格式, 中文, 排版, 排版規範, 日文, 字體排印, 文字設計, CLReq, CSS, Sass, typography') + + body.test + article + h1 測試頁索引 + ul#test-pages + li: a(href='test.html') 測試頁(標準) + li: a(href='test-amd.html') 測試頁(AMD模組) + li: a(href='test-commonjs.html') 測試頁(CommonJS模組,browserify) + li: a(href='test-nojs.html') 測試頁(無JavaScript) + section#normalisation + h2 Normalisation(樣式標準化) + section#wuxu_peihe_js_de_yuansu_yangshi_xiuzheng + h3 毋須配合JavaScript的元素樣式修正 + p 見 + a(href='#test-pages') 上列測試頁 + | 。 + section#peihe_js_de_yuansu_yangshi_xiuzheng + h3 配合JavaScript的元素樣式修正 + ul + li: a(href='./deco-line.html') 文字裝飾線元素 + li: a(href='./em.html') 強調元素(着重號) + li: a(href='./ruby.html') 行間注元素 + section#ziti + h2 字體 + section#hanzi + h3 漢字字體 + ul + li: a(href='./biaodian.html') 標點符號 + li: a(href='./four.html') 四大字體集 + li: a(href='generics.html') 字體基型( + span(lang='en') typeface generics + | )與 + code @extend + section#qita + h3 其他 + ul + li: a(href='./italic.html') 西文意大利體 + li: a(href='./numeral.html') 數字 + li: a(href='./ruby(ff).html') 標音(注音符號、羅馬拼音) + section#paiban + h2 排版 + section#zhangjie_de_zucheng + h3 章節的組成 + ul + li: a(href='./well-knit.html') 文章、章節與內容的邊界調整 + li: a(href='./counter.html') 章節與目錄的計數 + section#hang_de_zucheng + h3 行的組成 + ul + li: a(href='./hws.html') 漢字西文混排間隙 + li: a(href='./jiya.html') 標點擠壓 + li: a(href='./subst.html') 字元的替換 + // + section#api + h2 API + ul + li: a(href='./api/jinzify.html') 強制標點禁則 + li: a(href='./api/charify.html') 字元級選擇器 + li: a(href='./api/deco-line.html') 相鄰文字裝飾線 + li: a(href='./api/em.html') 着重號 + li: a(href='./api/ruby.html') 行間注元素 + + // Here goes scripts + script(src='./han.min.js') diff --git a/v3.0.2/italic.html b/v3.0.2/italic.html new file mode 100644 index 00000000..0c43a1dd --- /dev/null +++ b/v3.0.2/italic.html @@ -0,0 +1,45 @@ + + + + + 測試・西文意大利體 — 漢字標準格式 + + + + + + + +
+

測試·西文意大利體

+

無襯線

+

The quick brown fox jumps over a lazy dog.
0123456789 !§%&/()=?# @©®™ $€£¢ •°-_—
äöüß æÆ œŒ åÅ øØ çÇ ñÑ
ff fl ffl fi ffi st sst
abcdefghijklmnopqrstuvwxyz
ABCDEFGHIJKLMNOPQRSTUVWXYZ

+

The quick brown fox jumps over a lazy dog.
0123456789 !§%&/()=?# @©®™ $€£¢ •°-_—
äöüß æÆ œŒ åÅ øØ çÇ ñÑ
ff fl ffl fi ffi st sst
abcdefghijklmnopqrstuvwxyz
ABCDEFGHIJKLMNOPQRSTUVWXYZ

+

襯線

+

The quick brown fox jumps over a lazy dog.
0123456789 !§%&/()=?# @©®™ $€£¢ •°-_—
äöüß æÆ œŒ åÅ øØ çÇ ñÑ
ff fl ffl fi ffi st sst
abcdefghijklmnopqrstuvwxyz
ABCDEFGHIJKLMNOPQRSTUVWXYZ

+

The quick brown fox jumps over a lazy dog.
0123456789 !§%&/()=?# @©®™ $€£¢ •°-_—
äöüß æÆ œŒ åÅ øØ çÇ ñÑ
ff fl ffl fi ffi st sst
abcdefghijklmnopqrstuvwxyz
ABCDEFGHIJKLMNOPQRSTUVWXYZ

+
+ + + \ No newline at end of file diff --git a/v3.0.2/italic.jade b/v3.0.2/italic.jade new file mode 100644 index 00000000..1426b540 --- /dev/null +++ b/v3.0.2/italic.jade @@ -0,0 +1,87 @@ +doctype html +html(lang='zh-Hant').han-init + head + meta(charset='utf-8') + title 測試・西文意大利體 — 漢字標準格式 + link(rel='stylesheet', href='./han.min.css') + style. + html { + overflow-x: hidden; + } + + article { + /* position */ + margin: 0 auto; + + /* box */ + max-width: 35em; + padding: 0 .5em 15em; + } + + .bold { + font-weight: bold; + } + + .italic { + font-style: italic; + } + meta(name='viewport' content='width=device-width, initial-scale=1.0') + meta(name='description' content='印刷品般的漢字網頁排版框架') + meta(name='keywords' content='漢字標準格式, 中文, 排版, 排版規範, 日文, 字體排印, 文字設計, CLReq, CSS, Sass, typography') + body.test + + article + h1 測試·西文意大利體 + h2 無襯線 + p(style='font-family: "Latin Italic Sans";') + | The quick brown fox jumps over a lazy dog. + br + | 0123456789 !§%&/()=?# @©®™ $€£¢ •°-_— + br + | äöüß æÆ œŒ åÅ øØ çÇ ñÑ + br + | ff fl ffl fi ffi st sst + br + | abcdefghijklmnopqrstuvwxyz + br + | ABCDEFGHIJKLMNOPQRSTUVWXYZ + p.bold(style='font-family: "Latin Italic Sans";') + | The quick brown fox jumps over a lazy dog. + br + | 0123456789 !§%&/()=?# @©®™ $€£¢ •°-_— + br + | äöüß æÆ œŒ åÅ øØ çÇ ñÑ + br + | ff fl ffl fi ffi st sst + br + | abcdefghijklmnopqrstuvwxyz + br + | ABCDEFGHIJKLMNOPQRSTUVWXYZ + + h2 襯線 + p(style='font-family: "Numeral LF Italic Serif", "Latin Italic Serif";') + | The quick brown fox jumps over a lazy dog. + br + | 0123456789 !§%&/()=?# @©®™ $€£¢ •°-_— + br + | äöüß æÆ œŒ åÅ øØ çÇ ñÑ + br + | ff fl ffl fi ffi st sst + br + | abcdefghijklmnopqrstuvwxyz + br + | ABCDEFGHIJKLMNOPQRSTUVWXYZ + p.bold(style='font-family: "Numeral LF Italic Serif", "Latin Italic Serif";') + | The quick brown fox jumps over a lazy dog. + br + | 0123456789 !§%&/()=?# @©®™ $€£¢ •°-_— + br + | äöüß æÆ œŒ åÅ øØ çÇ ñÑ + br + | ff fl ffl fi ffi st sst + br + | abcdefghijklmnopqrstuvwxyz + br + | ABCDEFGHIJKLMNOPQRSTUVWXYZ + + script(src='./han.min.js') diff --git a/v3.0.2/jiya.html b/v3.0.2/jiya.html new file mode 100644 index 00000000..5485448d --- /dev/null +++ b/v3.0.2/jiya.html @@ -0,0 +1,42 @@ + + + + + 測試・標點擠壓 — 漢字標準格式 + + + + + + + +
+

測試·標點擠壓

+

「何謂『標點擠壓』?」

+

何謂「標點『擠壓』」呢?

+

讓我來告訴你何謂「『標點』擠壓」。

+

我、「那個人」和他戰鬥了數個鐘頭,(最後)沒輸沒贏……「那個人」逃之夭夭。

+

輕聲叨唸道——「好的……」

+

「好」「不好」

+

「好」·「不好」「好」・「不好」「好」、「不好」

+

「『好』·不好」「『好』・不好」「『好』、不好」

+

「好·『不好』」「好、『不好』」

+

《書名》〈篇名〉(內容)

+

《書名》〈篇名〉(內容)「『好』、不好」

+
+ + + \ No newline at end of file diff --git a/v3.0.2/jiya.jade b/v3.0.2/jiya.jade new file mode 100644 index 00000000..ea49fab5 --- /dev/null +++ b/v3.0.2/jiya.jade @@ -0,0 +1,40 @@ +doctype html +html(lang='zh-Hant').han-init + head + meta(charset='utf-8') + title 測試・標點擠壓 — 漢字標準格式 + link(rel='stylesheet', href='./han.min.css') + + style. + html { + overflow-x: hidden; + } + + article { + /* position */ + margin: 0 auto; + + /* box */ + max-width: 35em; + padding: 0 .5em 15em; + } + meta(name='viewport' content='width=device-width, initial-scale=1.0') + meta(name='description' content='印刷品般的漢字網頁排版框架') + meta(name='keywords' content='漢字標準格式, 中文, 排版, 排版規範, 日文, 字體排印, 文字設計, CLReq, CSS, Sass, typography') + body.test + + article + h1 測試·標點擠壓 + p 「何謂『標點擠壓』?」 + p 何謂「標點『擠壓』」呢? + p 讓我來告訴你何謂「『標點』擠壓」。 + p 我、「那個人」和他戰鬥了數個鐘頭,(最後)沒輸沒贏……「那個人」逃之夭夭。 + p 輕聲叨唸道——「好的……」 + p 「好」「不好」 + p 「好」·「不好」「好」・「不好」「好」、「不好」 + p 「『好』·不好」「『好』・不好」「『好』、不好」 + p 「好·『不好』」「好、『不好』」 + p 《書名》〈篇名〉(內容) + p: em 《書名》〈篇名〉(內容)「『好』、不好」 + + script(src='./han.min.js') diff --git a/v3.0.2/numeral.html b/v3.0.2/numeral.html new file mode 100644 index 00000000..27a0d96f --- /dev/null +++ b/v3.0.2/numeral.html @@ -0,0 +1,49 @@ + + + + + 測試・數字 — 漢字標準格式 + + + + + + + +
+

測試·數字

+

等高數字

+

無襯線

+

1234567890
1234567890
1234567890
1234567890

+

襯線

+

1234567890
1234567890
1234567890
1234567890

+

文本數字

+

無襯線

+

1234567890
1234567890
1234567890
1234567890

+

襯線

+

1234567890
1234567890
1234567890
1234567890

+
+ + + \ No newline at end of file diff --git a/v3.0.2/numeral.jade b/v3.0.2/numeral.jade new file mode 100644 index 00000000..7edd14d7 --- /dev/null +++ b/v3.0.2/numeral.jade @@ -0,0 +1,75 @@ +doctype html +html(lang='zh-Hant').han-init + head + meta(charset='utf-8') + title 測試・數字 — 漢字標準格式 + link(rel='stylesheet', href='./han.min.css') + style. + html { + overflow-x: hidden; + } + + article { + /* position */ + margin: 0 auto; + + /* box */ + max-width: 35em; + padding: 0 .5em 15em; + } + + .bold { + font-weight: bold; + } + + .italic { + font-style: italic; + } + meta(name='viewport' content='width=device-width, initial-scale=1.0') + meta(name='description' content='印刷品般的漢字網頁排版框架') + meta(name='keywords' content='漢字標準格式, 中文, 排版, 排版規範, 日文, 字體排印, 文字設計, CLReq, CSS, Sass, typography') + body.test + + article + h1 測試·數字 + h2 等高數字 + h3 無襯線 + p(style='font-family: "Numeral LF Sans";') + | 1234567890 + br + span.italic 1234567890 + br + span.bold 1234567890 + br + span.bold.italic 1234567890 + + h3 襯線 + p(style='font-family: "Numeral LF Serif";') + | 1234567890 + br + span.italic 1234567890 + br + span.bold 1234567890 + br + span.bold.italic 1234567890 + h2 文本數字 + h3 無襯線 + p(style='font-family: "Numeral TF Sans";') + | 1234567890 + br + span.italic 1234567890 + br + span.bold 1234567890 + br + span.bold.italic 1234567890 + h3 襯線 + p(style='font-family: "Numeral TF Serif";') + | 1234567890 + br + span.italic 1234567890 + br + span.bold 1234567890 + br + span.bold.italic 1234567890 + + script(src='./han.min.js') diff --git a/v3.0.2/require.js b/v3.0.2/require.js new file mode 100644 index 00000000..a1099cfc --- /dev/null +++ b/v3.0.2/require.js @@ -0,0 +1,36 @@ +/* + RequireJS 2.1.14 Copyright (c) 2010-2014, The Dojo Foundation All Rights Reserved. + Available via the MIT or new BSD license. + see: http://github.com/jrburke/requirejs for details +*/ +var requirejs,require,define; +(function(ba){function G(b){return"[object Function]"===K.call(b)}function H(b){return"[object Array]"===K.call(b)}function v(b,c){if(b){var d;for(d=0;dthis.depCount&&!this.defined){if(G(l)){if(this.events.error&&this.map.isDefine||g.onError!==ca)try{f=i.execCb(c,l,b,f)}catch(d){a=d}else f=i.execCb(c,l,b,f);this.map.isDefine&&void 0===f&&((b=this.module)?f=b.exports:this.usingExports&& +(f=this.exports));if(a)return a.requireMap=this.map,a.requireModules=this.map.isDefine?[this.map.id]:null,a.requireType=this.map.isDefine?"define":"require",w(this.error=a)}else f=l;this.exports=f;if(this.map.isDefine&&!this.ignore&&(r[c]=f,g.onResourceLoad))g.onResourceLoad(i,this.map,this.depMaps);y(c);this.defined=!0}this.defining=!1;this.defined&&!this.defineEmitted&&(this.defineEmitted=!0,this.emit("defined",this.exports),this.defineEmitComplete=!0)}}else this.fetch()}},callPlugin:function(){var a= +this.map,b=a.id,d=p(a.prefix);this.depMaps.push(d);q(d,"defined",u(this,function(f){var l,d;d=m(aa,this.map.id);var e=this.map.name,P=this.map.parentMap?this.map.parentMap.name:null,n=i.makeRequire(a.parentMap,{enableBuildCallback:!0});if(this.map.unnormalized){if(f.normalize&&(e=f.normalize(e,function(a){return c(a,P,!0)})||""),f=p(a.prefix+"!"+e,this.map.parentMap),q(f,"defined",u(this,function(a){this.init([],function(){return a},null,{enabled:!0,ignore:!0})})),d=m(h,f.id)){this.depMaps.push(f); +if(this.events.error)d.on("error",u(this,function(a){this.emit("error",a)}));d.enable()}}else d?(this.map.url=i.nameToUrl(d),this.load()):(l=u(this,function(a){this.init([],function(){return a},null,{enabled:!0})}),l.error=u(this,function(a){this.inited=!0;this.error=a;a.requireModules=[b];B(h,function(a){0===a.map.id.indexOf(b+"_unnormalized")&&y(a.map.id)});w(a)}),l.fromText=u(this,function(f,c){var d=a.name,e=p(d),P=M;c&&(f=c);P&&(M=!1);s(e);t(j.config,b)&&(j.config[d]=j.config[b]);try{g.exec(f)}catch(h){return w(C("fromtexteval", +"fromText eval for "+b+" failed: "+h,h,[b]))}P&&(M=!0);this.depMaps.push(e);i.completeLoad(d);n([d],l)}),f.load(a.name,n,l,j))}));i.enable(d,this);this.pluginMaps[d.id]=d},enable:function(){V[this.map.id]=this;this.enabling=this.enabled=!0;v(this.depMaps,u(this,function(a,b){var c,f;if("string"===typeof a){a=p(a,this.map.isDefine?this.map:this.map.parentMap,!1,!this.skipMap);this.depMaps[b]=a;if(c=m(L,a.id)){this.depExports[b]=c(this);return}this.depCount+=1;q(a,"defined",u(this,function(a){this.defineDep(b, +a);this.check()}));this.errback&&q(a,"error",u(this,this.errback))}c=a.id;f=h[c];!t(L,c)&&(f&&!f.enabled)&&i.enable(a,this)}));B(this.pluginMaps,u(this,function(a){var b=m(h,a.id);b&&!b.enabled&&i.enable(a,this)}));this.enabling=!1;this.check()},on:function(a,b){var c=this.events[a];c||(c=this.events[a]=[]);c.push(b)},emit:function(a,b){v(this.events[a],function(a){a(b)});"error"===a&&delete this.events[a]}};i={config:j,contextName:b,registry:h,defined:r,urlFetched:S,defQueue:A,Module:Z,makeModuleMap:p, +nextTick:g.nextTick,onError:w,configure:function(a){a.baseUrl&&"/"!==a.baseUrl.charAt(a.baseUrl.length-1)&&(a.baseUrl+="/");var b=j.shim,c={paths:!0,bundles:!0,config:!0,map:!0};B(a,function(a,b){c[b]?(j[b]||(j[b]={}),U(j[b],a,!0,!0)):j[b]=a});a.bundles&&B(a.bundles,function(a,b){v(a,function(a){a!==b&&(aa[a]=b)})});a.shim&&(B(a.shim,function(a,c){H(a)&&(a={deps:a});if((a.exports||a.init)&&!a.exportsFn)a.exportsFn=i.makeShimExports(a);b[c]=a}),j.shim=b);a.packages&&v(a.packages,function(a){var b, +a="string"===typeof a?{name:a}:a;b=a.name;a.location&&(j.paths[b]=a.location);j.pkgs[b]=a.name+"/"+(a.main||"main").replace(ia,"").replace(Q,"")});B(h,function(a,b){!a.inited&&!a.map.unnormalized&&(a.map=p(b))});if(a.deps||a.callback)i.require(a.deps||[],a.callback)},makeShimExports:function(a){return function(){var b;a.init&&(b=a.init.apply(ba,arguments));return b||a.exports&&da(a.exports)}},makeRequire:function(a,e){function j(c,d,m){var n,q;e.enableBuildCallback&&(d&&G(d))&&(d.__requireJsBuild= +!0);if("string"===typeof c){if(G(d))return w(C("requireargs","Invalid require call"),m);if(a&&t(L,c))return L[c](h[a.id]);if(g.get)return g.get(i,c,a,j);n=p(c,a,!1,!0);n=n.id;return!t(r,n)?w(C("notloaded",'Module name "'+n+'" has not been loaded yet for context: '+b+(a?"":". Use require([])"))):r[n]}J();i.nextTick(function(){J();q=s(p(null,a));q.skipMap=e.skipMap;q.init(c,d,m,{enabled:!0});D()});return j}e=e||{};U(j,{isBrowser:z,toUrl:function(b){var d,e=b.lastIndexOf("."),k=b.split("/")[0];if(-1!== +e&&(!("."===k||".."===k)||1e.attachEvent.toString().indexOf("[native code"))&&!Y?(M=!0,e.attachEvent("onreadystatechange",b.onScriptLoad)): +(e.addEventListener("load",b.onScriptLoad,!1),e.addEventListener("error",b.onScriptError,!1)),e.src=d,J=e,D?y.insertBefore(e,D):y.appendChild(e),J=null,e;if(ea)try{importScripts(d),b.completeLoad(c)}catch(m){b.onError(C("importscripts","importScripts failed for "+c+" at "+d,m,[c]))}};z&&!q.skipDataMain&&T(document.getElementsByTagName("script"),function(b){y||(y=b.parentNode);if(I=b.getAttribute("data-main"))return s=I,q.baseUrl||(E=s.split("/"),s=E.pop(),O=E.length?E.join("/")+"/":"./",q.baseUrl= +O),s=s.replace(Q,""),g.jsExtRegExp.test(s)&&(s=I),q.deps=q.deps?q.deps.concat(s):[s],!0});define=function(b,c,d){var e,g;"string"!==typeof b&&(d=c,c=b,b=null);H(c)||(d=c,c=null);!c&&G(d)&&(c=[],d.length&&(d.toString().replace(ka,"").replace(la,function(b,d){c.push(d)}),c=(1===d.length?["require"]:["require","exports","module"]).concat(c)));if(M){if(!(e=J))N&&"interactive"===N.readyState||T(document.getElementsByTagName("script"),function(b){if("interactive"===b.readyState)return N=b}),e=N;e&&(b|| +(b=e.getAttribute("data-requiremodule")),g=F[e.getAttribute("data-requirecontext")])}(g?g.defQueue:R).push([b,c,d])};define.amd={jQuery:!0};g.exec=function(b){return eval(b)};g(q)}})(this); diff --git a/v3.0.2/ruby(ff)-han.css b/v3.0.2/ruby(ff)-han.css new file mode 100644 index 00000000..aba6eb5f --- /dev/null +++ b/v3.0.2/ruby(ff)-han.css @@ -0,0 +1 @@ +/*! 漢字標準格式 v3.0.2 | MIT License | css.hanzi.co *//*! Han: CSS typography framework optimised for Hanzi *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{line-height:1.3;-webkit-font-smoothing:subpixel-antialiased}ol,ul{padding-left:2em}figure,blockquote{margin-left:2em;margin-right:2em}address{font-style:inherit}pre{white-space:pre;word-wrap:normal}a{text-decoration:inherit}em:lang(zh),em:lang(ja){-moz-text-emphasis:filled circle;-webkit-text-emphasis:filled circle;text-emphasis:filled circle;-moz-text-emphasis-position:under;-webkit-text-emphasis-position:under;text-emphasis-position:under;font-style:inherit;border-bottom:2px dotted;padding-bottom:0.05em;border-bottom-width:-webkit-calc( 0px );padding-bottom:-webkit-calc( 0px )}em:lang(ja){-moz-text-emphasis:filled sesame;-webkit-text-emphasis:filled sesame;text-emphasis:filled sesame;-moz-text-emphasis-position:over;-webkit-text-emphasis-position:over;text-emphasis-position:over}strong,dfn:lang(zh),dfn:lang(ja),b{font-weight:inherit}strong,dfn:lang(zh),dfn:lang(ja),b{font-weight:bolder}dfn:lang(zh),dfn:lang(ja){font-style:inherit}cite:lang(zh),cite:lang(ja){font-style:inherit}q{quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(zh){quotes:"「" "」" "『" "』" "「" "」" "『" "』" "「" "」" "『" "』"}q:lang(zh-CN),q:lang(en){quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’"}q:lang(en-GB){quotes:"‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”"}q:before{content:open-quote}q:after{content:close-quote}q:lang(ja):before,q:lang(ja):after{content:none}code,kbd,samp,pre{font-family:monospace,monospace,sans-serif}i:lang(zh),i:lang(ja),var:lang(zh),var:lang(ja){font-family:cursive,serif;font-style:inherit}u+u,u+ins,ins+u,ins+ins,s+s,s+del,del+s,del+del,.hyu-js-rendered u.adjacent,.hyu-js-rendered ins.adjacent,.hyu-js-rendered s+s.adjacent,.hyu-js-rendered s+del.adjacent,.hyu-js-rendered del+s.adjacent,.hyu-js-rendered del+del.adjacent{margin-left:0.125em}u,ins{padding-bottom:0.05em;border-bottom:1px solid;text-decoration:none}ruby *:before,ruby *:after{line-height:normal}ruby>rt:not(:empty):before{content:"("}ruby>rt:not(:empty):after{content:")"}ruby>rb+rtc:before{content:"("}ruby>rtc:after{content:","}ruby>rtc:last-of-type:after{content:")"}ruby>rt:before,ruby>rt:after{display:inline-block;overflow:hidden;vertical-align:middle;height:0;width:0}ruby>rt:not(:empty):before,ruby>rt:not(:empty):after{height:-moz-calc( 1.3em );width:-moz-calc( 1em )}.hyu-js-rendered u+u,.hyu-js-rendered u+ins,.hyu-js-rendered ins+u,.hyu-js-rendered ins+ins,.hyu-js-rendered s+s,.hyu-js-rendered s+del,.hyu-js-rendered del+s,.hyu-js-rendered del+del{margin-left:auto}.hyu-js-rendered em:lang(zh),.hyu-js-rendered em:lang(ja){padding-bottom:auto;border-bottom-width:0}.no-textemphasis em:lang(zh),.no-textemphasis em:lang(ja){line-height:2}.no-textemphasis em:lang(zh) char,.no-textemphasis em:lang(ja) char{position:relative;font-style:inherit}.no-textemphasis em:lang(zh) char:after,.no-textemphasis em:lang(ja) char:after{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:normal;line-height:normal;text-decoration:none;text-indent:0;-moz-transform:scale(0.5);-ms-transform:scale(0.5);-webkit-transform:scale(0.5);transform:scale(0.5);position:absolute;left:50%;top:0;margin-left:-250%;overflow:hidden;display:inline-block;height:1em;width:500%;line-height:1;text-align:center;text-indent:0;font-family:Georgia,"Times New Roman",Arial,!important}em:lang(zh) char.punct,em:lang(ja) char.punct,em:lang(zh) char.biaodian,em:lang(ja) char.biaodian{-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none}.no-textemphasis em:lang(zh) char.punct:after,.no-textemphasis em:lang(ja) char.punct:after,.no-textemphasis em:lang(zh) char.biaodian:after,.no-textemphasis em:lang(ja) char.biaodian:after{content:none !important}.no-textemphasis em:lang(zh) char:after{margin-top:1em;content:"●"}.no-textemphasis em:lang(ja) char:after{margin-top:-0.7em;content:"﹅"}hruby{display:inline;line-height:2}hruby rp{display:none}hruby ru[annotation]>rt{display:inline-block;height:0;width:0;font:0/0 hidden-text}hruby ru{position:relative;display:inline-block;text-indent:0}hruby ru:before,hruby zhuyin{-moz-transform:scale(0.55);-ms-transform:scale(0.55);-webkit-transform:scale(0.55);transform:scale(0.55);-moz-text-emphasis:none;-webkit-text-emphasis:none;text-emphasis:none;font-style:normal;font-weight:normal;line-height:normal;text-decoration:none;text-indent:0;position:absolute;display:inline-block}hruby ru[annotation]{text-align:center}hruby ru[annotation]:before{left:-265%;top:-0.5em;vertical-align:top;height:1em;width:600%;content:attr(annotation);line-height:1;text-align:center;text-indent:0}hruby[rightangle] ru[annotation]:before{left:-250%}hruby ru[zhuyin]{display:inline-block;position:relative;width:1.8em;text-align:left}hruby ru[zhuyin] zhuyin{right:0.2em;top:0;height:2.7em;width:0.8em;line-height:0.9;white-space:pre-wrap;word-break:break-all}hruby ru[zhuyin] diao{position:absolute;right:-0.9em;top:0;display:inline-block;width:1em}hruby ru[zhuyin][length='0'],hruby ru[zhuyin]:empty{width:auto}hruby ru[zhuyin][length='0'] zhuyin,hruby ru[zhuyin]:empty zhuyin{display:none}hruby ru[zhuyin][length='1'] zhuyin{margin-top:0.125em}hruby ru[zhuyin][length='1'] diao{margin-top:-0.35em}hruby ru[zhuyin][length='2'] zhuyin{margin-top:-0.175em}hruby ru[zhuyin][length='2'] diao{margin-top:0.5em}hruby ru[zhuyin][length='3'] zhuyin{margin-top:-0.45em}hruby ru[zhuyin][length='3'] diao{margin-top:1.3em}hruby ru[zhuyin][diao='˙'] diao{right:-0.35em}hruby ru[zhuyin][diao='˙'][length='1'] diao{margin-top:-0.5em}hruby ru[zhuyin][diao='˙'][length='2'] diao{margin-top:-0.3em}hruby ru[zhuyin][diao='˙'][length='3'] diao{margin-top:-0.25em}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1.2);-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2);margin-right:-0.25em}hruby ru[zhuyin][diao^='ㆴ'] diao,hruby ru[zhuyin][diao^='ㆵ'] diao,hruby ru[zhuyin][diao^='ㆶ'] diao,hruby ru[zhuyin][diao^='ㆷ'] diao,hruby ru[zhuyin][diao='󳆴'] diao,hruby ru[zhuyin][diao='󳆵'] diao,hruby ru[zhuyin][diao='󳆶'] diao,hruby ru[zhuyin][diao='󳆷'] diao{top:20%;margin-right:-0.3em}hruby ru[annotation]:before,hruby[rightangle] ru[annotation][order='1']:before{top:-0.5em}hruby ru[order='1']:before,hruby[rightangle] ru[annotation][order='0']:before{bottom:-0.4em;top:auto}hruby[rightangle] ru[annotation]:before{margin-left:-0.4em}@media screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi){hruby yin{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);display:inline-block}hruby ru[zhuyin][diao='˪'] diao,hruby ru[zhuyin][diao='˫'] diao{-moz-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}hruby ru[zhuyin][diao='˙'] diao{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);top:0.125em}}jinze{display:inline-block;text-indent:0}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';src:local(YuGothic),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro")}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback")}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti';font-weight:600;src:local("YuGothic Bold"),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(YuGo-Bold),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Heiti CNS';font-weight:600;src:local("YuGothic Bold"),local(YuGo-Bold),local("Hiragino Kaku Gothic ProN W6"),local("Hiragino Kaku Gothic Pro W6"),local(HiraKakuProN-W6),local(HiraKakuPro-W6)}@font-face{font-family:'Han Heiti GB';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei SC Demibold"),local("Microsoft YaHei Bold"),local("Heiti SC Medium"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold)}@font-face{font-family:'Han Heiti';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Lantinghei SC"),local("Heiti SC"),local("Heiti TC"),local("Microsoft Yahei"),local("Microsoft Jhenghei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Lantinghei SC Demibold"),local(FZLTXHB--B51-0),local(FZLTZHK--GBK1-0),local("Heiti SC Medium"),local("Heiti TC Medium"),local(STHeitiSC-Medium),local(STHeitiTC-Medium),local("Microsoft YaHei Bold"),local("Microsoft Jhenghei Bold"),local(MicrosoftYaHei-Bold),local(MicrosoftJhengHeiBold);unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';src:local("Hiragino Sans GB"),local("Lantinghei TC"),local("Heiti TC"),local("Microsoft Jhenghei"),local("Heiti SC"),local("Lantinghei SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Heiti CNS';font-weight:600;src:local("Hiragino Sans GB W6"),local(HiraginoSansGB-W6),local("Lantinghei TC Demibold"),local("Heiti TC Medium"),local("Microsoft Jhenghei Bold"),local(FZLTXHB--B51-0),local(STHeitiTC-Medium),local(MicrosoftJhengHeiBold),local("Lantinghei SC Demibold"),local("Heiti SC Medium"),local("Microsoft YaHei Bold"),local(FZLTZHK--GBK1-0),local(STHeitiSC-Medium),local(MicrosoftYaHei-Bold);unicode-range:U+270C}@font-face{font-family:'Han Heiti GB';src:local("Hiragino Sans GB"),local("Lantinghei SC"),local("Heiti SC"),local("Microsoft Yahei"),local("Droid Sans Fallback");unicode-range:U+270C}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSong),local("Lisong Pro"),local(SimSun),local(PMingLiU)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho")}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local(PMingLiU),local(SimSun)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';src:local(YuMincho),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro")}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun),local(PMingLiU)}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti SC Bold"),local("STSongti TC Bold"),local(STSongti-SC-Bold),local(STSongti-TC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Songti CNS';font-weight:600;src:local("YuMincho Demibold"),local("Hiragino Mincho ProN W6"),local("Hiragino Mincho Pro W6"),local(YuMin-Demibold),local(HiraMinProN-W6),local(HiraMinPro-W6)}@font-face{font-family:'Han Songti GB';font-weight:600;src:local("STSongti SC Bold"),local(STSongti-SC-Bold)}@font-face{font-family:'Han Songti';src:local("Songti SC"),local("Songti TC"),local(STSongti),local("Lisong Pro"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+270C}@font-face{font-family:'Han Songti';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';src:local("Songti TC"),local("Lisong Pro"),local("Songti SC"),local(STSong),local("MS Mincho"),local(PMingLiU),local(SimSun);unicode-range:U+270C}@font-face{font-family:'Han Songti CNS';font-weight:600;src:local("STSongti TC Bold"),local("STSongti SC Bold"),local(STSongti-TC-Bold),local(STSongti-SC-Bold);unicode-range:U+270C}@font-face{font-family:'Han Songti GB';src:local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+270C}@font-face{font-family:cursive;src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti';src:local("Kaiti SC"),local(STKaiti),local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF),local(Kaiti),local(DFKai-SB)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti CNS';src:local(BiauKai),local("標楷體"),local(DFKaiShu-SB-Estd-BF)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Kaiti GB';src:local("Kaiti SC"),local(STKaiti),local(Kai),local(Kaiti),local(DFKai-SB)}@font-face{font-family:cursive;font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{font-family:'Han Kaiti GB';font-weight:600;src:local("Kaiti SC Bold"),local(STKaiti-SC-Bold)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong CNS';src:local(STFangsong),local(FangSong)}@font-face{unicode-range:U+4E00-9FFF,U+3400-4DB5,U+20000-2A6D6,U+2A700-2B734,U+2B740-2B81D,U+FA0E-FA0F,U+FA11,U+FA13-FA14,U+FA1F,U+FA21,U+FA23,U+FA24,U+FA27-FA29,U+3040-309F,U+30A0-30FF,U+3099-309E,U+FF66-FF9F,U+3007,U+31C0-31E3,U+2F00-2FD5,U+2E80-2EF3;font-family:'Han Fangsong GB';src:local(STFangsong),local(FangSong)}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("MS Gothic"),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local(SimSun);unicode-range:U+FF0E}@font-face{font-family:'Biaodian Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSong),local("Heiti SC"),local(SimSun);unicode-range:U+00B7}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Arial Unicode MS"),local("MS Gothic");unicode-range:U+2014}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho"),local("Microsoft Yahei");unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSong),local("Microsoft Yahei"),local(SimSun);unicode-range:U+2014}@font-face{font-family:'Biaodian Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local("MS Mincho"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Yakumono Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(Meiryo),local("MS Gothic");unicode-range:U+2026}@font-face{font-family:'Yakumono Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif CNS';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Sans GB"),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Serif GB';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype"),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Songti SC"),local(STSongti),local(SimSun),local(PMingLiU);unicode-range:U+2026}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Lisong Pro"),local("Heiti SC"),local(STHeiti),local(SimSun),local(PMingLiU);unicode-range:U+201C-201D,U+2018-2019}@font-face{font-family:'Biaodian Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Serif GB';src:local(Georgia),local("Times New Roman"),local(Arial),local("Droid Sans Fallback");unicode-range:U+25CF}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local("Heiti TC"),local("Lihei Pro"),local("Microsoft Jhenghei"),local(PMingLiU),local("MS Gothic");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(STSongti-TC-Regular),local("Lisong Pro"),local("Heiti TC"),local(PMingLiU);unicode-range:U+3002,U+FF0C,U+3001}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local("MS Gothic");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01,U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Songti SC"),local(STSongti),local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local("Hiragino Sans GB"),local("Heiti SC"),local(STHeiti),local(SimSun),local("MS Mincho");unicode-range:U+3002,U+FF0C,U+3001,U+FF1B,U+FF1A,U+FF1F,U+FF01}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(PMingLiU),local("MS Mincho");unicode-range:U+FF0D,U+FF0F,U+FF3C}@font-face{font-family:'Biaodian Pro Sans';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans CNS';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif CNS';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Sans GB';src:local("Hiragino Kaku Gothic ProN"),local("Hiragino Kaku Gothic Pro"),local(SimSun),local(PMingLiU);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Pro Serif GB';src:local("Hiragino Mincho ProN"),local("Hiragino Mincho Pro"),local(SimSun);unicode-range:U+300C-300F,U+300A-300B,U+3008-3009,U+FF08-FF09,U+3014-3015}@font-face{font-family:'Biaodian Basic';src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+2014,U+2026,U+00B7}@font-face{font-family:'Biaodian Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif CNS';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Sans GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Biaodian Pro Serif GB';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Latin Italic Serif';src:local("Georgia Italic"),local("Times New Roman Italic"),local(Georgia-Italic),local(TimesNewRomanPS-ItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Serif';font-weight:700;src:local("Georgia Bold Italic"),local("Times New Roman Bold Italic"),local(Georgia-BoldItalic),local(TimesNewRomanPS-BoldItalicMT),local(Times-Italic)}@font-face{font-family:'Latin Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{font-family:'Latin Italic Sans';font-weight:700;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Sans';src:local(Skia),local("Neutraface 2 Text"),local(Candara),local(Corbel)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Serif';src:local(Georgia),local("Hoefler Text"),local("Big Caslon")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral TF Italic Serif';src:local("Georgia Italic"),local("Hoefler Text Italic"),local(Georgia-Italic),local(HoeflerText-Italic)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Sans';src:local("Helvetica Neue"),local(Helvetica),local(Arial)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';src:local("Helvetica Neue Italic"),local("Helvetica Oblique"),local("Arial Italic"),local(HelveticaNeue-Italic),local(Helvetica-LightOblique),local(Arial-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Sans';font-weight:bold;src:local("Helvetica Neue Bold Italic"),local("Helvetica Bold Oblique"),local("Arial Bold Italic"),local(HelveticaNeue-BoldItalic),local(Helvetica-BoldOblique),local(Arial-BoldItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Serif';src:local(Palatino),local("Palatino Linotype"),local("Times New Roman")}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';src:local("Palatino Italic"),local("Palatino Italic Linotype"),local("Times New Roman Italic"),local(Palatino-Italic),local(Palatino-Italic-Linotype),local(TimesNewRomanPS-ItalicMT)}@font-face{unicode-range:U+0030-0039;font-family:'Numeral LF Italic Serif';font-weight:bold;src:local("Palatino Bold Italic"),local("Palatino Bold Italic Linotype"),local("Times New Roman Bold Italic"),local(Palatino-BoldItalic),local(Palatino-BoldItalic-Linotype),local(TimesNewRomanPS-BoldItalicMT)}@font-face{font-family:'Numeral TF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral TF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Sans';font-weight:bold;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';src:local(lying-to-firefox);unicode-range:U+270C}@font-face{font-family:'Numeral LF Italic Serif';font-weight:bold;src:local(lying-to-firefox);unicode-range:U+270C}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Kaiti'}@font-face{unicode-range:U+3105-312D,U+31A0-31BA,U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075;font-family:'Zhuyin Heiti';src:local("Hiragino Sans GB"),local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype")}@font-face{font-family:'Zhuyin Heiti';src:local("Heiti TC"),local("Microsoft Jhenghei"),url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");unicode-range:U+3127}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");font-family:'Zhuyin Heiti';unicode-range:U+02D9,U+02CA,U+02C5,U+02C7,U+02CB,U+02EA-02EB,U+31B4,U+31B5,U+31B6,U+31B7,U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}@font-face{src:url(./font/han.woff?v3.0.2) format("woff"),url(./font/han.otf?v3.0.2) format("opentype");font-family:'Romanization Sans';unicode-range:U+030D,U+0358,U+F31B4-F31B7,U+F0061,U+F0065,U+F0069,U+F006F,U+F0075}html:lang(zh-Latn),html:lang(ja-Latn),html:not(:lang(zh)):not(:lang(ja)),html *:lang(zh-Latn),html *:lang(ja-Latn),html *:not(:lang(zh)):not(:lang(ja)),article strong:lang(zh-Latn),article strong:lang(ja-Latn),article strong:not(:lang(zh)):not(:lang(ja)),article strong *:lang(zh-Latn),article strong *:lang(ja-Latn),article strong *:not(:lang(zh)):not(:lang(ja)){font-family:"Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}html:lang(zh),html:lang(zh-Hant),[lang^='zh'],[lang*='Hant'],[lang='zh-TW'],[lang='zh-HK'],article strong:lang(zh),article strong:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}html:lang(zh-Hans),html:lang(zh-CN),[lang*='Hans'],[lang='zh-CN'],article strong:lang(zh-Hans),article strong:lang(zh-CN){font-family:"Biaodian Pro Sans GB","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}html:lang(ja),[lang^='ja'],article strong:lang(ja){font-family:"Yakumono Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article blockquote i:lang(zh-Latn),article blockquote i:lang(ja-Latn),article blockquote i:not(:lang(zh)):not(:lang(ja)),article blockquote i *:lang(zh-Latn),article blockquote i *:lang(ja-Latn),article blockquote i *:not(:lang(zh)):not(:lang(ja)),article blockquote var:lang(zh-Latn),article blockquote var:lang(ja-Latn),article blockquote var:not(:lang(zh)):not(:lang(ja)),article blockquote var *:lang(zh-Latn),article blockquote var *:lang(ja-Latn),article blockquote var *:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}article blockquote i:lang(zh),article blockquote i:lang(zh-Hant),article blockquote var:lang(zh),article blockquote var:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Zhuyin Heiti","Han Heiti",sans-serif}article blockquote i:lang(zh-Hans),article blockquote i:lang(zh-CN),article blockquote var:lang(zh-Hans),article blockquote var:lang(zh-CN){font-family:"Biaodian Pro Sans GB","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti GB",sans-serif}article blockquote i:lang(ja),article blockquote var:lang(ja){font-family:"Yakumono Sans","Latin Italic Sans","Helvetica Neue",Helvetica,Arial,sans-serif}article figure blockquote:lang(zh-Latn),article figure blockquote:lang(ja-Latn),article figure blockquote:not(:lang(zh)):not(:lang(ja)),article figure blockquote *:lang(zh-Latn),article figure blockquote *:lang(ja-Latn),article figure blockquote *:not(:lang(zh)):not(:lang(ja)),figure blockquote:lang(zh-Latn),figure blockquote:lang(ja-Latn),figure blockquote:not(:lang(zh)):not(:lang(ja)),figure blockquote *:lang(zh-Latn),figure blockquote *:lang(ja-Latn),figure blockquote *:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Songti",cursive,serif}article figure blockquote:lang(zh),article figure blockquote:lang(zh-Hant),figure blockquote:lang(zh),figure blockquote:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Songti",serif}article figure blockquote:lang(zh-Hans),article figure blockquote:lang(zh-CN),figure blockquote:lang(zh-Hans),figure blockquote:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Songti GB",serif}article figure blockquote:lang(ja),figure blockquote:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",serif}article blockquote:lang(zh-Latn),article blockquote:lang(ja-Latn),article blockquote:not(:lang(zh)):not(:lang(ja)),article blockquote *:lang(zh-Latn),article blockquote *:lang(ja-Latn),article blockquote *:not(:lang(zh)):not(:lang(ja)){font-family:Georgia,"Times New Roman","Han Kaiti",cursive,serif}article blockquote:lang(zh),article blockquote:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}article blockquote:lang(zh-Hans),article blockquote:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}article blockquote:lang(ja){font-family:"Yakumono Serif","Numeral LF Serif",Georgia,"Times New Roman",cursive,serif}i:lang(zh-Latn),i:lang(ja-Latn),i:not(:lang(zh)):not(:lang(ja)),i *:lang(zh-Latn),i *:lang(ja-Latn),i *:not(:lang(zh)):not(:lang(ja)),var:lang(zh-Latn),var:lang(ja-Latn),var:not(:lang(zh)):not(:lang(ja)),var *:lang(zh-Latn),var *:lang(ja-Latn),var *:not(:lang(zh)):not(:lang(ja)){font-family:"Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti",cursive,serif}i:lang(zh),i:lang(zh-Hant),var:lang(zh),var:lang(zh-Hant){font-family:"Biaodian Pro Serif CNS","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Zhuyin Kaiti","Han Kaiti",cursive,serif}i:lang(zh-Hans),i:lang(zh-CN),var:lang(zh-Hans),var:lang(zh-CN){font-family:"Biaodian Pro Serif GB","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman","Han Kaiti GB",cursive,serif}i:lang(ja),var:lang(ja){font-family:"Yakumono Serif","Numeral LF Italic Serif","Latin Italic Serif",Georgia,"Times New Roman",cursive,serif}code:lang(zh-Latn),code:lang(ja-Latn),code:not(:lang(zh)):not(:lang(ja)),code *:lang(zh-Latn),code *:lang(ja-Latn),code *:not(:lang(zh)):not(:lang(ja)),kbd:lang(zh-Latn),kbd:lang(ja-Latn),kbd:not(:lang(zh)):not(:lang(ja)),kbd *:lang(zh-Latn),kbd *:lang(ja-Latn),kbd *:not(:lang(zh)):not(:lang(ja)),samp:lang(zh-Latn),samp:lang(ja-Latn),samp:not(:lang(zh)):not(:lang(ja)),samp *:lang(zh-Latn),samp *:lang(ja-Latn),samp *:not(:lang(zh)):not(:lang(ja)),pre:lang(zh-Latn),pre:lang(ja-Latn),pre:not(:lang(zh)):not(:lang(ja)),pre *:lang(zh-Latn),pre *:lang(ja-Latn),pre *:not(:lang(zh)):not(:lang(ja)){font-family:Menlo,Consolas,Courier,"Han Heiti",monospace,monospace,sans-serif}code:lang(zh),code:lang(zh-Hant),kbd:lang(zh),kbd:lang(zh-Hant),samp:lang(zh),samp:lang(zh-Hant),pre:lang(zh),pre:lang(zh-Hant){font-family:"Biaodian Pro Sans CNS",Menlo,Consolas,Courier,"Zhuyin Heiti","Han Heiti",monospace,monospace,sans-serif}code:lang(zh-Hans),code:lang(zh-CN),kbd:lang(zh-Hans),kbd:lang(zh-CN),samp:lang(zh-Hans),samp:lang(zh-CN),pre:lang(zh-Hans),pre:lang(zh-CN){font-family:"Biaodian Pro Sans GB",Menlo,Consolas,Courier,"Han Heiti GB",monospace,monospace,sans-serif}code:lang(ja),kbd:lang(ja),samp:lang(ja),pre:lang(ja){font-family:"Yakumono Sans",Menlo,Consolas,Courier,monospace,monospace,sans-serif}#zhuyin_fuhao-heiti p,#zhuyin_fuhao-kaiti p,#luoma_pinyin p,#pua p,html,ruby ru[zhuyin] zhuyin,ruby ru[zhuyin] zhuyin diao,hruby ru[zhuyin] zhuyin,hruby ru[zhuyin] zhuyin diao,ruby.romanization rt,ruby ru[annotation]:before,hruby.romanization rt,hruby ru[annotation]:before,.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode='b7']{-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga";-webkit-font-feature-settings:"liga";font-feature-settings:"liga"}ruby ru[zhuyin] zhuyin diao,hruby ru[zhuyin] zhuyin diao{font-family:"Zhuyin Kaiti",cursive,serif}ruby.romanization rt,ruby ru[annotation]:before,hruby.romanization rt,hruby ru[annotation]:before{font-family:"Romanization Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}.no-kaiti i,.no-kaiti var{padding-bottom:0.05em;border-bottom:3px double #d3d3d3}article{line-height:1.7}article p,article li{text-align:justify;text-justify:inter-ideograph}article h1+blockquote,article h1+p,article h1+ol,article h1+ul,article h1+h6,article h1+section>h6:first-child,article h1+section>p:first-child,article h1+section>ol:first-child,article h1+section>ul:first-child,article h1+section>blockquote:first-child,article h2+blockquote,article h2+p,article h2+ol,article h2+ul,article h2+h6,article h2+section>h6:first-child,article h2+section>p:first-child,article h2+section>ol:first-child,article h2+section>ul:first-child,article h2+section>blockquote:first-child,article h3+blockquote,article h3+p,article h3+ol,article h3+ul,article h3+h6,article h3+section>h6:first-child,article h3+section>p:first-child,article h3+section>ol:first-child,article h3+section>ul:first-child,article h3+section>blockquote:first-child,article h4+blockquote,article h4+p,article h4+ol,article h4+ul,article h4+h6,article h4+section>h6:first-child,article h4+section>p:first-child,article h4+section>ol:first-child,article h4+section>ul:first-child,article h4+section>blockquote:first-child,article h5+blockquote,article h5+p,article h5+ol,article h5+ul,article h5+h6,article h5+section>h6:first-child,article h5+section>p:first-child,article h5+section>ol:first-child,article h5+section>ul:first-child,article h5+section>blockquote:first-child,article h6+blockquote,article h6+p,article h6+ol,article h6+ul,article h6+h6,article h6+section>h6:first-child,article h6+section>p:first-child,article h6+section>ol:first-child,article h6+section>ul:first-child,article h6+section>blockquote:first-child,article h1+h5,article h1+section>h5:first-child,article h2+h5,article h2+section>h5:first-child,article h3+h5,article h3+section>h5:first-child,article h4+h5,article h4+section>h5:first-child,article h5+h5,article h5+section>h5:first-child,article h1+h4,article h1+section>h4:first-child,article h2+h4,article h2+section>h4:first-child,article h3+h4,article h3+section>h4:first-child,article h4+h4,article h4+section>h4:first-child,article h1+h3,article h1+section>h3:first-child,article h2+h3,article h2+section>h3:first-child,article h3+h3,article h3+section>h3:first-child,article h1+h2,article h1+section>h2:first-child,article h2+h2,article h2+section>h2:first-child{margin-top:-1em}p.poem-like,.poem-like p{margin-left:2em}@media only screen and (max-width: 480px){p.poem-like,.poem-like p{margin-left:1em}}article blockquote{margin-right:0}@media only screen and (max-width: 480px){article blockquote{margin-left:1em}}figure blockquote{margin:0}blockquote blockquote{margin-left:1em;margin-right:1em}article blockquote blockquote{margin-right:0}@media only screen and (max-width: 480px){blockquote,figure{margin-left:1em;margin-right:1em}}.no-unicoderange char.biaodian.liga,.no-unicoderange char.biaodian[unicode='b7']{font-family:"Biaodian Basic","Han Heiti"}hws{display:inline;visibility:hidden;font-family:Arial,sans-serif !important;font-size:0.89em}code hws,kbd hws,samp hws,pre hws,ol>hws,ul>hws{display:none}char_group .open:not(:last-child),char_group .close:not(:last-child),char_group [unicode='3001']:not(:last-child),char_group [unicode='3002']:not(:last-child),char_group [unicode='ff0c']:not(:last-child),char_group [unicode='ff08']:not(:last-child){letter-spacing:-0.5em}char_group [unicode='b7']+[unicode='300c'],char_group [unicode='b7']+[unicode='300e'],char_group [unicode='30fb']+[unicode='300c'],char_group [unicode='30fb']+[unicode='300e']{margin-left:-0.5em}char_group .liga+[unicode='300c'],char_group .liga+[unicode='300e']{margin-left:-0.25em}char[display-as]{position:relative;display:inline-block}char[display-as] inner{color:transparent}char[display-as]:after{position:absolute;left:0;display:inline-block;content:attr(display-as)}char[display-as].comb-liga:after{font-family:"Romanization Sans","Zhuyin Kaiti"}#zhuyin_fuhao-heiti p{font-family:"Zhuyin Heiti","Biaodian Pro Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif}#zhuyin_fuhao-kaiti p{font-family:"Zhuyin Kaiti","Biaodian Pro Serif",Georgia,"Times New Roman","Han Kaiti",cursive,serif}#luoma_pinyin p,#pua p{font-family:"Romanization Sans","Biaodian Pro Sans","Helvetica Neue",Helvetica,Arial,"Han Heiti",sans-serif} diff --git a/v3.0.2/ruby(ff)-han.sass b/v3.0.2/ruby(ff)-han.sass new file mode 100644 index 00000000..33cc51b0 --- /dev/null +++ b/v3.0.2/ruby(ff)-han.sass @@ -0,0 +1,16 @@ + +// ** +// * Import Han module +// * +@import ../sass/han + +#zhuyin_fuhao-heiti p + @extend %han-ligature + font-family: 'Zhuyin Heiti', 'Biaodian Pro Sans', 'Helvetica Neue', Helvetica, Arial, 'Han Heiti', sans-serif +#zhuyin_fuhao-kaiti p + @extend %han-ligature + font-family: 'Zhuyin Kaiti', 'Biaodian Pro Serif', Georgia, 'Times New Roman', 'Han Kaiti', cursive, serif +#luoma_pinyin p, +#pua p + @extend %han-ligature + font-family: 'Romanization Sans', 'Biaodian Pro Sans', 'Helvetica Neue', Helvetica, Arial, 'Han Heiti', sans-serif diff --git a/v3.0.2/ruby(ff).html b/v3.0.2/ruby(ff).html new file mode 100644 index 00000000..25a902a3 --- /dev/null +++ b/v3.0.2/ruby(ff).html @@ -0,0 +1,56 @@ + + + + + 測試・標音(注音符號、羅馬拼音) — 漢字標準格式 + + + + + + + +
+

測試·標音(注音符號、羅馬拼音)

+
+

注音符號

+
+

黑體

+

ㄅㄆㄇㄈㄉㄊㄋㄌㄍㄎㄏㄐㄑㄒㄓㄔㄕㄖㄗㄘㄙ
ㆠㆣㆢㆡㆭ
ㄧㄨㄩ
ㄚㄛㄜㄝㄞㄟㄠㄡㄢㄣㄤㄥㄦ
ㆤㆥㆦㆧㆨㆩㆪㆫㆬㆮㆯㆰㆱㆲㆳ
ㄪㄫㄬㄭ
ˊˇˋ˙
ㆴㆵㆶㆷㆴ͘ㆵ͘ㆶ͘ㆷ͘
˪˫

+
+
+

楷體

+

ㄅㄆㄇㄈㄉㄊㄋㄌㄍㄎㄏㄐㄑㄒㄓㄔㄕㄖㄗㄘㄙ
ㆠㆣㆢㆡㆭ
ㄧㄨㄩ
ㄚㄛㄜㄝㄞㄟㄠㄡㄢㄣㄤㄥㄦ
ㆤㆥㆦㆧㆨㆩㆪㆫㆬㆮㆯㆰㆱㆲㆳ
ㄪㄫㄬㄭ
ˊˇˋ˙
ㆴㆵㆶㆷㆴ͘ㆵ͘ㆶ͘ㆷ͘
˪˫

+
+
+
+

羅馬拼音

+
+

元音(陰、陽入韻)

+

aeioua̍e̍i̍o̍u̍

+
+
+
+

萌典PUA

+

以下是用於「萌典」的PUA陽入韻字元,使用web字體「Romanization Sans」,可保證在所有瀏覽器下正常顯示。搭配「字元的替換」功能可提供對無障礙瀏覽器較友好、更加語意化的網頁。 +

+

󳆴󳆵󳆶󳆷(\uF31B4-7
󰁡󰁥󰁩󰁯󰁵(\uF006x、\uF0075

+
+
+ + + \ No newline at end of file diff --git a/v3.0.2/ruby(ff).jade b/v3.0.2/ruby(ff).jade new file mode 100644 index 00000000..28689be1 --- /dev/null +++ b/v3.0.2/ruby(ff).jade @@ -0,0 +1,88 @@ +doctype html +html(lang='zh-Hant').han-init + head + meta(charset='utf-8') + title 測試・標音(注音符號、羅馬拼音) — 漢字標準格式 + link(rel='stylesheet', href='./ruby(ff)-han.css') + style. + html { + overflow-x: hidden; + } + + article { + /* position */ + margin: 0 auto; + + /* box */ + max-width: 35em; + padding: 0 .5em 15em; + } + meta(name='viewport' content='width=device-width, initial-scale=1.0') + meta(name='description' content='印刷品般的漢字網頁排版框架') + meta(name='keywords' content='漢字標準格式, 中文, 排版, 排版規範, 日文, 字體排印, 文字設計, CLReq, CSS, Sass, typography') + body.test + + article + h1 測試·標音(注音符號、羅馬拼音) + section#zhuyin_fuhao + h2 注音符號 + section#zhuyin_fuhao-heiti + h3 黑體 + p + | ㄅㄆㄇㄈㄉㄊㄋㄌㄍㄎㄏㄐㄑㄒㄓㄔㄕㄖㄗㄘㄙ + br + | ㆠㆣㆢㆡㆭ + br + | ㄧㄨㄩ + br + | ㄚㄛㄜㄝㄞㄟㄠㄡㄢㄣㄤㄥㄦ + br + | ㆤㆥㆦㆧㆨㆩㆪㆫㆬㆮㆯㆰㆱㆲㆳ + br + | ㄪㄫㄬㄭ + br + | ˊˇˋ˙ + br + | ㆴㆵㆶㆷㆴ͘ㆵ͘ㆶ͘ㆷ͘ + br + | ˪˫ + section#zhuyin_fuhao-kaiti + h3 楷體 + p + | ㄅㄆㄇㄈㄉㄊㄋㄌㄍㄎㄏㄐㄑㄒㄓㄔㄕㄖㄗㄘㄙ + br + | ㆠㆣㆢㆡㆭ + br + | ㄧㄨㄩ + br + | ㄚㄛㄜㄝㄞㄟㄠㄡㄢㄣㄤㄥㄦ + br + | ㆤㆥㆦㆧㆨㆩㆪㆫㆬㆮㆯㆰㆱㆲㆳ + br + | ㄪㄫㄬㄭ + br + | ˊˇˋ˙ + br + | ㆴㆵㆶㆷㆴ͘ㆵ͘ㆶ͘ㆷ͘ + br + | ˪˫ + section#luoma_pinyin + h2 羅馬拼音 + section#yuanyin + h3 元音(陰、陽入韻) + p aeioua̍e̍i̍o̍u̍ + section#pua + h2 萌典PUA + p.noti + | 以下是用於「 + a(href='//moedict.tw') 萌典 + | 」的PUA陽入韻字元,使用web字體「Romanization Sans」,可保證在所有瀏覽器下正常顯示。搭配「 + a(href='./subst.html') 字元的替換 + | 」功能可提供對無障礙瀏覽器較友好、更加語意化的網頁。 + p + | 󳆴󳆵󳆶󳆷(\uF31B4-7) + br + | 󰁡󰁥󰁩󰁯󰁵(\uF006x、\uF0075) + + script(src='./han.min.js') diff --git a/v3.0.2/ruby.html b/v3.0.2/ruby.html new file mode 100644 index 00000000..1559f965 --- /dev/null +++ b/v3.0.2/ruby.html @@ -0,0 +1,387 @@ + + + + + 測試・行間注元素 — 漢字標準格式 + + + + + + + +
+

測試·行間注元素

+
+

基本行間注

+

+ WWWWorld Wide Web +

+

+ 安倍晋三日本內閣總理大臣 +

+
+

拼音

+

+ + 世情shìqíng + 看kàn + 冷暖lěngnuǎn + 人面rénmiàn + 逐zhú + 高低gāodī + +

+
+
+

注音符號

+

+ + 事ㄕˋㄑㄧㄥˊ + 看ㄎㄢˋ + 冷ㄌㄥˇㄋㄨㄢˇ + 人ㄖㄣˊㄇㄧㄢˋ + 逐ㄓㄨˊ + 高ㄍㄠ + 低ㄉㄧ。 + +

+
+

輕聲

+

+ ㄅㄚˋ˙ㄅㄚㄅㄞˊ˙ㄊㄧㄢ˙ㄉㄜ行程很滿˙ㄚ +

+
+
+

預設使用「楷體」的元素下

+

+ ㄅㄚˋ˙ㄅㄚㄅㄞˊ˙ㄊㄧㄢ˙ㄉㄜ行程很滿˙ㄚ +

+
+
+
+
+

複合式行間注

+

+ 辛亥革命發生在 + 1911- + 10- + 10, + + + + + + + 清宣統三年 + 那天革命先烈們一同推翻了帝制。 + +

+

+ 「 + + + 」 + + Niǔyuē + Shì + + + New York City + + + 『 + + + 』 + + New York City + + + Niǔyuē + Shì + + + ‘ + + + ’ + + New York City + + + niǔ + yuē + shì + + + „ + + + ‟ + + niǔ + yuē + shì + + + New York City + + + ⸘ + + + ‽ + + New York City + + + 世界之都 + + +

+

+ + + + + + + , + + + + + ! + + + + + +

+
+

拼音-注音共同顯示

+

共我講, + + ? + + + kám-ū + thiann-tio̍h + lán-ê + kua + + + ㄌㄧˋ + ㄍㆰˋ + ㄨ˫ + ㄊㄧㆩ + ㄉㄧㄜㆷ̍ + ㄌㄢˋ + ㆤˊ + ㄍㄨㄚ + 有無? + + + ? + + + kám-ū + thiann-tio̍h + lán-ê + kua + + + ㄌㄧˋ + ㄍㆰˋ + ㄨ˫ + ㄊㄧㆩ + ㄉㄧㄜㆷ̍ + ㄌㄢˋ + ㆤˊ + ㄍㄨㄚ + 有無? + + + ? + + + kám-ū + thiann-tio̍h + lán-ê + kua + + + ㄌㄧˋ + ㄍㆰˋ + ㄨ˫ + ㄊㄧㆩ + ㄉㄧㄜㆷ̍ + ㄌㄢˋ + ㆤˊ + ㄍㄨㄚ + 有無? + +

+

+ + + + + + + , + + + + + + 。 + + + + +

+

+ + + + , + + + ; + + + , + + + 。 + + + + + +

+
+
+
+ + + + + \ No newline at end of file diff --git a/v3.0.2/ruby.jade b/v3.0.2/ruby.jade new file mode 100644 index 00000000..436da69d --- /dev/null +++ b/v3.0.2/ruby.jade @@ -0,0 +1,346 @@ +doctype html +html(lang='zh-Hant').han-init + head + meta(charset='utf-8') + title 測試・行間注元素 — 漢字標準格式 + link(rel='stylesheet', href='./han.min.css') + + style. + html { + overflow-x: hidden; + } + + article { + /* position */ + margin: 0 auto; + + /* box */ + max-width: 35em; + padding: 0 .5em 15em; + } + meta(name='viewport' content='width=device-width, initial-scale=1.0') + meta(name='description' content='印刷品般的漢字網頁排版框架') + meta(name='keywords' content='漢字標準格式, 中文, 排版, 排版規範, 日文, 字體排印, 文字設計, CLReq, CSS, Sass, typography') + + body.test + + article + h1 測試·行間注元素 + section(id='jiben_hangjianzhu') + h2 基本行間注 + p: ruby + | WWWWorld Wide Web + p: ruby + | 安倍晋三日本內閣總理大臣 + + section#pinyin + h3 拼音 + p: ruby + | 世情shìqíng + | 看kàn + | 冷暖lěngnuǎn + | 人面rénmiàn + | 逐zhú + | 高低gāodī + section#zhuyin_fuhao + h3 注音符號 + p: ruby.zhuyin + | 事ㄕˋㄑㄧㄥˊ + | 看ㄎㄢˋ + | 冷ㄌㄥˇㄋㄨㄢˇ + | 人ㄖㄣˊㄇㄧㄢˋ + | 逐ㄓㄨˊ + | 高ㄍㄠ + | 低ㄉㄧ。 + section#qingsheng + h4 輕聲 + p: ruby.zhuyin + | 爸ㄅㄚˋ˙ㄅㄚㄅㄞˊ˙ㄊㄧㄢ˙ㄉㄜ行程很滿˙ㄚ! + section + h4 預設使用「楷體」的元素下 + p: ruby.zhuyin + i 爸ㄅㄚˋ˙ㄅㄚㄅㄞˊ˙ㄊㄧㄢ˙ㄉㄜ行程很滿˙ㄚ! + section#fuheshi_hangjianzhu + h2 複合式行間注 + p: ruby.complex + | 辛亥革命發生在 + rb 1911- + rb 10- + rb 10, + rtc + rt 年 + rt 月 + rt 日 + rtc: rt(rbspan='3') 清宣統三年 + | 那天革命先烈們一同推翻了帝制。 + p + ruby.complex + | 「 + rb 紐 + rb 約 + rb 市 + | 」 + rtc.reading.romanization(lang='cmn-Latn') + rt(rbspan='2') Niǔyuē + rt Shì + rtc.reading.annotation + rt(rbspan='3') New York City + ruby.complex + | 『 + rb 紐 + rb 約 + rb 市 + | 』 + rtc.reading.annotation(lang='en') + rt(rbspan='3') New York City + rtc.reading.romanization(lang='cmn-Latn') + rt(rbspan='2') Niǔyuē + rt Shì + ruby.complex + | ‘ + rb 紐 + rb 約 + rb 市 + | ’ + rtc.reading.annotation(lang='en') + rt(rbspan='3') New York City + rtc.reading.romanization(lang='cmn-Latn') + rt niǔ + rt yuē + rt shì + ruby.complex + | „ + rb 紐 + rb 約 + rb 市 + | ‟ + rtc.reading.romanization(lang='cmn-Latn') + rt niǔ + rt yuē + rt shì + rtc.reading.annotation(lang='en') + rt(rbspan='3') New York City + ruby.complex + | ⸘ + rb 紐 + rb 約 + rb 市 + | ‽ + rtc.reading.annotation(lang='en') + rt(lang='en' rbspan='3') New York City + rtc.reading.annotation + rt(rbspan='3') 世界之都 + p: ruby.complex. + + + + + + , + + + + + ! + + + + + section#pinyin-zhuyin_gongtong_xianshi + h3 拼音-注音共同顯示 + p(lang='zh-nan-Hant') + | 共我講, + ruby.rightangle + | ? + + rtc.romanization(lang='nan-Latn') + rt Lí + rt(rbspan='2') kám-ū + rt(rbspan='2') thiann-tio̍h + rt(rbspan='2') lán-ê + rt kua + rtc.zhuyin + rt ㄌㄧˋ + rt ㄍㆰˋ + rt ㄨ˫ + rt ㄊㄧㆩ + rt ㄉㄧㄜㆷ̍ + rt ㄌㄢˋ + rt ㆤˊ + rt ㄍㄨㄚ + | 有無? + ruby.rightangle + | ? + + rtc.romanization(lang='nan-Latn') + rt Lí + rt(rbspan='2') kám-ū + rt(rbspan='2') thiann-tio̍h + rt(rbspan='2') lán-ê + rt kua + rtc.zhuyin + rt ㄌㄧˋ + rt ㄍㆰˋ + rt ㄨ˫ + rt ㄊㄧㆩ + rt ㄉㄧㄜㆷ̍ + rt ㄌㄢˋ + rt ㆤˊ + rt ㄍㄨㄚ + | 有無? + ruby.rightangle + | ? + + rtc.romanization(lang='nan-Latn') + rt Lí + rt(rbspan='2') kám-ū + rt(rbspan='2') thiann-tio̍h + rt(rbspan='2') lán-ê + rt kua + rtc.zhuyin + rt ㄌㄧˋ + rt ㄍㆰˋ + rt ㄨ˫ + rt ㄊㄧㆩ + rt ㄉㄧㄜㆷ̍ + rt ㄌㄢˋ + rt ㆤˊ + rt ㄍㄨㄚ + | 有無? + p: ruby.complex. + + + + + + , + + + + + + 。 + + + + p: ruby.rightangle. + + + , + + + ; + + + , + + + 。 + + + + + // + section#biaodian_jinze + h2 標點禁則 + p: ruby + | 我wo + | 「不敢bugan + | 相信xiangxin + | ! + + // Here goes scripts + script(src='./han.min.js') diff --git a/v3.0.2/shs.html b/v3.0.2/shs.html new file mode 100644 index 00000000..7b3f6c0a --- /dev/null +++ b/v3.0.2/shs.html @@ -0,0 +1,47 @@ + + + + + 測試・思源黑體 — 漢字標準格式 + + + + + + + +
+

測試·思源黑體

+
+

標題與內文

+

阿波羅11號(Apollo 11)是美國國家航空航天局的阿波羅計畫(Project Apollo)中的第五次載人任務,是人類第一次登月任務,歷時8天13小時18分35秒,繞行月球30周,在月表停留21小時36分20秒。三位執行此任務的宇航員分別為指令長尼爾·阿姆斯特朗、指令艙駕駛員邁克爾·科林斯與登月艙駕駛員巴茲·奧爾德林。1969年7月20日,阿姆斯特朗與奧爾德林成為了首次踏上月球的人類,而阿波羅11號登陸月球一事更進一步成為紀錄片和廣告常見之歷史事件。

+

字重

+

是企鵝家族中體型最大的屬種,成年皇帝企鵝身高可達120厘米,體重可達46千克。在皇帝企鵝發現之前,有一種企鵝被認為是最大的企鵝,取名為國王企鵝。

+
+
+ + + \ No newline at end of file diff --git a/v3.0.2/shs.jade b/v3.0.2/shs.jade new file mode 100644 index 00000000..f649e746 --- /dev/null +++ b/v3.0.2/shs.jade @@ -0,0 +1,43 @@ +doctype html +html(lang='zh-Hant').han-init + head + meta(charset='utf-8') + title 測試・思源黑體 — 漢字標準格式 + link(rel='stylesheet', href='./han.min.css') + style. + html { + /* box */ + overflow-x: hidden; + } + + article { + /* position */ + margin: 0 auto; + + /* box */ + max-width: 35em; + padding: 0 .5em 15em; + + /* typography */ + font-family: 'Source Han Sans', sans-serif; + font-weight: 200; + } + + article strong:lang(zh), + article strong:lang(zh-Hant) { + font-family: inherit; + } + meta(name='viewport' content='width=device-width, initial-scale=1.0') + meta(name='description' content='印刷品般的漢字網頁排版框架') + meta(name='keywords' content='漢字標準格式, 中文, 排版, 排版規範, 日文, 字體排印, 文字設計, CLReq, CSS, Sass, typography') + body.test + + article + h1 測試·思源黑體 + section + h2 標題與內文 + p 阿波羅11號(Apollo 11)是美國國家航空航天局的阿波羅計畫(Project Apollo)中的第五次載人任務,是人類第一次登月任務,歷時8天13小時18分35秒,繞行月球30周,在月表停留21小時36分20秒。三位執行此任務的宇航員分別為指令長尼爾·阿姆斯特朗、指令艙駕駛員邁克爾·科林斯與登月艙駕駛員巴茲·奧爾德林。1969年7月20日,阿姆斯特朗與奧爾德林成為了首次踏上月球的人類,而阿波羅11號登陸月球一事更進一步成為紀錄片和廣告常見之歷史事件。 + + h2 字重 + p 是企鵝家族中體型最大的屬種,成年皇帝企鵝身高可達120厘米,體重可達46千克。在皇帝企鵝發現之前,有一種企鵝被認為是最大的企鵝,取名為國王企鵝。 + script(src='./han.min.js') diff --git a/v3.0.2/subst.html b/v3.0.2/subst.html new file mode 100644 index 00000000..1de3f0f3 --- /dev/null +++ b/v3.0.2/subst.html @@ -0,0 +1,242 @@ + + + + + 測試・字元的替換 — 漢字標準格式 + + + + + + + +
+

測試·字元的替換

+
+

二種模式

+

+ 「漢字標準格式」腳本包含二種字元替換的模式——着重字體效果的「異體字顯示」與着重語意的「訛字(符)修正」。前者不更動DOM的原始文字,僅在顯示時使用異體字或PUA字元;後者則直接替換原始字元,確保語意正確的字符被使用。 +

+

位以下元素中的字元在二種模式下,皆不會被替換:

+
    +
  • 文字區塊表單textarea
  • +
  • 代碼code
  • +
  • 輸入鍵kbd
  • +
  • 計算機輸出示例samp
  • +
  • 格式預處理pre
  • +
+
+
+

着重字體效果的異體字顯示

+ +
+

PUA字元

+

提示:此功能僅在瀏覽器(IE9-11)無法正確顯示網頁字體han.woff下的變音符連字時啓用。你可以呼叫屬性Han.isCombLigaNormal(布林値)來判斷使用者瀏覽器是否能正確顯示變音連字。

+
+

漢字標音的陽入韻符號

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
陽入韻顯示為測試結果
󰁡
󰁥
󰁩
󰁯
󰁵
ㆴ͘󳆴ㆴ͘
ㆵ͘󳆵ㆵ͘
ㆶ͘󳆶ㆶ͘
ㆷ͘󳆷ㆷ͘
+
+
+
+
+

着重語意的訛字修正

+

提示:此功能爭議性較大,因此預設關閉。藉由執行Han( context )實例中的substInaccurateChar()方法來修正指定範圍內的訛字。

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
訛字(符) 替換為測試結果
·
·
⋯⋯……⋯⋯
──——──
+
+
+ + + + \ No newline at end of file diff --git a/v3.0.2/subst.jade b/v3.0.2/subst.jade new file mode 100644 index 00000000..59f71e11 --- /dev/null +++ b/v3.0.2/subst.jade @@ -0,0 +1,213 @@ +doctype html +html(lang='zh-Hant') + head + meta(charset='utf-8') + title 測試・字元的替換 — 漢字標準格式 + link(rel='stylesheet', href='./han.min.css') + style. + html { + overflow-x: hidden; + } + + article { + /* position */ + margin: 0 auto; + + /* box */ + max-width: 35em; + padding: 0 .5em 15em; + } + + table { + font-size: .95em; + } + + table th, + table td { + padding: .125em .25em; + } + + table th { + /* typography */ + font-weight: normal; + text-align: left; + /* style */ + border-bottom: 2px solid #bbb; + } + + table tr:not(:last-child) td { + border-bottom: 1px solid #eee; + } + + .pua { + font-family: 'Romanization Sans', 'Zhuyin Kaiti'; + } + meta(name='viewport' content='width=device-width, initial-scale=1.0') + meta(name='description' content='印刷品般的漢字網頁排版框架') + meta(name='keywords' content='漢字標準格式, 中文, 排版, 排版規範, 日文, 字體排印, 文字設計, CLReq, CSS, Sass, typography') + body.test + + article + h1 測試·字元的替換 + section#liangzhong_moshi + h2 二種模式 + p + | 「漢字標準格式」腳本包含二種字元替換的模式——着重字體效果的「異體字顯示」與着重語意的「訛字(符)修正」。前者不更動DOM的原始文字,僅在顯示時使用異體字或PUA字元;後者則直接替換原始字元,確保語意正確的字符被使用。 + p + | 位以下元素中的字元在二種模式下,皆不會被替換: + ul + li 文字區塊表單textarea + li 代碼code + li 輸入鍵kbd + li 計算機輸出示例samp + li 格式預處理pre + section#zhuozhong_ziti_xiaoguo_de_yitizi_xianshi + h2 着重字體效果的異體字顯示 + // + section#riwen_ziti_zhiyuan_de_yitizi + h3 日文字體支援的異體字 + p + strong 注意: + | 僅支援繁體中文網頁。 + table + thead + th(style='width: 4em;') 異體字 + th(style='width: 4em;') 替換為 + th 測試結果 + tbody + //- tr + //- td 夠 → 够 + //- td 夠 + tr + td + td 査 + td 查 + tr + td + td 啓 + td 啟 + tr + td + td 鄕 + td 鄉 + tr + td + td 値 + td 值 + tr + td + td 汚 + td 污 + h4 黑體(Han Heiti) + p 我查到一個資料,啟發了我回鄉發現自我價值的衝動。而不要在大城市污染自己那顆純潔的心。 + h4 宋體(Han Songti) + p(style='font-family: "Biaodian Pro Serif", Georgia, "Han Songti", serif;') + | 我查到一個資料,啟發了我回鄉發現自我價值的衝動。而不要在大城市污染自己那顆純潔的心。 + h4 楷體(Han Kaiti) + p(style='font-family: "Biaodian Pro Serif", Georgia, "Han Kaiti", cursive, serif;') + | 我查到一個資料,啟發了我回鄉發現自我價值的衝動。而不要在大城市污染自己那顆純潔的心。 + h4 仿宋體(Han Fangsong) + p(style='font-family: "Biaodian Pro Serif", Georgia, "Han Fangsong", cursive, serif;') + | 我查到一個資料,啟發了我回鄉發現自我價值的衝動。而不要在大城市污染自己那顆純潔的心。 + section#pua_ziyuan + h3 PUA字元 + p + strong 提示: + | 此功能僅在瀏覽器(IE9-11)無法正確顯示網頁字體han.woff下的變音符連字時啓用。你可以呼叫屬性Han.isCombLigaNormal(布林値)來判斷使用者瀏覽器是否能正確顯示變音連字。 + section#hanzibiaoyin_de_yangruyun_fuhao + h4 漢字標音的陽入韻符號 + table + thead + th(style='width: 4em;') 陽入韻 + th(style='width: 4em;') 顯示為 + th 測試結果 + tbody + tr + td + td 󰁡 + td.pua a̍ + tr + td + td 󰁥 + td.pua e̍ + tr + td + td 󰁩 + td.pua i̍ + tr + td + td 󰁯 + td.pua o̍ + tr + td + td 󰁵 + td.pua u̍ + tr + td ㆴ͘ + td 󳆴 + td.pua ㆴ͘ + tr + td ㆵ͘ + td 󳆵 + td.pua ㆵ͘ + tr + td ㆶ͘ + td 󳆶 + td.pua ㆶ͘ + tr + td ㆷ͘ + td 󳆷 + td.pua ㆷ͘ + + section#zhuozhong_yuyi_de_ezi_xiuzheng + h2 着重語意的訛字修正 + p.noti + strong 提示: + | 此功能爭議性較大,因此預設關閉。藉由執行Han( context )實例中的substInaccurateChar()方法來修正指定範圍內的訛字。 + + table + thead + th(style='width: 5em;') 訛字(符) + th(style='width: 4em;') 替換為 + th 測試結果 + tbody + tr + td + td · + td • + tr + td + td · + td ‧ + tr + td ⋯⋯ + td …… + td ⋯⋯ + tr + td ── + td —— + td ── + tr + td + td ‘ + td ‵ + tr + td + td ’ + td ′ + tr + td + td “ + td ‶ + tr + td + td ” + td ″ + script(src='./han.min.js') + script. + Han.init() + // disabled by default + .substInaccurateChar() diff --git a/v3.0.2/test-amd.html b/v3.0.2/test-amd.html new file mode 100644 index 00000000..4249761b --- /dev/null +++ b/v3.0.2/test-amd.html @@ -0,0 +1,236 @@ + + + + + 測試・AMD模組 — 漢字標準格式 + + + + + + + +
+

內容群組類

+

段落、清單

+

好們論紅,手卻策下使住收否人人!大獲及是告另子維持力本清長先陽不?社相此國學風中麼很解:治子上己施一見,有的是,用關快家所的字時情:品好居……朋裡義四時,校叫洲;運細種!眼失媽母身古慢管用、上開家問不難成的裝望麼年單代,操會人得?人人傳在善美故全、推兩少關心求,下看同目國往成氣;一廣機親得飛先始們於觀他使難以該因口發汽機人都領了過大廣場不食收西物早社報子們看、賣像師對好情的神?在史評,來深放表觀。還人的西路盡熱程當人長質此中民龍證說念背生外,間今經氣門此都!把相的公去底動!

+

頭性空風後上他根;然任他在,社拉布會言了來石賽親支……情拉術北然使來路請放數坐燈麼象成一畫專雨,是我長無等愛五化客可雜有雨。

+

詩篇段落

+ +

地址格式

+ +

有序清單

+
    +
  1. 一級清單項目
  2. +
  3. 一級清單項目 +
      +
    1. 二級清單項目
    2. +
    3. 二級清單項目 +
        +
      1. 三級清單項目
      2. +
      3. 三級清單項目
      4. +
      +
    4. +
    +
  4. +
  5. 一級清單項目
  6. +
  7. 一級清單項目
  8. +
+

無序清單

+
    +
  • 一級清單項目
  • +
  • 一級清單項目 +
      +
    • 二級清單項目
    • +
    • 二級清單項目 +
        +
      • 三級清單項目
      • +
      • 三級清單項目
      • +
      +
    • +
    +
  • +
  • 一級清單項目
  • +
  • 一級清單項目
  • +
+

引用區塊

+
+

如事時決行入同是我表統支樂了先年、人目也月老過人,斷弟進石給了,服去孩沒性就能。邊年排不決廣之例。長收滿導無!

+
——姜慶《石人碼頭》
+
+

未使用段落元素的引用區塊

+
時來數期沒道反先美別所金企感企媽失對談。 +
——新器急
+
+

引用區塊中的引用區塊

+
+

洲此境眼……方空車形、四用廠出先作,管濟所唱步取的成正候社取開取高,理景龍知子起配做心正道動。出令正或?家國前保嚴輕朋化下而府裡、基之稱失!等園華行……政生著曾,們然變不發甚故,些長小華從不代應頭資?

+
+

以滿傷都片復利反,爾麼生任常弟但岸過年在;院投工變愛世總甚?天其有爸個:後輕取,在克的山知中識高於過叫行出面不大開受個說自經公目,學們灣。合好巴地盡性士面最產張子新容得實:眼不日野一,克節上人黨到有沒,她果以的是到影的請自人長、表本究政快的且造的推色究聽場廣人形!深了叫!

+
+
+

圖表內的引用區塊

+
+
+

令會過作加身。管常雖:質灣人坐洋半以人問一文……上灣之會的面長東商實對了上修法或便紙界去定辦緊現生影都合否陸一片子處用上很。

+
+
這是圖表解說元素<figcaption>內的解說。
+
+

格式預處理文字區塊

+
國寫親下二好灣整機生土、是看老排讓和保藝車市。
+
+Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et me.
+
+是除學圖寶濟候收。們性者位遠另象內未院清外了以共……
+長明期事生合了中文新等麼科出過能意等件教求加,
+樓日里大下果個來。
+
+球者們?方綠電後,果或錯老際聲可特少保期全動帶東北建,似保助先走她合也的。神我興治的保保學果車易麼連學水小西一!而視可些化。
+

代碼區塊

+
void (function(a,b){var c=b.documentElement,d,e;function D(a,d) {d=a*d/100+b.getElementById("main").textContent;return d;}return new D(20,5);})(window||this,window.document);
+
+
+
+

章節類

+

文章區塊元素

+

文章區塊內的段落、清單

+

務用界種設是自水教臺保再計見所灣們民各、外超是人外每方後發他濟中;義生了出這失究式回值氣苦我花聲位香還場、外國的醫門!

+

詩篇段落

+ +

清單

+
    +
  • 清單項目子
  • +
  • 清單項目丑
  • +
+

文章區塊內的重點

+

不做則中心與的說很筆分士:校此訴平是裡春家善客總外公;做南多中。足酒臉理特指第常三緊資現工們家化民,公政我熱良,中以家是。

+

文章區塊內的圖表引用區塊

+
+
+

令會過作加身。管常雖:質灣人坐洋半以人問一文……上灣之會的面長東商實對了上修法或便紙界去定辦緊現生影都合否陸一片子處用上很。

+
+
這是文章內圖表解說元素<figcaption>的解說。
+
+

文章區塊內的變音文字

+

來化相據取愛統單商商半是否,的媽沒種試此助來精人是灣,價種下落有,機信際,作假灣,心行程官這是運價車年都人強國農:特行解金產拉口……

+

文章內的引用區塊

+
+

火說定好就用樹,表母微時藝出北親雙表人事為放爸車奇列長農時教產得地何高的舉度們她李力內體古見業選一香音種。

+

務用界種設是自水教臺保再計見所灣們民各、外超是人外每方後發他濟中;義生了出這失究式回值氣苦我花聲位香還場、外國的醫門!

+
+

文章內引用區塊中的引用區塊

+
+

洲此境眼……方空車形、四用廠出先作,管濟所唱步取的成正候社取開取高,理景龍知子起配做心正道動。出令正或?家國前保嚴輕朋化下而府裡、基之稱失!等園華行……政生著曾,們然變不發甚故,些長小華從不代應頭資?

+
+

以滿傷都片復利反,爾麼生任常弟但岸過年在;院投工變愛世總甚?天其有爸個:後輕取,在克的山知中識高於過叫行出面不大開受個說自經公目,學們灣。合好巴地盡性士面最產張子新容得實:眼不日野一,克節上人黨到有沒,她果以的是到影的請自人長、表本究政快的且造的推色究聽場廣人形!深了叫!

+
+
+

文章引用區塊內的重點

+
+

不做則中心與的說很筆分士:校此訴平是裡春家善客總外公;做南多中。足酒臉理特指第常三緊資現工們家化民,公政我熱良,中以家是。

+
+

文章引用區塊內的變音文字

+
+

來化相據取愛統單商商半是否,的媽沒種試此助來精人是灣,價種下落有,機信際,作假灣,心行程官這是運價車年都人強國農:特行解金產拉口……

+
+
+
+
+

字級語意類

超連結元素a示例
+ 註記元素u示例
註記元素甲註記元素乙一般文字節點註記元素丙一般文字節點註記元素丁
+ 來源元素cite示例
重點元素strong示例
+ 術語元素dfn示例
關鍵字元素b示例
強調元素em示例
變音文字元素i示例
+ 變數元素var示例
+ 引用元素q及子引用q元素示例示例
+ 訛訊元素s示例
訛訊元素甲訛訊元素乙一般文字節點訛訊元素丙一般文字節點訛訊元素丁
代碼元素code示例
輸入鍵元素kbd示例
計算機輸出示例元素samp示例
+ 行間注元素 + ruby annotation + 示例
複合式 + + 行間注 + 元素 + + hángjiānzhù + yuansu + + + ruby annotation + +
直角 + + + + + + + + hángjiānzhù + yuánsù + + + ㄏㄤˊ + ㄐㄧㄢ + ㄓㄨˋ + ㄩㄢˊ + ㄙㄨˋ + + +

其他

縮寫元素abbr包含標題屬性的縮寫元素abbr示例
+ 凸顯元素mark示例
批注元素small示例
文字範圍元素span示例
下標元素sub示例
上標元素sup示例 +
+
+

修訂類

增訂元素ins示例
增訂元素甲增訂元素乙一般文字節點增訂元素丙一般文字節點增訂元素丁
+ 刪訂元素del示例
刪訂元素甲刪訂元素乙一般文字節點刪訂元素丙一般文字節點刪訂元素丁。 +
+
+

特殊排版功能

+

漢字西文混排間隙

+

然而在Jan Tschichold和他的著作Asymmetric Typography流行之前,直至追溯回Gutenberg时代,「对称」「齐整」两种古老的视觉审美习惯无处不在。左右并齐的纵栏——我也欣赏这样的传统,一如欣赏古典格律的稳定及优美。 +

+ +

地區變體字型及標點符號樣式

+

註:此處僅展示黑體,其餘字體樣式請參閱其他測試頁

+ + +

台灣教育部式

+ +

中國國標式

+ +

+ + + 韻 + + ji̍p-siann + + + ㆢㄧㆴ͘ + ㄒㄧㆩ + + +

+ +
+ + + \ No newline at end of file diff --git a/v3.0.2/test-amd.jade b/v3.0.2/test-amd.jade new file mode 100644 index 00000000..471d3138 --- /dev/null +++ b/v3.0.2/test-amd.jade @@ -0,0 +1,363 @@ +doctype html +html(lang='zh-Hant') + head + meta(charset='UTF-8') + title 測試・AMD模組 — 漢字標準格式 + link(rel='stylesheet', href='./han.min.css') + style. + html { + overflow-x: hidden; + padding-bottom: 7em; + } + meta(name='viewport' content='width=device-width, initial-scale=1.0') + meta(name='description' content='印刷品般的漢字網頁排版框架') + meta(name='keywords' content='漢字標準格式, 中文, 排版, 排版規範, 日文, 字體排印, 文字設計, CLReq, CSS, Sass, typography') + + body + section + h1#grouping-content 內容群組類 + h2#p-ol-ul 段落、清單 + p + | 好們論紅,手卻策下使住收否人人!大獲及是告另子維持力本清長先陽不?社相此國學風中麼很解:治子上己施一見,有的是,用關快家所的字時情:品好居……朋裡義四時,校叫洲;運細種!眼失媽母身古慢管用、上開家問不難成的裝望麼年單代,操會人得?人人傳在善美故全、推兩少關心求,下看同目國往成氣;一廣機親得飛先始們於觀他使難以該因口發汽機人都領了過大廣場不食收西物早社報子們看、賣像師對好情的神?在史評,來深放表觀。還人的西路盡熱程當人長質此中民龍證說念背生外,間今經氣門此都!把相的公去底動! + p 頭性空風後上他根;然任他在,社拉布會言了來石賽親支……情拉術北然使來路請放數坐燈麼象成一畫專雨,是我長無等愛五化客可雜有雨。 + h3#p-poem-like 詩篇段落 + p.poem-like + | 只領不致中此因和之術黑顧同後到, + br + | 血媽人山歷操發一我利終心沒文了事問藝來 + br + | 生能唱起語在,樹來課他—— + br + | 小中觀給告北戲樹意,人消歌受,生會影…… + br + | 動他腦它利離府頭始也 + h4 地址格式 + p.poem-like + | 王小明 啓 + br + | 台灣 新北市板橋路十九段555號 + br + | 20245 + h3#ol 有序清單 + ol + li 一級清單項目 + li + | 一級清單項目 + ol + li 二級清單項目 + li + | 二級清單項目 + ol + li 三級清單項目 + li 三級清單項目 + li 一級清單項目 + li 一級清單項目 + h3#ul 無序清單 + ul + li 一級清單項目 + li + | 一級清單項目 + ul + li 二級清單項目 + li + | 二級清單項目 + ul + li 三級清單項目 + li 三級清單項目 + li 一級清單項目 + li 一級清單項目 + h2#blockquote 引用區塊 + blockquote + p 如事時決行入同是我表統支樂了先年、人目也月老過人,斷弟進石給了,服去孩沒性就能。邊年排不決廣之例。長收滿導無! + footer + | ——姜慶《石人碼頭》 + h3#blockquote-no-p 未使用段落元素的引用區塊 + blockquote + | 時來數期沒道反先美別所金企感企媽失對談。 + footer + | ——新器急 + h3#blockquote-blockquote 引用區塊中的引用區塊 + blockquote + p + | 洲此境眼……方空車形、四用廠出先作,管濟所唱步取的成正候社取開取高,理景龍知子起配做心正道動。出令正或?家國前保嚴輕朋化下而府裡、基之稱失!等園華行……政生著曾,們然變不發甚故,些長小華從不代應頭資? + blockquote + p + | 以滿傷都片復利反,爾麼生任常弟但岸過年在;院投工變愛世總甚?天其有爸個:後輕取,在克的山知中識高於過叫行出面不大開受個說自經公目,學們灣。合好巴地盡性士面最產張子新容得實:眼不日野一,克節上人黨到有沒,她果以的是到影的請自人長、表本究政快的且造的推色究聽場廣人形!深了叫! + h3#figure-blockquote 圖表內的引用區塊 + figure + blockquote + p 令會過作加身。管常雖:質灣人坐洋半以人問一文……上灣之會的面長東商實對了上修法或便紙界去定辦緊現生影都合否陸一片子處用上很。 + figcaption + | 這是圖表解說元素 + code <figcaption> + | 內的解說。 + h2#pre 格式預處理文字區塊 + pre. + 國寫親下二好灣整機生土、是看老排讓和保藝車市。 + + Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et me. + + 是除學圖寶濟候收。們性者位遠另象內未院清外了以共…… + 長明期事生合了中文新等麼科出過能意等件教求加, + 樓日里大下果個來。 + + 球者們?方綠電後,果或錯老際聲可特少保期全動帶東北建,似保助先走她合也的。神我興治的保保學果車易麼連學水小西一!而視可些化。 + h2#pre-code 代碼區塊 + pre: code. + void (function(a,b){var c=b.documentElement,d,e;function D(a,d) {d=a*d/100+b.getElementById("main").textContent;return d;}return new D(20,5);})(window||this,window.document); + section + article + h1#sections 章節類 + h2#article 文章區塊元素 + h3#article-p-ol-ul 文章區塊內的段落、清單 + p 務用界種設是自水教臺保再計見所灣們民各、外超是人外每方後發他濟中;義生了出這失究式回值氣苦我花聲位香還場、外國的醫門! + h4#article-p-poem-like 詩篇段落 + p.poem-like + | 只領不致中此因和之術黑顧同後到, + br + | 血媽人山歷操發一我利終心沒文了事問藝來 + br + | 生能唱起語在,樹來課他—— + br + | 小中觀給告北戲樹意,人消歌受,生會影…… + br + | 動他腦它利離府頭始也 + h4#article-ol-ul 清單 + ul + li 清單項目子 + li 清單項目丑 + h3#article-strong 文章區塊內的重點 + p + | 不做則中心與的說很筆分士: + strong 校此訴平是裡春家善客總外公;做南多中。 + | 足酒臉理特指第常三緊資現工們家化民,公政我熱良,中以家是。 + h3#article-figure 文章區塊內的圖表引用區塊 + figure + blockquote + p 令會過作加身。管常雖:質灣人坐洋半以人問一文……上灣之會的面長東商實對了上修法或便紙界去定辦緊現生影都合否陸一片子處用上很。 + figcaption + | 這是文章內圖表解說元素 + code <figcaption> + | 的解說。 + h3 文章區塊內的變音文字 + p + | 來化相據取愛統單商商半是否, + i 的媽沒種試此助來精人是灣,價種下落有, + | 機信際,作假灣,心行程官這是運價車年都人強國農:特行解金產拉口…… + h3#article-blockquote 文章內的引用區塊 + blockquote + p 火說定好就用樹,表母微時藝出北親雙表人事為放爸車奇列長農時教產得地何高的舉度們她李力內體古見業選一香音種。 + p 務用界種設是自水教臺保再計見所灣們民各、外超是人外每方後發他濟中;義生了出這失究式回值氣苦我花聲位香還場、外國的醫門! + h4#article-blockquote-blockquote 文章內引用區塊中的引用區塊 + blockquote + p 洲此境眼……方空車形、四用廠出先作,管濟所唱步取的成正候社取開取高,理景龍知子起配做心正道動。出令正或?家國前保嚴輕朋化下而府裡、基之稱失!等園華行……政生著曾,們然變不發甚故,些長小華從不代應頭資? + blockquote + p 以滿傷都片復利反,爾麼生任常弟但岸過年在;院投工變愛世總甚?天其有爸個:後輕取,在克的山知中識高於過叫行出面不大開受個說自經公目,學們灣。合好巴地盡性士面最產張子新容得實:眼不日野一,克節上人黨到有沒,她果以的是到影的請自人長、表本究政快的且造的推色究聽場廣人形!深了叫! + h4#article-blockquote-strong 文章引用區塊內的重點 + blockquote + p + | 不做則中心與的說很筆分士: + strong 校此訴平是裡春家善客總外公;做南多中。 + | 足酒臉理特指第常三緊資現工們家化民,公政我熱良,中以家是。 + h4#article-blockquote-i 文章引用區塊內的變音文字 + blockquote + p + | 來化相據取愛統單商商半是否, + i 的媽沒種試此助來精人是灣,價種下落有, + | 機信際,作假灣,心行程官這是運價車年都人強國農:特行解金產拉口…… + section + h1#text-level-semantics 字級語意類 + a(href='#') 超連結元素a + | 示例 + br + u 註記元素u + | 示例 + br + | 註記元素甲註記元素乙一般文字節點註記元素丙一般文字節點註記元素丁。 + br + cite 來源元素cite + | 示例 + br + strong 重點元素strong + | 示例 + br + dfn 術語元素dfn + | 示例 + br + b 關鍵字元素b + | 示例 + br + em 強調元素em + | 示例 + br + i 變音文字元素i + | 示例 + br + var 變數元素var + | 示例 + br + q 引用元素q及子引用q元素示例 + | 示例 + br + s 訛訊元素s + | 示例 + br + | 訛訊元素甲訛訊元素乙一般文字節點訛訊元素丙一般文字節點訛訊元素丁。 + br + code 代碼元素code + | 示例 + br + kbd 輸入鍵元素kbd + | 示例 + br + samp 計算機輸出示例元素samp + | 示例 + br + ruby + | 行間注元素 + rt ruby annotation + | 示例 + br + | 複合式 + ruby.complex + rb 行間注 + rb 元素 + rtc.pinyin(lang='cmn-latn') + rt(rbspan='1') hángjiānzhù + rt(rbspan='1') yuansu + rtc.annotation(lang='en-GB') + rt(rbspan='3') ruby annotation + br + | 直角 + ruby.rightangle + rb 行 + rb 間 + rb 注 + rb 元 + rb 素 + rtc.annotation(lang='cmn-Latn') + rt(rbspan='3') hángjiānzhù + rt(rbspan='2') yuánsù + rtc.zhuyin + rt ㄏㄤˊ + rt ㄐㄧㄢ + rt ㄓㄨˋ + rt ㄩㄢˊ + rt ㄙㄨˋ + h2#text-level-semantics-other 其他 + abbr 縮寫元素abbr + | 及 + abbr(title='abbreviation') 包含標題屬性的縮寫元素abbr + | 示例 + br + mark 凸顯元素mark + | 示例 + br + small 批注元素small + | 示例 + br + span 文字範圍元素span + | 示例 + br + sub 下標元素sub + | 示例 + br + sup 上標元素sup + | 示例 + section + h1#edits 修訂類 + ins 增訂元素ins + | 示例 + br + | 增訂元素甲增訂元素乙一般文字節點增訂元素丙一般文字節點增訂元素丁。 + br + del 刪訂元素del + | 示例 + br + | 刪訂元素甲刪訂元素乙一般文字節點刪訂元素丙一般文字節點刪訂元素丁。 + section + h1#typography 特殊排版功能 + h2#han-la 漢字西文混排間隙 + p(lang='zh-Hans') + | 然而在 + span(lang='de') Jan Tschichold + | 和他的著作Asymmetric Typography流行之前,直至追溯回 + span(lang='de') Gutenberg + | 时代,「对称」「齐整」两种古老的视觉审美习惯无处不在。左右并齐的纵栏——我也欣赏这样的传统,一如欣赏古典格律的稳定及优美。 + p.footer + | —— + a(href='https://twitter.com/laerhsif') 钱争予 + | 〈 + a(href='//www.typeisbeautiful.com/2013/12/6983/') 纵横对齐不是现代方法 + | 〉 + h2#font-and-biaodian 地區變體字型及標點符號樣式 + p + strong 註: + | 此處僅展示黑體,其餘字體樣式請參閱 + a(href='./') 其他測試頁 + | 。 + h3#font-and-biaodian-recommended 舊字形及推薦標點樣式 + p.poem-like(style='font-family: "Biaodian Pro Sans", "Helvetica Neue", Helvetica, Arial, "Han Heiti", sans-serif;') + | 字。字.字,字、字;字:字?字! + br + | 「內『內容』容」‘內“內容”容’ + br + | 《書名》〈篇名〉(內容) + br + | 啊——什麼内容……丹·布朗 + br + | He — who wants to achieve the goal — denied about the fact that… + br + | 1991-1999年 他/她 + h3#font-and-biaodian-cns 台灣教育部式 + p.poem-like + | 字。字.字,字、字;字:字?字! + br + | 「內『內容』容」‘內“內容”容’ + br + | 《書名》〈篇名〉(內容) + br + | 啊——什麼内容……丹·布朗 + br + | He — who wants to achieve the goal — denied about the fact that… + br + | 1991-1999年 他/她 + h3#font-and-biaodian-gb 中國國標式 + p.poem-like(style='font-family: "Biaodian Pro Sans GB", "Helvetica Neue", Helvetica, Arial, "Han Heiti GB", sans-serif;') + | 字。字.字,字、字;字:字?字! + br + | 「内『内容』容」‘内“内容”容’ + br + | 《书名》〈篇名〉(内容) + br + | 啊——什么内容……丹·布朗 + br + | He — who wants to achieve the goal — denied about the fact that… + br + | 1991-1999年 他/她 + h2#checked-tones + ruby.rightangle + rb 入 + rb 聲 + | 韻 + rtc.romanization(lang='nan-Latn') + rt(rbspan='2') ji̍p-siann + rtc.zhuyin + rt ㆢㄧㆴ͘ + rt ㄒㄧㆩ + p.poem-like. + + aeioua̍e̍i̍o̍u̍ +
+ ㆴㆵㆶㆷㆴ͘ㆵ͘ㆶ͘ㆷ͘ + script(src='./require.js', data-main='./test-amd.js') diff --git a/v3.0.2/test-amd.js b/v3.0.2/test-amd.js new file mode 100644 index 00000000..ae2be4e2 --- /dev/null +++ b/v3.0.2/test-amd.js @@ -0,0 +1,5 @@ +require([ + './han.min' +], function( Han ) { + Han.init() +}) diff --git a/v3.0.2/test-commonjs-main.js b/v3.0.2/test-commonjs-main.js new file mode 100644 index 00000000..1397909b --- /dev/null +++ b/v3.0.2/test-commonjs-main.js @@ -0,0 +1,3 @@ + +require('./han.min.js')().render() + diff --git a/v3.0.2/test-commonjs.html b/v3.0.2/test-commonjs.html new file mode 100644 index 00000000..e745af7e --- /dev/null +++ b/v3.0.2/test-commonjs.html @@ -0,0 +1,236 @@ + + + + + 測試・CommonJS模組 — 漢字標準格式 + + + + + + + +
+

內容群組類

+

段落、清單

+

好們論紅,手卻策下使住收否人人!大獲及是告另子維持力本清長先陽不?社相此國學風中麼很解:治子上己施一見,有的是,用關快家所的字時情:品好居……朋裡義四時,校叫洲;運細種!眼失媽母身古慢管用、上開家問不難成的裝望麼年單代,操會人得?人人傳在善美故全、推兩少關心求,下看同目國往成氣;一廣機親得飛先始們於觀他使難以該因口發汽機人都領了過大廣場不食收西物早社報子們看、賣像師對好情的神?在史評,來深放表觀。還人的西路盡熱程當人長質此中民龍證說念背生外,間今經氣門此都!把相的公去底動!

+

頭性空風後上他根;然任他在,社拉布會言了來石賽親支……情拉術北然使來路請放數坐燈麼象成一畫專雨,是我長無等愛五化客可雜有雨。

+

詩篇段落

+ +

地址格式

+ +

有序清單

+
    +
  1. 一級清單項目
  2. +
  3. 一級清單項目 +
      +
    1. 二級清單項目
    2. +
    3. 二級清單項目 +
        +
      1. 三級清單項目
      2. +
      3. 三級清單項目
      4. +
      +
    4. +
    +
  4. +
  5. 一級清單項目
  6. +
  7. 一級清單項目
  8. +
+

無序清單

+
    +
  • 一級清單項目
  • +
  • 一級清單項目 +
      +
    • 二級清單項目
    • +
    • 二級清單項目 +
        +
      • 三級清單項目
      • +
      • 三級清單項目
      • +
      +
    • +
    +
  • +
  • 一級清單項目
  • +
  • 一級清單項目
  • +
+

引用區塊

+
+

如事時決行入同是我表統支樂了先年、人目也月老過人,斷弟進石給了,服去孩沒性就能。邊年排不決廣之例。長收滿導無!

+
——姜慶《石人碼頭》
+
+

未使用段落元素的引用區塊

+
時來數期沒道反先美別所金企感企媽失對談。 +
——新器急
+
+

引用區塊中的引用區塊

+
+

洲此境眼……方空車形、四用廠出先作,管濟所唱步取的成正候社取開取高,理景龍知子起配做心正道動。出令正或?家國前保嚴輕朋化下而府裡、基之稱失!等園華行……政生著曾,們然變不發甚故,些長小華從不代應頭資?

+
+

以滿傷都片復利反,爾麼生任常弟但岸過年在;院投工變愛世總甚?天其有爸個:後輕取,在克的山知中識高於過叫行出面不大開受個說自經公目,學們灣。合好巴地盡性士面最產張子新容得實:眼不日野一,克節上人黨到有沒,她果以的是到影的請自人長、表本究政快的且造的推色究聽場廣人形!深了叫!

+
+
+

圖表內的引用區塊

+
+
+

令會過作加身。管常雖:質灣人坐洋半以人問一文……上灣之會的面長東商實對了上修法或便紙界去定辦緊現生影都合否陸一片子處用上很。

+
+
這是圖表解說元素<figcaption>內的解說。
+
+

格式預處理文字區塊

+
國寫親下二好灣整機生土、是看老排讓和保藝車市。
+
+Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et me.
+
+是除學圖寶濟候收。們性者位遠另象內未院清外了以共……
+長明期事生合了中文新等麼科出過能意等件教求加,
+樓日里大下果個來。
+
+球者們?方綠電後,果或錯老際聲可特少保期全動帶東北建,似保助先走她合也的。神我興治的保保學果車易麼連學水小西一!而視可些化。
+

代碼區塊

+
void (function(a,b){var c=b.documentElement,d,e;function D(a,d) {d=a*d/100+b.getElementById("main").textContent;return d;}return new D(20,5);})(window||this,window.document);
+
+
+
+

章節類

+

文章區塊元素

+

文章區塊內的段落、清單

+

務用界種設是自水教臺保再計見所灣們民各、外超是人外每方後發他濟中;義生了出這失究式回值氣苦我花聲位香還場、外國的醫門!

+

詩篇段落

+ +

清單

+
    +
  • 清單項目子
  • +
  • 清單項目丑
  • +
+

文章區塊內的重點

+

不做則中心與的說很筆分士:校此訴平是裡春家善客總外公;做南多中。足酒臉理特指第常三緊資現工們家化民,公政我熱良,中以家是。

+

文章區塊內的圖表引用區塊

+
+
+

令會過作加身。管常雖:質灣人坐洋半以人問一文……上灣之會的面長東商實對了上修法或便紙界去定辦緊現生影都合否陸一片子處用上很。

+
+
這是文章內圖表解說元素<figcaption>的解說。
+
+

文章區塊內的變音文字

+

來化相據取愛統單商商半是否,的媽沒種試此助來精人是灣,價種下落有,機信際,作假灣,心行程官這是運價車年都人強國農:特行解金產拉口……

+

文章內的引用區塊

+
+

火說定好就用樹,表母微時藝出北親雙表人事為放爸車奇列長農時教產得地何高的舉度們她李力內體古見業選一香音種。

+

務用界種設是自水教臺保再計見所灣們民各、外超是人外每方後發他濟中;義生了出這失究式回值氣苦我花聲位香還場、外國的醫門!

+
+

文章內引用區塊中的引用區塊

+
+

洲此境眼……方空車形、四用廠出先作,管濟所唱步取的成正候社取開取高,理景龍知子起配做心正道動。出令正或?家國前保嚴輕朋化下而府裡、基之稱失!等園華行……政生著曾,們然變不發甚故,些長小華從不代應頭資?

+
+

以滿傷都片復利反,爾麼生任常弟但岸過年在;院投工變愛世總甚?天其有爸個:後輕取,在克的山知中識高於過叫行出面不大開受個說自經公目,學們灣。合好巴地盡性士面最產張子新容得實:眼不日野一,克節上人黨到有沒,她果以的是到影的請自人長、表本究政快的且造的推色究聽場廣人形!深了叫!

+
+
+

文章引用區塊內的重點

+
+

不做則中心與的說很筆分士:校此訴平是裡春家善客總外公;做南多中。足酒臉理特指第常三緊資現工們家化民,公政我熱良,中以家是。

+
+

文章引用區塊內的變音文字

+
+

來化相據取愛統單商商半是否,的媽沒種試此助來精人是灣,價種下落有,機信際,作假灣,心行程官這是運價車年都人強國農:特行解金產拉口……

+
+
+
+
+

字級語意類

超連結元素a示例
+ 註記元素u示例
註記元素甲註記元素乙一般文字節點註記元素丙一般文字節點註記元素丁
+ 來源元素cite示例
重點元素strong示例
+ 術語元素dfn示例
關鍵字元素b示例
強調元素em示例
變音文字元素i示例
+ 變數元素var示例
+ 引用元素q及子引用q元素示例示例
+ 訛訊元素s示例
訛訊元素甲訛訊元素乙一般文字節點訛訊元素丙一般文字節點訛訊元素丁
代碼元素code示例
輸入鍵元素kbd示例
計算機輸出示例元素samp示例
+ 行間注元素 + ruby annotation + 示例
複合式 + + 行間注 + 元素 + + hángjiānzhù + yuansu + + + ruby annotation + +
直角 + + + + + + + + hángjiānzhù + yuánsù + + + ㄏㄤˊ + ㄐㄧㄢ + ㄓㄨˋ + ㄩㄢˊ + ㄙㄨˋ + + +

其他

縮寫元素abbr包含標題屬性的縮寫元素abbr示例
+ 凸顯元素mark示例
批注元素small示例
文字範圍元素span示例
下標元素sub示例
上標元素sup示例 +
+
+

修訂類

增訂元素ins示例
增訂元素甲增訂元素乙一般文字節點增訂元素丙一般文字節點增訂元素丁
+ 刪訂元素del示例
刪訂元素甲刪訂元素乙一般文字節點刪訂元素丙一般文字節點刪訂元素丁。 +
+
+

特殊排版功能

+

漢字西文混排間隙

+

然而在Jan Tschichold和他的著作Asymmetric Typography流行之前,直至追溯回Gutenberg时代,「对称」「齐整」两种古老的视觉审美习惯无处不在。左右并齐的纵栏——我也欣赏这样的传统,一如欣赏古典格律的稳定及优美。 +

+ +

地區變體字型及標點符號樣式

+

註:此處僅展示黑體,其餘字體樣式請參閱其他測試頁

+ + +

台灣教育部式

+ +

中國國標式

+ +

+ + + 韻 + + ji̍p-siann + + + ㆢㄧㆴ͘ + ㄒㄧㆩ + + +

+ +
+ + + \ No newline at end of file diff --git a/v3.0.2/test-commonjs.jade b/v3.0.2/test-commonjs.jade new file mode 100644 index 00000000..f61d1349 --- /dev/null +++ b/v3.0.2/test-commonjs.jade @@ -0,0 +1,363 @@ +doctype html +html(lang='zh-Hant') + head + meta(charset='UTF-8') + title 測試・CommonJS模組 — 漢字標準格式 + link(rel='stylesheet', href='./han.min.css') + style. + html { + overflow-x: hidden; + padding-bottom: 7em; + } + meta(name='viewport' content='width=device-width, initial-scale=1.0') + meta(name='description' content='印刷品般的漢字網頁排版框架') + meta(name='keywords' content='漢字標準格式, 中文, 排版, 排版規範, 日文, 字體排印, 文字設計, CLReq, CSS, Sass, typography') + + body + section + h1#grouping-content 內容群組類 + h2#p-ol-ul 段落、清單 + p + | 好們論紅,手卻策下使住收否人人!大獲及是告另子維持力本清長先陽不?社相此國學風中麼很解:治子上己施一見,有的是,用關快家所的字時情:品好居……朋裡義四時,校叫洲;運細種!眼失媽母身古慢管用、上開家問不難成的裝望麼年單代,操會人得?人人傳在善美故全、推兩少關心求,下看同目國往成氣;一廣機親得飛先始們於觀他使難以該因口發汽機人都領了過大廣場不食收西物早社報子們看、賣像師對好情的神?在史評,來深放表觀。還人的西路盡熱程當人長質此中民龍證說念背生外,間今經氣門此都!把相的公去底動! + p 頭性空風後上他根;然任他在,社拉布會言了來石賽親支……情拉術北然使來路請放數坐燈麼象成一畫專雨,是我長無等愛五化客可雜有雨。 + h3#p-poem-like 詩篇段落 + p.poem-like + | 只領不致中此因和之術黑顧同後到, + br + | 血媽人山歷操發一我利終心沒文了事問藝來 + br + | 生能唱起語在,樹來課他—— + br + | 小中觀給告北戲樹意,人消歌受,生會影…… + br + | 動他腦它利離府頭始也 + h4 地址格式 + p.poem-like + | 王小明 啓 + br + | 台灣 新北市板橋路十九段555號 + br + | 20245 + h3#ol 有序清單 + ol + li 一級清單項目 + li + | 一級清單項目 + ol + li 二級清單項目 + li + | 二級清單項目 + ol + li 三級清單項目 + li 三級清單項目 + li 一級清單項目 + li 一級清單項目 + h3#ul 無序清單 + ul + li 一級清單項目 + li + | 一級清單項目 + ul + li 二級清單項目 + li + | 二級清單項目 + ul + li 三級清單項目 + li 三級清單項目 + li 一級清單項目 + li 一級清單項目 + h2#blockquote 引用區塊 + blockquote + p 如事時決行入同是我表統支樂了先年、人目也月老過人,斷弟進石給了,服去孩沒性就能。邊年排不決廣之例。長收滿導無! + footer + | ——姜慶《石人碼頭》 + h3#blockquote-no-p 未使用段落元素的引用區塊 + blockquote + | 時來數期沒道反先美別所金企感企媽失對談。 + footer + | ——新器急 + h3#blockquote-blockquote 引用區塊中的引用區塊 + blockquote + p + | 洲此境眼……方空車形、四用廠出先作,管濟所唱步取的成正候社取開取高,理景龍知子起配做心正道動。出令正或?家國前保嚴輕朋化下而府裡、基之稱失!等園華行……政生著曾,們然變不發甚故,些長小華從不代應頭資? + blockquote + p + | 以滿傷都片復利反,爾麼生任常弟但岸過年在;院投工變愛世總甚?天其有爸個:後輕取,在克的山知中識高於過叫行出面不大開受個說自經公目,學們灣。合好巴地盡性士面最產張子新容得實:眼不日野一,克節上人黨到有沒,她果以的是到影的請自人長、表本究政快的且造的推色究聽場廣人形!深了叫! + h3#figure-blockquote 圖表內的引用區塊 + figure + blockquote + p 令會過作加身。管常雖:質灣人坐洋半以人問一文……上灣之會的面長東商實對了上修法或便紙界去定辦緊現生影都合否陸一片子處用上很。 + figcaption + | 這是圖表解說元素 + code <figcaption> + | 內的解說。 + h2#pre 格式預處理文字區塊 + pre. + 國寫親下二好灣整機生土、是看老排讓和保藝車市。 + + Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et me. + + 是除學圖寶濟候收。們性者位遠另象內未院清外了以共…… + 長明期事生合了中文新等麼科出過能意等件教求加, + 樓日里大下果個來。 + + 球者們?方綠電後,果或錯老際聲可特少保期全動帶東北建,似保助先走她合也的。神我興治的保保學果車易麼連學水小西一!而視可些化。 + h2#pre-code 代碼區塊 + pre: code. + void (function(a,b){var c=b.documentElement,d,e;function D(a,d) {d=a*d/100+b.getElementById("main").textContent;return d;}return new D(20,5);})(window||this,window.document); + section + article + h1#sections 章節類 + h2#article 文章區塊元素 + h3#article-p-ol-ul 文章區塊內的段落、清單 + p 務用界種設是自水教臺保再計見所灣們民各、外超是人外每方後發他濟中;義生了出這失究式回值氣苦我花聲位香還場、外國的醫門! + h4#article-p-poem-like 詩篇段落 + p.poem-like + | 只領不致中此因和之術黑顧同後到, + br + | 血媽人山歷操發一我利終心沒文了事問藝來 + br + | 生能唱起語在,樹來課他—— + br + | 小中觀給告北戲樹意,人消歌受,生會影…… + br + | 動他腦它利離府頭始也 + h4#article-ol-ul 清單 + ul + li 清單項目子 + li 清單項目丑 + h3#article-strong 文章區塊內的重點 + p + | 不做則中心與的說很筆分士: + strong 校此訴平是裡春家善客總外公;做南多中。 + | 足酒臉理特指第常三緊資現工們家化民,公政我熱良,中以家是。 + h3#article-figure 文章區塊內的圖表引用區塊 + figure + blockquote + p 令會過作加身。管常雖:質灣人坐洋半以人問一文……上灣之會的面長東商實對了上修法或便紙界去定辦緊現生影都合否陸一片子處用上很。 + figcaption + | 這是文章內圖表解說元素 + code <figcaption> + | 的解說。 + h3 文章區塊內的變音文字 + p + | 來化相據取愛統單商商半是否, + i 的媽沒種試此助來精人是灣,價種下落有, + | 機信際,作假灣,心行程官這是運價車年都人強國農:特行解金產拉口…… + h3#article-blockquote 文章內的引用區塊 + blockquote + p 火說定好就用樹,表母微時藝出北親雙表人事為放爸車奇列長農時教產得地何高的舉度們她李力內體古見業選一香音種。 + p 務用界種設是自水教臺保再計見所灣們民各、外超是人外每方後發他濟中;義生了出這失究式回值氣苦我花聲位香還場、外國的醫門! + h4#article-blockquote-blockquote 文章內引用區塊中的引用區塊 + blockquote + p 洲此境眼……方空車形、四用廠出先作,管濟所唱步取的成正候社取開取高,理景龍知子起配做心正道動。出令正或?家國前保嚴輕朋化下而府裡、基之稱失!等園華行……政生著曾,們然變不發甚故,些長小華從不代應頭資? + blockquote + p 以滿傷都片復利反,爾麼生任常弟但岸過年在;院投工變愛世總甚?天其有爸個:後輕取,在克的山知中識高於過叫行出面不大開受個說自經公目,學們灣。合好巴地盡性士面最產張子新容得實:眼不日野一,克節上人黨到有沒,她果以的是到影的請自人長、表本究政快的且造的推色究聽場廣人形!深了叫! + h4#article-blockquote-strong 文章引用區塊內的重點 + blockquote + p + | 不做則中心與的說很筆分士: + strong 校此訴平是裡春家善客總外公;做南多中。 + | 足酒臉理特指第常三緊資現工們家化民,公政我熱良,中以家是。 + h4#article-blockquote-i 文章引用區塊內的變音文字 + blockquote + p + | 來化相據取愛統單商商半是否, + i 的媽沒種試此助來精人是灣,價種下落有, + | 機信際,作假灣,心行程官這是運價車年都人強國農:特行解金產拉口…… + section + h1#text-level-semantics 字級語意類 + a(href='#') 超連結元素a + | 示例 + br + u 註記元素u + | 示例 + br + | 註記元素甲註記元素乙一般文字節點註記元素丙一般文字節點註記元素丁。 + br + cite 來源元素cite + | 示例 + br + strong 重點元素strong + | 示例 + br + dfn 術語元素dfn + | 示例 + br + b 關鍵字元素b + | 示例 + br + em 強調元素em + | 示例 + br + i 變音文字元素i + | 示例 + br + var 變數元素var + | 示例 + br + q 引用元素q及子引用q元素示例 + | 示例 + br + s 訛訊元素s + | 示例 + br + | 訛訊元素甲訛訊元素乙一般文字節點訛訊元素丙一般文字節點訛訊元素丁。 + br + code 代碼元素code + | 示例 + br + kbd 輸入鍵元素kbd + | 示例 + br + samp 計算機輸出示例元素samp + | 示例 + br + ruby + | 行間注元素 + rt ruby annotation + | 示例 + br + | 複合式 + ruby.complex + rb 行間注 + rb 元素 + rtc.pinyin(lang='cmn-latn') + rt(rbspan='1') hángjiānzhù + rt(rbspan='1') yuansu + rtc.annotation(lang='en-GB') + rt(rbspan='3') ruby annotation + br + | 直角 + ruby.rightangle + rb 行 + rb 間 + rb 注 + rb 元 + rb 素 + rtc.annotation(lang='cmn-Latn') + rt(rbspan='3') hángjiānzhù + rt(rbspan='2') yuánsù + rtc.zhuyin + rt ㄏㄤˊ + rt ㄐㄧㄢ + rt ㄓㄨˋ + rt ㄩㄢˊ + rt ㄙㄨˋ + h2#text-level-semantics-other 其他 + abbr 縮寫元素abbr + | 及 + abbr(title='abbreviation') 包含標題屬性的縮寫元素abbr + | 示例 + br + mark 凸顯元素mark + | 示例 + br + small 批注元素small + | 示例 + br + span 文字範圍元素span + | 示例 + br + sub 下標元素sub + | 示例 + br + sup 上標元素sup + | 示例 + section + h1#edits 修訂類 + ins 增訂元素ins + | 示例 + br + | 增訂元素甲增訂元素乙一般文字節點增訂元素丙一般文字節點增訂元素丁。 + br + del 刪訂元素del + | 示例 + br + | 刪訂元素甲刪訂元素乙一般文字節點刪訂元素丙一般文字節點刪訂元素丁。 + section + h1#typography 特殊排版功能 + h2#han-la 漢字西文混排間隙 + p(lang='zh-Hans') + | 然而在 + span(lang='de') Jan Tschichold + | 和他的著作Asymmetric Typography流行之前,直至追溯回 + span(lang='de') Gutenberg + | 时代,「对称」「齐整」两种古老的视觉审美习惯无处不在。左右并齐的纵栏——我也欣赏这样的传统,一如欣赏古典格律的稳定及优美。 + p.footer + | —— + a(href='https://twitter.com/laerhsif') 钱争予 + | 〈 + a(href='//www.typeisbeautiful.com/2013/12/6983/') 纵横对齐不是现代方法 + | 〉 + h2#font-and-biaodian 地區變體字型及標點符號樣式 + p + strong 註: + | 此處僅展示黑體,其餘字體樣式請參閱 + a(href='./') 其他測試頁 + | 。 + h3#font-and-biaodian-recommended 舊字形及推薦標點樣式 + p.poem-like(style='font-family: "Biaodian Pro Sans", "Helvetica Neue", Helvetica, Arial, "Han Heiti", sans-serif;') + | 字。字.字,字、字;字:字?字! + br + | 「內『內容』容」‘內“內容”容’ + br + | 《書名》〈篇名〉(內容) + br + | 啊——什麼内容……丹·布朗 + br + | He — who wants to achieve the goal — denied about the fact that… + br + | 1991-1999年 他/她 + h3#font-and-biaodian-cns 台灣教育部式 + p.poem-like + | 字。字.字,字、字;字:字?字! + br + | 「內『內容』容」‘內“內容”容’ + br + | 《書名》〈篇名〉(內容) + br + | 啊——什麼内容……丹·布朗 + br + | He — who wants to achieve the goal — denied about the fact that… + br + | 1991-1999年 他/她 + h3#font-and-biaodian-gb 中國國標式 + p.poem-like(style='font-family: "Biaodian Pro Sans GB", "Helvetica Neue", Helvetica, Arial, "Han Heiti GB", sans-serif;') + | 字。字.字,字、字;字:字?字! + br + | 「内『内容』容」‘内“内容”容’ + br + | 《书名》〈篇名〉(内容) + br + | 啊——什么内容……丹·布朗 + br + | He — who wants to achieve the goal — denied about the fact that… + br + | 1991-1999年 他/她 + h2#checked-tones + ruby.rightangle + rb 入 + rb 聲 + | 韻 + rtc.romanization(lang='nan-Latn') + rt(rbspan='2') ji̍p-siann + rtc.zhuyin + rt ㆢㄧㆴ͘ + rt ㄒㄧㆩ + p.poem-like. + + aeioua̍e̍i̍o̍u̍ +
+ ㆴㆵㆶㆷㆴ͘ㆵ͘ㆶ͘ㆷ͘ + script(src='./test-commonjs.js') diff --git a/v3.0.2/test-commonjs.js b/v3.0.2/test-commonjs.js new file mode 100644 index 00000000..67bb5bc8 --- /dev/null +++ b/v3.0.2/test-commonjs.js @@ -0,0 +1,12 @@ +(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;od;d++)void 0!==b[d].value&&a.setAttribute(b[d].name,b[d].value);else for(var e in b)b.hasOwnProperty(e)&&void 0!==b[e]&&a.setAttribute(e,b[e]);return a}},isIgnorable:function(a){return"WBR"===a.nodeName||a.nodeType===Node.COMMENT_NODE},makeArray:function(a){return Array.prototype.slice.call(a)},extend:function(a,b){var c="object"==typeof a||"function"==typeof a||"object"==typeof b;if(c){for(var d in b)b.hasOwnProperty(d)&&(a[d]=b[d]);return a}}},m=function(){var a="retain",b="first",d=c,e={}.toString;function f(a){return"[object Array]"==e.call(a)}function g(a){return String(a).replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}function h(){return i.apply(null,arguments)||j.apply(null,arguments)}function i(a,b,c,d,e){if(b&&!b.nodeType&&arguments.length<=2)return!1;var f="function"==typeof c;f&&(c=function(a){return function(b,c){return a(b.text,c.startIndex)}}(c));var g=j(b,{find:a,wrap:f?null:c,replace:f?c:"$"+(d||"&"),prepMatch:function(a,b){if(!a[0])throw"findAndReplaceDOMText cannot handle zero-length matches";if(d>0){var c=a[d];a.index+=a[0].indexOf(c),a[0]=c}return a.endIndex=a.index+a[0].length,a.startIndex=a.index,a.index=b,a},filterElements:e});return h.revert=function(){return g.revert()},!0}function j(a,b){return new k(a,b)}h.Finder=k;function k(b,c){c.portionMode=c.portionMode||a,this.node=b,this.options=c,this.prepMatch=c.prepMatch||this.prepMatch,this.reverts=[],this.matches=this.search(),this.matches.length&&this.processMatches()}return k.prototype={search:function(){var a,b=0,c=this.options.find,d=this.getAggregateText(),e=[];if(c="string"==typeof c?RegExp(g(c),"g"):c,c.global)while(a=c.exec(d))e.push(this.prepMatch(a,b++));else(a=d.match(c))&&e.push(this.prepMatch(a,0));return e},prepMatch:function(a,b){if(!a[0])throw new Error("findAndReplaceDOMText cannot handle zero-length matches");return a.endIndex=a.index+a[0].length,a.startIndex=a.index,a.index=b,a},getAggregateText:function(){var a=this.options.filterElements;return b(this.node);function b(c){if(3===c.nodeType)return c.data;if(a&&!a(c))return"";var d="";if(c=c.firstChild)do d+=b(c);while(c=c.nextSibling);return d}},processMatches:function(){var a=this.matches,b=this.node,c=this.options.filterElements,d,e,f=[],g=b,h=a.shift(),i=0,j=0,k=0,l,m=[b];a:while(!0){if(3===g.nodeType&&(!e&&g.length+i>=h.endIndex?e={node:g,index:k++,text:g.data.substring(h.startIndex-i,h.endIndex-i),indexInMatch:i-h.startIndex,indexInNode:h.startIndex-i,endIndexInNode:h.endIndex-i,isEnd:!0}:d&&f.push({node:g,index:k++,text:g.data,indexInMatch:i-h.startIndex,indexInNode:0}),!d&&g.length+i>h.startIndex&&(d={node:g,index:k++,indexInMatch:0,indexInNode:h.startIndex-i,endIndexInNode:h.endIndex-i,text:g.data.substring(h.startIndex-i,h.endIndex-i)}),i+=g.data.length),l=1===g.nodeType&&c&&!c(g),d&&e){if(g=this.replaceMatch(h,d,f,e),i-=e.node.data.length-e.endIndexInNode,d=null,e=null,f=[],h=a.shift(),k=0,j++,!h)break}else if(!l&&(g.firstChild||g.nextSibling)){g.firstChild?(m.push(g),g=g.firstChild):g=g.nextSibling;continue}while(!0){if(g.nextSibling){g=g.nextSibling;break}if(g=m.pop(),g===b)break a}}},revert:function(){for(var a=this.reverts.length;a--;)this.reverts[a]();this.reverts=[]},prepareReplacementString:function(a,c,d,e){var f=this.options.portionMode;return f===b&&c.indexInMatch>0?"":(a=a.replace(/\$(\d+|&|`|')/g,function(a,b){var c;switch(b){case"&":c=d[0];break;case"`":c=d.input.substring(0,d.startIndex);break;case"'":c=d.input.substring(d.endIndex);break;default:c=d[+b]}return c}),f===b?a:c.isEnd?a.substring(c.indexInMatch):a.substring(c.indexInMatch,c.indexInMatch+c.text.length))},getPortionReplacementNode:function(a,b,c){var e=this.options.replace||"$&",f=this.options.wrap;if(f&&f.nodeType){var g=d.createElement("div");g.innerHTML=f.outerHTML||(new XMLSerializer).serializeToString(f),f=g.firstChild}if("function"==typeof e)return e=e(a,b,c),e&&e.nodeType?e:d.createTextNode(String(e));var h="string"==typeof f?d.createElement(f):f;return e=d.createTextNode(this.prepareReplacementString(e,a,b,c)),e.data&&h?(h.appendChild(e),h):e},replaceMatch:function(a,b,c,e){var f=b.node,g=e.node,h,i;if(f===g){var j=f;b.indexInNode>0&&(h=d.createTextNode(j.data.substring(0,b.indexInNode)),j.parentNode.insertBefore(h,j));var k=this.getPortionReplacementNode(e,a);return j.parentNode.insertBefore(k,j),e.endIndexInNoden;++n){var p=c[n],q=this.getPortionReplacementNode(p,a);p.node.parentNode.replaceChild(q,p.node),this.reverts.push(function(a,b){return function(){b.parentNode.replaceChild(a.node,b)}}(p,q)),m.push(q)}var r=this.getPortionReplacementNode(e,a);return f.parentNode.insertBefore(h,f),f.parentNode.insertBefore(l,f),f.parentNode.removeChild(f),g.parentNode.insertBefore(r,g),g.parentNode.insertBefore(i,g),g.parentNode.removeChild(g),this.reverts.push(function(){h.parentNode.removeChild(h),l.parentNode.replaceChild(f,l),i.parentNode.removeChild(i),r.parentNode.replaceChild(g,r)}),r}},h}(),n="style, script",o=function(a,b,c,d,e){return new o.prototype.init(a,b,c,d,e)};o.prototype={constructor:o,context:"",finder:[],init:function(a,b,c,d,e){return this.context=a,this.filterOut(b),"string"==typeof c&&this[c]?this[c](d,e):this},filterOutSelector:n,filterOutFn:function(a){return l.matches(a,this.filterOutSelector)?!1:!0},filterOut:function(a){return"string"==typeof a?this.filterOutSelector=a:"function"==typeof a&&(this.filterOutFn=a),this},replace:function(a,b){var c=this;return this.finder.push(m(this.context,{find:a,replace:b,filterElements:function(a){return c.filterOutFn(a)}})),this},wrap:function(a,b){var c=this;return c.finder.push(m(c.context,{find:a,wrap:b,filterElements:function(a){return c.filterOutFn(a)}})),this},revert:function(a){var b=this.finder.length,a=Number(a)||0===a?Number(a):"all"===a?b:1;if("undefined"==typeof b||0===b)return this;a>this.finder.length&&(a=b);for(var c=parseInt(a);c>0;c--)this.finder.pop().revert();return this},jinzify:function(){var a=this.filterOutSelector;return this.filterOutSelector+=", jinze",this.replace(k.jinze.touwei,function(a,b){var c=b[0],d=l.create("",c),e=l.create("jinze","touwei");return e.appendChild(d),0===a.index&&a.isEnd||1===a.index?e:""}).replace(k.jinze.wei,function(a,b){var c=b[0],d=l.create("",c),e=l.create("jinze","wei");return e.appendChild(d),0===a.index?e:""}).replace(k.jinze.tou,function(a,b){var c=b[0],d=l.create("",c),e=l.create("jinze","tou");return e.appendChild(d),0===a.index&&a.isEnd||1===a.index?e:""}).replace(k.jinze.middle,function(a,b){var c=b[0],d=l.create("",c),e=l.create("jinze","middle");return e.appendChild(d),0===a.index&&a.isEnd||1===a.index?e:""}),this.filterOutSelector=a,this},groupify:function(){return this.wrap(k.char.biaodian.group[0],l.clone(l.create("char_group","biaodian cjk"))).wrap(k.char.biaodian.group[1],l.clone(l.create("char_group","biaodian cjk"))),this},charify:function(a){var a=l.extend({hanzi:"individual",liga:"liga",word:"group",latin:"group",ellinika:"group",kirillica:"group",kana:"none",eonmun:"none"},a||{});return"group"===a.hanzi&&this.wrap(k.char.hanzi.group,l.clone(l.create("char_group","hanzi cjk"))),"individual"===a.hanzi&&this.wrap(k.char.hanzi.individual,l.clone(l.create("char","hanzi cjk"))),("individual"===a.hanzi||"biaodian"===a.hanzi||"liga"===a.liga)&&("none"!==a.hanzi&&this.replace(k.char.biaodian.all,function(a,b){var c=b[0],d=l.create("",c),e="biaodian cjk "+(c.match(k.char.biaodian.open)?"open":c.match(k.char.biaodian.close)?"close end":c.match(k.char.biaodian.end)?"end":""),f=l.create("char",e),g=c.charCodeAt(0).toString(16);return f.setAttribute("unicode",g),f.appendChild(d),f}),this.replace("liga"===a.liga?k.char.biaodian.liga:new RegExp("("+j.biaodian.liga+")","g"),function(a,b){var c=b[0],d=l.create("",c),e=l.create("char","biaodian liga cjk"),f=c.charCodeAt(0).toString(16);return e.setAttribute("unicode",f),e.appendChild(d),e})),"none"!==a.word&&this.wrap(k.char.word,l.clone(l.create("word"))),("none"!==a.latin||"none"!==a.ellinika||"none"!==a.kirillica)&&this.wrap(k.char.punct.all,l.clone(l.create("char","punct"))),"individual"===a.latin&&this.wrap(k.char.alphabet.latin,l.clone(l.create("char","alphabet latin"))),"individual"===a.ellinika&&this.wrap(k.char.alphabet.ellinika,l.clone(l.create("char","alphabet ellinika greek"))),"individual"===a.kirillica&&this.wrap(k.char.alphabet.kirillica,l.clone(l.create("char","alphabet kirillica cyrillic"))),this}},o.prototype.init.prototype=o.prototype,h.find=o,void["replace","wrap","revert","jinzify","charify"].forEach(function(a){h.fn[a]=function(){return this.finder||(this.finder=h.find(this.context)),this.finder[a](arguments[0],arguments[1]),this}});var p={JS_RENDERED_CLASS:"hyu-js-rendered"};function q(a,b){var c=l.create("canvas"),d;return c.width="50",c.height="20",c.style.display="none",e.appendChild(c),d=c.getContext("2d"),d.textBaseline="top",d.font="15px "+b+", sans-serif",d.fillStyle="black",d.strokeStyle="black",d.fillText(a,0,0),[c,d]}function r(a,b,c){var a=a,b=b,c=c||"\u8fadQ",d;try{b=q(c,b||"sans-serif"),a=q(c,a);for(var e=1;20>=e;e++)for(var f=1;50>=f;f++){if("undefined"!==d&&a[1].getImageData(f,e,1,1).data[3]!==b[1].getImageData(f,e,1,1).data[3]){d=!0;break}if(d)break;50!==f||20!==e||d||(d=!1)}return l.remove(b[0]),l.remove(a[0]),b=null,a=null,d}catch(g){return!1}}p.detectFont=r,p.support=function(){var b="Webkit Moz ms".split(" "),f=l.create("_"),g={};function h(a){var c=a.charAt(0).toUpperCase()+a.slice(1),d=(a+" "+b.join(c+" ")+c).split(" "),e;return d.forEach(function(a){"string"==typeof f.style[a]&&(e=!0)}),e||!1}function i(a,b){var c=e||l.create("body"),f=l.create("div"),g=e?f:c,b="function"==typeof b?b:function(){},h,i,j;return h=[""].join(""),g.innerHTML+=h,c.appendChild(f),e||(c.style.background="",c.style.overflow="hidden",j=d.style.overflow,d.style.overflow="hidden",d.appendChild(c)),i=b(g,a),l.remove(g),e||(d.style.overflow=j),!!i}function j(b,d){var e;return a.getComputedStyle?e=c.defaultView.getComputedStyle(b,null).getPropertyValue(d):b.currentStyle&&(e=b.currentStyle[d]),e}return{ruby:function(){var a=l.create("ruby"),b=l.create("rt"),c=l.create("rp"),e;return a.appendChild(c),a.appendChild(b),d.appendChild(a),e="none"===j(c,"display")||"ruby"===j(a,"display")&&"ruby-text"===j(b,"display")?!0:!1,d.removeChild(a),a=null,b=null,c=null,e}(),fontface:function(){var a;return i('@font-face { font-family: font; src: url("http://"); }',function(b,c){var d=l.qsa("style",b)[0],e=d.sheet||d.styleSheet,f=e?e.cssRules&&e.cssRules[0]?e.cssRules[0].cssText:e.cssText||"":"";a=/src/i.test(f)&&0===f.indexOf(c.split(" ")[0])}),a}(),unicoderange:function(){var a;return i('@font-face{font-family:test-for-unicode-range;src:local(Arial),local("Droid Sans")}@font-face{font-family:test-for-unicode-range;src:local("Times New Roman"),local(Times),local("Droid Serif");unicode-range:U+270C}',function(){a=!p.detectFont("test-for-unicode-range",'Arial, "Droid Sans"',"Q")}),a}(),columnwidth:h("columnWidth"),textemphasis:h("textEmphasis"),writingmode:h("writingMode")}}(),p.initCond=function(a){var a=a||d,b="",c;a.classList.add(p.JS_RENDERED_CLASS);for(var e in p.support)c=(p.support[e]?"":"no-")+e,a.classList.add(c),b+=c+" ";return b};function s(a,b,c){var d=l.create("ru"),b=l.clone(b),c=c||{};return Array.isArray(a)?d.innerHTML=a.map(function(a){return a.outerHTML}).join(""):d.appendChild(l.clone(a)),d.appendChild(b),c.annotation=b.textContent,l.setAttr(d,c),d}function t(a,b){var a=l.clone(a),c=l.create("ru"),d=l.create("zhuyin"),e=l.create("yin"),f=l.create("diao"),g=b.textContent,h,i,j,m;return h=g.replace(k.zhuyin.diao,""),m=h?h.length:0,i=g.replace(h,"").replace(/[\u02C5]/g,"\u02c7").replace(/[\u030D]/g,"\u0358"),j=g.replace(k.zhuyin.form,function(a,b,c){return[a?"S":null,b?"J":null,c?"Y":null].join("")}),f.innerHTML=i,e.innerHTML=h,d.appendChild(e),d.appendChild(f),c.appendChild(a),c.appendChild(d),l.setAttr(c,{zhuyin:"",diao:i,length:m,form:j}),c}l.extend(p,{renderElem:function(a){this.renderRuby(a),this.renderDecoLine(a),this.renderDecoLine(a,"s, del"),this.renderEm(a)},renderDecoLine:function(a,b){var b=b||"u, ins",c=l.qsa(b,a),d=new RegExp("^("+b.replace(/\,\s?/g,"|")+")$","ig");c.forEach(function(a){var b;do if(b=(b||a).nextSibling,!b)return;while(l.isIgnorable(b));b.nodeName.match(d)&&b.classList.add("adjacent")})},renderEm:function(a,b){var c=b?"qsa":"tag",b=b||"em",d=l[c](b,a);d.forEach(function(a){var b=o(a);p.support.textemphasis||b.jinzify(),b.groupify().charify(p.support.textemphasis?{hanzi:"biaodian",word:"punctuation"}:{latin:"individual",ellinika:"individual",kirillica:"individual"})})},renderRuby:function(a,b){var c=b?"qsa":"tag",b=b||"ruby",d=l[c](b,a),e=l.qsa(b+", rtc",a);e.forEach(function(a){var b=a.classList;b.contains("pinyin")?b.add("romanization"):b.contains("mps")&&b.add("zhuyin"),b.contains("romanization")&&b.add("annotation")}),d.forEach(function(a){var c=a.classList,d=!p.support.ruby||c.contains("zhuyin")||c.contains("complex")||c.contains("rightangle"),e,f,g,h,i,j;d&&(e=l.create("!"),e.appendChild(l.clone(a)),f=l.qsa(b,e)[0],(!p.support.ruby||c.contains("zhuyin"))&&l.tag("rt",f).forEach(function(a){var b=l.create("!"),d=[],e;do{if(e=(e||a).previousSibling,!e||e.nodeName.match(/(r[ubt])/i))break;b.insertBefore(l.clone(e),b.firstChild),d.push(e)}while(!e.nodeName.match(/(r[ubt])/i));h=c.contains("zhuyin")?t(b,a):s(b,a);try{a.parentNode.replaceChild(h,a),d.forEach(function(a){l.remove(a)})}catch(f){}}),(c.contains("complex")||c.contains("rightangle"))&&(g=h=l.tag("rb",f),i=g.length,!function(b){b&&(h=l.tag("rt",b).map(function(a,b){if(g[b]){var c=t(g[b],a);try{g[b].parentNode.replaceChild(c,g[b])}catch(d){}return c}}),l.remove(b),a.setAttribute("rightangle",""))}(f.querySelector("rtc.zhuyin")),l.qsa("rtc:not(.zhuyin)",f).forEach(function(b,d){var e;e=l.tag("rt",b).map(function(b,e){var f=Number(b.getAttribute("rbspan")||1),g=0,j=[],k,m;f>i&&(f=i);do{try{k=h.shift(),j.push(k)}catch(n){}g+=Number(k.getAttribute("span")||1)}while(f>g);if(g>f){if(j.length>1)return void console.error("An impossible `rbspan` value detected.",a);j=l.tag("rb",j[0]),h=j.slice(f).concat(h),j=j.slice(0,f),g=f}m=s(j,b,{"class":c,span:g,order:d});try{j[0].parentNode.replaceChild(m,j.shift()),j.forEach(function(a){l.remove(a)})}catch(n){}return m}),h=e,l.remove(b)})),j=l.create("hruby"),j.innerHTML=e.firstChild.innerHTML,l.setAttr(j,a.attributes),j.normalize(),a.parentNode.replaceChild(j,a))})}}),h.normalize=p,h.support=p.support,h.detectFont=p.detectFont,h.fn.initCond=function(){return this.condition.classList.add("han-js-rendered"),h.normalize.initCond(this.condition),this},void["Elem","DecoLine","Em","Ruby"].forEach(function(a){var b="render"+a;h.fn[b]=function(a){return h.normalize[b](this.context,a),this}}),l.extend(h.support,{heiti:!0,songti:h.detectFont('"Han Songti"'),"songti-gb":h.detectFont('"Han Songti GB"'),kaiti:h.detectFont('"Han Kaiti"'),fangsong:h.detectFont('"Han Fangsong"')});var u="* > hws:first-child, * > wbr:first-child + hws, wbr:first-child + wbr + hws",v=function(){var a=l.create("div");return a.appendChild(l.create("","0-")),a.appendChild(l.create("","2")),a.normalize(),2!==a.firstChild.length}(),w;w=l.create("hws"),w.innerHTML=" ",l.extend(h,{isNodeNormalizeNormal:v,renderHWS:function(a,b){var a=a||c,d=b?"strict":"base",e=h.find(a);return e.filterOutSelector+=b?", textarea, code, kbd, samp, pre":", textarea",e.replace(h.TYPESET.hws[d][0],"$1$2").replace(h.TYPESET.hws[d][1],"$1$2").replace(/(['"]+)(.+?)\1/gi,"$1$2$1").replace("",function(){return l.clone(w)}),l.qsa(u,a).forEach(function(a){var b=a.parentNode,c=b.firstChild;while(l.isIgnorable(c))if(c=c.nextSibling,!c)return;while("HWS"===c.nodeName)if(l.remove(c,b),c=b.parentNode.insertBefore(l.clone(w),b),b=b.parentNode,v&&b.normalize(),c!==b.firstChild)break}),v&&a.normalize(),e}}),l.extend(h.fn,{HWS:null,renderHWS:function(a){return h.renderHWS(this.context,a),this.HWS=l.tag("hws",this.context),this},revertHWS:function(){return this.HWS.forEach(function(a){l.remove(a)}),this}}),h.renderJiya=function(a){var a=a||c,b=[h.find(a)];return b[0].filterOutSelector+=", textarea, code, kbd, samp, pre, jinze, em",b[0].groupify(),l.qsa("char_group.biaodian",a).forEach(function(a){b.push(h(a).charify({hanzi:"biaodian",liga:"liga",word:"none",latin:"none",ellinika:"none",kirillica:"none"}))}),b},l.extend(h.fn,{jiya:null,renderJiya:function(){return this.jiya=h.renderJiya(this.context),this},revertJiya:function(){try{this.jiya.revert("all")}catch(a){}return this}});var x;x=l.create("char","biaodian cjk middle"),x.setAttribute("unicode","b7"),h.correctBasicBD=function(a,b){var a=a||c,d;(!h.support.unicoderange||b)&&(d=h.find(a),d.filteredElemList+=" em",d.wrap(/\u00B7/g,l.clone(x)).charify({liga:"liga",hanzi:"none",word:"none",latin:"none",ellinika:"none",kirillica:"none"}))},l.extend(h.fn,{basicBD:null,correctBasicBD:function(a){return this.basicBD=h.correctBasicBD(this.context,a),this},revertBasicBD:function(){try{this.basicBD.revert("all")}catch(a){}return this}});var y="ru[annotation]",z=" textarea code kbd samp pre",A=function(){var a=e||l.create("body"),b=l.create("div"),c=l.create("span"),f=e?b:a,g,h,i;return e?e.appendChild(f):(a.style.background="",a.style.overflow="hidden",h=d.style.overflow,d.style.overflow="hidden",d.appendChild(a)),c.innerHTML="i̍",c.style.fontFamily="sans-serif",c.style.display="inline-block",g=l.clone(c),g.style.fontFamily='"Romanization Sans"',f.appendChild(c),f.appendChild(g),i=c.clientWidth!==g.clientWidth,l.remove(f),e||(d.style.overflow=h),i}(),B=h.TYPESET["display-as"]["comb-liga-pua"],C=h.TYPESET["inaccurate-char"],D=l.create("char","comb-liga"),E=l.create("inner");return l.extend(h,{isCombLigaNormal:A,substCombLigaWithPUA:function(a){var a=a||c,b=h.find(a);if(!A)return b.filteredElemList+=z,B.forEach(function(a){b.replace(new RegExp(a[0],"ig"),function(b,c){var d=l.clone(D),e=l.clone(E);return e.innerHTML=c[0],d.appendChild(e),d.setAttribute("display-as",a[1]),0===b.index?d:""})}),l.qsa(y,a).forEach(function(a){var b=a.getAttribute("annotation");B.slice(0,5).forEach(function(a){b=b.replace(new RegExp(a[0],"ig"),a[1])}),a.setAttribute("annotation",b)}),b},substInaccurateChar:function(a){var a=a||c,b=h.find(a);b.filteredElemList+=z,C.forEach(function(a){b.replace(new RegExp(a[0],"ig"),a[1])})}}),l.extend(h.fn,{"comb-liga":null,"inaccurate-char":null,substCombLigaWithPUA:function(){return this["comb-liga"]=h.substCombLigaWithPUA(this.context),this},revertCombLigaWithPUA:function(){try{this["comb-liga"].revert("all")}catch(a){}return this},substInaccurateChar:function(){return this["inaccurate-char"]=h.substInaccurateChar(this.context),this},revertInaccurateChar:function(){try{this["inaccurate-char"].revert("all")}catch(a){}return this}}),a.addEventListener("DOMContentLoaded",function(){var a;d.classList.contains("han-init")?h.init():(a=c.querySelector(".han-init-context"))&&(h.init=h(a).render())}),"function"==typeof define&&define.amd?define(function(){return h}):("undefined"==typeof b||b===!1)&&(a.Han=h),h}); +},{}],2:[function(require,module,exports){ + +require('./han.min.js')().render() + + +},{"./han.min.js":1}]},{},[2]); diff --git a/v3.0.2/test-nojs.html b/v3.0.2/test-nojs.html new file mode 100644 index 00000000..0181b334 --- /dev/null +++ b/v3.0.2/test-nojs.html @@ -0,0 +1,235 @@ + + + + + 測試・無JavaScript — 漢字標準格式 + + + + + + + +
+

內容群組類

+

段落、清單

+

好們論紅,手卻策下使住收否人人!大獲及是告另子維持力本清長先陽不?社相此國學風中麼很解:治子上己施一見,有的是,用關快家所的字時情:品好居……朋裡義四時,校叫洲;運細種!眼失媽母身古慢管用、上開家問不難成的裝望麼年單代,操會人得?人人傳在善美故全、推兩少關心求,下看同目國往成氣;一廣機親得飛先始們於觀他使難以該因口發汽機人都領了過大廣場不食收西物早社報子們看、賣像師對好情的神?在史評,來深放表觀。還人的西路盡熱程當人長質此中民龍證說念背生外,間今經氣門此都!把相的公去底動!

+

頭性空風後上他根;然任他在,社拉布會言了來石賽親支……情拉術北然使來路請放數坐燈麼象成一畫專雨,是我長無等愛五化客可雜有雨。

+

詩篇段落

+ +

地址格式

+ +

有序清單

+
    +
  1. 一級清單項目
  2. +
  3. 一級清單項目 +
      +
    1. 二級清單項目
    2. +
    3. 二級清單項目 +
        +
      1. 三級清單項目
      2. +
      3. 三級清單項目
      4. +
      +
    4. +
    +
  4. +
  5. 一級清單項目
  6. +
  7. 一級清單項目
  8. +
+

無序清單

+
    +
  • 一級清單項目
  • +
  • 一級清單項目 +
      +
    • 二級清單項目
    • +
    • 二級清單項目 +
        +
      • 三級清單項目
      • +
      • 三級清單項目
      • +
      +
    • +
    +
  • +
  • 一級清單項目
  • +
  • 一級清單項目
  • +
+

引用區塊

+
+

如事時決行入同是我表統支樂了先年、人目也月老過人,斷弟進石給了,服去孩沒性就能。邊年排不決廣之例。長收滿導無!

+
——姜慶《石人碼頭》
+
+

未使用段落元素的引用區塊

+
時來數期沒道反先美別所金企感企媽失對談。 +
——新器急
+
+

引用區塊中的引用區塊

+
+

洲此境眼……方空車形、四用廠出先作,管濟所唱步取的成正候社取開取高,理景龍知子起配做心正道動。出令正或?家國前保嚴輕朋化下而府裡、基之稱失!等園華行……政生著曾,們然變不發甚故,些長小華從不代應頭資?

+
+

以滿傷都片復利反,爾麼生任常弟但岸過年在;院投工變愛世總甚?天其有爸個:後輕取,在克的山知中識高於過叫行出面不大開受個說自經公目,學們灣。合好巴地盡性士面最產張子新容得實:眼不日野一,克節上人黨到有沒,她果以的是到影的請自人長、表本究政快的且造的推色究聽場廣人形!深了叫!

+
+
+

圖表內的引用區塊

+
+
+

令會過作加身。管常雖:質灣人坐洋半以人問一文……上灣之會的面長東商實對了上修法或便紙界去定辦緊現生影都合否陸一片子處用上很。

+
+
這是圖表解說元素<figcaption>內的解說。
+
+

格式預處理文字區塊

+
國寫親下二好灣整機生土、是看老排讓和保藝車市。
+
+Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et me.
+
+是除學圖寶濟候收。們性者位遠另象內未院清外了以共……
+長明期事生合了中文新等麼科出過能意等件教求加,
+樓日里大下果個來。
+
+球者們?方綠電後,果或錯老際聲可特少保期全動帶東北建,似保助先走她合也的。神我興治的保保學果車易麼連學水小西一!而視可些化。
+

代碼區塊

+
void (function(a,b){var c=b.documentElement,d,e;function D(a,d) {d=a*d/100+b.getElementById("main").textContent;return d;}return new D(20,5);})(window||this,window.document);
+
+
+
+

章節類

+

文章區塊元素

+

文章區塊內的段落、清單

+

務用界種設是自水教臺保再計見所灣們民各、外超是人外每方後發他濟中;義生了出這失究式回值氣苦我花聲位香還場、外國的醫門!

+

詩篇段落

+ +

清單

+
    +
  • 清單項目子
  • +
  • 清單項目丑
  • +
+

文章區塊內的重點

+

不做則中心與的說很筆分士:校此訴平是裡春家善客總外公;做南多中。足酒臉理特指第常三緊資現工們家化民,公政我熱良,中以家是。

+

文章區塊內的圖表引用區塊

+
+
+

令會過作加身。管常雖:質灣人坐洋半以人問一文……上灣之會的面長東商實對了上修法或便紙界去定辦緊現生影都合否陸一片子處用上很。

+
+
這是文章內圖表解說元素<figcaption>的解說。
+
+

文章區塊內的變音文字

+

來化相據取愛統單商商半是否,的媽沒種試此助來精人是灣,價種下落有,機信際,作假灣,心行程官這是運價車年都人強國農:特行解金產拉口……

+

文章內的引用區塊

+
+

火說定好就用樹,表母微時藝出北親雙表人事為放爸車奇列長農時教產得地何高的舉度們她李力內體古見業選一香音種。

+

務用界種設是自水教臺保再計見所灣們民各、外超是人外每方後發他濟中;義生了出這失究式回值氣苦我花聲位香還場、外國的醫門!

+
+

文章內引用區塊中的引用區塊

+
+

洲此境眼……方空車形、四用廠出先作,管濟所唱步取的成正候社取開取高,理景龍知子起配做心正道動。出令正或?家國前保嚴輕朋化下而府裡、基之稱失!等園華行……政生著曾,們然變不發甚故,些長小華從不代應頭資?

+
+

以滿傷都片復利反,爾麼生任常弟但岸過年在;院投工變愛世總甚?天其有爸個:後輕取,在克的山知中識高於過叫行出面不大開受個說自經公目,學們灣。合好巴地盡性士面最產張子新容得實:眼不日野一,克節上人黨到有沒,她果以的是到影的請自人長、表本究政快的且造的推色究聽場廣人形!深了叫!

+
+
+

文章引用區塊內的重點

+
+

不做則中心與的說很筆分士:校此訴平是裡春家善客總外公;做南多中。足酒臉理特指第常三緊資現工們家化民,公政我熱良,中以家是。

+
+

文章引用區塊內的變音文字

+
+

來化相據取愛統單商商半是否,的媽沒種試此助來精人是灣,價種下落有,機信際,作假灣,心行程官這是運價車年都人強國農:特行解金產拉口……

+
+
+
+
+

字級語意類

超連結元素a示例
+ 註記元素u示例
註記元素甲註記元素乙一般文字節點註記元素丙一般文字節點註記元素丁
+ 來源元素cite示例
重點元素strong示例
+ 術語元素dfn示例
關鍵字元素b示例
強調元素em示例
變音文字元素i示例
+ 變數元素var示例
+ 引用元素q及子引用q元素示例
+ 訛訊元素s示例
訛訊元素甲訛訊元素乙一般文字節點訛訊元素丙一般文字節點訛訊元素丁
代碼元素code示例
輸入鍵元素kbd示例
計算機輸出示例元素samp示例
+ 行間注元素 + ruby annotation + 示例
複合式 + + 行間注 + 元素 + + hángjiānzhù + yuansu + + + ruby annotation + +
直角 + + + + + + + + hángjiānzhù + yuánsù + + + ㄏㄤˊ + ㄐㄧㄢ + ㄓㄨˋ + ㄩㄢˊ + ㄙㄨˋ + + +

其他

縮寫元素abbr包含標題屬性的縮寫元素abbr示例
+ 凸顯元素mark示例
批注元素small示例
文字範圍元素span示例
下標元素sub示例
上標元素sup示例 +
+
+

修訂類

增訂元素ins示例
增訂元素甲增訂元素乙一般文字節點增訂元素丙一般文字節點增訂元素丁
+ 刪訂元素del示例
刪訂元素甲刪訂元素乙一般文字節點刪訂元素丙一般文字節點刪訂元素丁。 +
+
+

特殊排版功能

+

漢字西文混排間隙

+

然而在Jan Tschichold和他的著作Asymmetric Typography流行之前,直至追溯回Gutenberg时代,「对称」「齐整」两种古老的视觉审美习惯无处不在。左右并齐的纵栏——我也欣赏这样的传统,一如欣赏古典格律的稳定及优美。 +

+ +

地區變體字型及標點符號樣式

+

註:此處僅展示黑體,其餘字體樣式請參閱其他測試頁

+ + +

台灣教育部式

+ +

中國國標式

+ +

+ + + 韻 + + ji̍p-siann + + + ㆢㄧㆴ͘ + ㄒㄧㆩ + + +

+ +
+ + \ No newline at end of file diff --git a/v3.0.2/test-nojs.jade b/v3.0.2/test-nojs.jade new file mode 100644 index 00000000..1f5a1a18 --- /dev/null +++ b/v3.0.2/test-nojs.jade @@ -0,0 +1,360 @@ +doctype html +html(lang='zh-Hant') + head + meta(charset='UTF-8') + title 測試・無JavaScript — 漢字標準格式 + link(rel='stylesheet', href='./han.min.css') + style. + html { + overflow-x: hidden; + padding-bottom: 7em; + } + meta(name='viewport' content='width=device-width, initial-scale=1.0') + meta(name='description' content='印刷品般的漢字網頁排版框架') + meta(name='keywords' content='漢字標準格式, 中文, 排版, 排版規範, 日文, 字體排印, 文字設計, CLReq, CSS, Sass, typography') + body + section + h1#grouping-content 內容群組類 + h2#p-ol-ul 段落、清單 + p + | 好們論紅,手卻策下使住收否人人!大獲及是告另子維持力本清長先陽不?社相此國學風中麼很解:治子上己施一見,有的是,用關快家所的字時情:品好居……朋裡義四時,校叫洲;運細種!眼失媽母身古慢管用、上開家問不難成的裝望麼年單代,操會人得?人人傳在善美故全、推兩少關心求,下看同目國往成氣;一廣機親得飛先始們於觀他使難以該因口發汽機人都領了過大廣場不食收西物早社報子們看、賣像師對好情的神?在史評,來深放表觀。還人的西路盡熱程當人長質此中民龍證說念背生外,間今經氣門此都!把相的公去底動! + p 頭性空風後上他根;然任他在,社拉布會言了來石賽親支……情拉術北然使來路請放數坐燈麼象成一畫專雨,是我長無等愛五化客可雜有雨。 + h3#p-poem-like 詩篇段落 + p.poem-like + | 只領不致中此因和之術黑顧同後到, + br + | 血媽人山歷操發一我利終心沒文了事問藝來 + br + | 生能唱起語在,樹來課他—— + br + | 小中觀給告北戲樹意,人消歌受,生會影…… + br + | 動他腦它利離府頭始也 + h4 地址格式 + p.poem-like + | 王小明 啓 + br + | 台灣 新北市板橋路十九段555號 + br + | 20245 + h3#ol 有序清單 + ol + li 一級清單項目 + li + | 一級清單項目 + ol + li 二級清單項目 + li + | 二級清單項目 + ol + li 三級清單項目 + li 三級清單項目 + li 一級清單項目 + li 一級清單項目 + h3#ul 無序清單 + ul + li 一級清單項目 + li + | 一級清單項目 + ul + li 二級清單項目 + li + | 二級清單項目 + ul + li 三級清單項目 + li 三級清單項目 + li 一級清單項目 + li 一級清單項目 + h2#blockquote 引用區塊 + blockquote + p 如事時決行入同是我表統支樂了先年、人目也月老過人,斷弟進石給了,服去孩沒性就能。邊年排不決廣之例。長收滿導無! + footer + | ——姜慶《石人碼頭》 + h3#blockquote-no-p 未使用段落元素的引用區塊 + blockquote + | 時來數期沒道反先美別所金企感企媽失對談。 + footer + | ——新器急 + h3#blockquote-blockquote 引用區塊中的引用區塊 + blockquote + p + | 洲此境眼……方空車形、四用廠出先作,管濟所唱步取的成正候社取開取高,理景龍知子起配做心正道動。出令正或?家國前保嚴輕朋化下而府裡、基之稱失!等園華行……政生著曾,們然變不發甚故,些長小華從不代應頭資? + blockquote + p + | 以滿傷都片復利反,爾麼生任常弟但岸過年在;院投工變愛世總甚?天其有爸個:後輕取,在克的山知中識高於過叫行出面不大開受個說自經公目,學們灣。合好巴地盡性士面最產張子新容得實:眼不日野一,克節上人黨到有沒,她果以的是到影的請自人長、表本究政快的且造的推色究聽場廣人形!深了叫! + h3#figure-blockquote 圖表內的引用區塊 + figure + blockquote + p 令會過作加身。管常雖:質灣人坐洋半以人問一文……上灣之會的面長東商實對了上修法或便紙界去定辦緊現生影都合否陸一片子處用上很。 + figcaption + | 這是圖表解說元素 + code <figcaption> + | 內的解說。 + h2#pre 格式預處理文字區塊 + pre. + 國寫親下二好灣整機生土、是看老排讓和保藝車市。 + + Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et me. + + 是除學圖寶濟候收。們性者位遠另象內未院清外了以共…… + 長明期事生合了中文新等麼科出過能意等件教求加, + 樓日里大下果個來。 + + 球者們?方綠電後,果或錯老際聲可特少保期全動帶東北建,似保助先走她合也的。神我興治的保保學果車易麼連學水小西一!而視可些化。 + h2#pre-code 代碼區塊 + pre: code. + void (function(a,b){var c=b.documentElement,d,e;function D(a,d) {d=a*d/100+b.getElementById("main").textContent;return d;}return new D(20,5);})(window||this,window.document); + section + article + h1#sections 章節類 + h2#article 文章區塊元素 + h3#article-p-ol-ul 文章區塊內的段落、清單 + p 務用界種設是自水教臺保再計見所灣們民各、外超是人外每方後發他濟中;義生了出這失究式回值氣苦我花聲位香還場、外國的醫門! + h4#article-p-poem-like 詩篇段落 + p.poem-like + | 只領不致中此因和之術黑顧同後到, + br + | 血媽人山歷操發一我利終心沒文了事問藝來 + br + | 生能唱起語在,樹來課他—— + br + | 小中觀給告北戲樹意,人消歌受,生會影…… + br + | 動他腦它利離府頭始也 + h4#article-ol-ul 清單 + ul + li 清單項目子 + li 清單項目丑 + h3#article-strong 文章區塊內的重點 + p + | 不做則中心與的說很筆分士: + strong 校此訴平是裡春家善客總外公;做南多中。 + | 足酒臉理特指第常三緊資現工們家化民,公政我熱良,中以家是。 + h3#article-figure 文章區塊內的圖表引用區塊 + figure + blockquote + p 令會過作加身。管常雖:質灣人坐洋半以人問一文……上灣之會的面長東商實對了上修法或便紙界去定辦緊現生影都合否陸一片子處用上很。 + figcaption + | 這是文章內圖表解說元素 + code <figcaption> + | 的解說。 + h3 文章區塊內的變音文字 + p + | 來化相據取愛統單商商半是否, + i 的媽沒種試此助來精人是灣,價種下落有, + | 機信際,作假灣,心行程官這是運價車年都人強國農:特行解金產拉口…… + h3#article-blockquote 文章內的引用區塊 + blockquote + p 火說定好就用樹,表母微時藝出北親雙表人事為放爸車奇列長農時教產得地何高的舉度們她李力內體古見業選一香音種。 + p 務用界種設是自水教臺保再計見所灣們民各、外超是人外每方後發他濟中;義生了出這失究式回值氣苦我花聲位香還場、外國的醫門! + h4#article-blockquote-blockquote 文章內引用區塊中的引用區塊 + blockquote + p 洲此境眼……方空車形、四用廠出先作,管濟所唱步取的成正候社取開取高,理景龍知子起配做心正道動。出令正或?家國前保嚴輕朋化下而府裡、基之稱失!等園華行……政生著曾,們然變不發甚故,些長小華從不代應頭資? + blockquote + p 以滿傷都片復利反,爾麼生任常弟但岸過年在;院投工變愛世總甚?天其有爸個:後輕取,在克的山知中識高於過叫行出面不大開受個說自經公目,學們灣。合好巴地盡性士面最產張子新容得實:眼不日野一,克節上人黨到有沒,她果以的是到影的請自人長、表本究政快的且造的推色究聽場廣人形!深了叫! + h4#article-blockquote-strong 文章引用區塊內的重點 + blockquote + p + | 不做則中心與的說很筆分士: + strong 校此訴平是裡春家善客總外公;做南多中。 + | 足酒臉理特指第常三緊資現工們家化民,公政我熱良,中以家是。 + h4#article-blockquote-i 文章引用區塊內的變音文字 + blockquote + p + | 來化相據取愛統單商商半是否, + i 的媽沒種試此助來精人是灣,價種下落有, + | 機信際,作假灣,心行程官這是運價車年都人強國農:特行解金產拉口…… + section + h1#text-level-semantics 字級語意類 + a(href='#') 超連結元素a + | 示例 + br + u 註記元素u + | 示例 + br + | 註記元素甲註記元素乙一般文字節點註記元素丙一般文字節點註記元素丁。 + br + cite 來源元素cite + | 示例 + br + strong 重點元素strong + | 示例 + br + dfn 術語元素dfn + | 示例 + br + b 關鍵字元素b + | 示例 + br + em 強調元素em + | 示例 + br + i 變音文字元素i + | 示例 + br + var 變數元素var + | 示例 + br + q 引用元素q及子引用q元素示例 + br + s 訛訊元素s + | 示例 + br + | 訛訊元素甲訛訊元素乙一般文字節點訛訊元素丙一般文字節點訛訊元素丁。 + br + code 代碼元素code + | 示例 + br + kbd 輸入鍵元素kbd + | 示例 + br + samp 計算機輸出示例元素samp + | 示例 + br + ruby + | 行間注元素 + rt ruby annotation + | 示例 + br + | 複合式 + ruby.complex + rb 行間注 + rb 元素 + rtc.pinyin(lang='cmn-latn') + rt(rbspan='1') hángjiānzhù + rt(rbspan='1') yuansu + rtc.annotation(lang='en-GB') + rt(rbspan='3') ruby annotation + br + | 直角 + ruby.rightangle + rb 行 + rb 間 + rb 注 + rb 元 + rb 素 + rtc.annotation(lang='cmn-Latn') + rt(rbspan='3') hángjiānzhù + rt(rbspan='2') yuánsù + rtc.zhuyin + rt ㄏㄤˊ + rt ㄐㄧㄢ + rt ㄓㄨˋ + rt ㄩㄢˊ + rt ㄙㄨˋ + h2#text-level-semantics-other 其他 + abbr 縮寫元素abbr + | 及 + abbr(title='abbreviation') 包含標題屬性的縮寫元素abbr + | 示例 + br + mark 凸顯元素mark + | 示例 + br + small 批注元素small + | 示例 + br + span 文字範圍元素span + | 示例 + br + sub 下標元素sub + | 示例 + br + sup 上標元素sup + | 示例 + section + h1#edits 修訂類 + ins 增訂元素ins + | 示例 + br + | 增訂元素甲增訂元素乙一般文字節點增訂元素丙一般文字節點增訂元素丁。 + br + del 刪訂元素del + | 示例 + br + | 刪訂元素甲刪訂元素乙一般文字節點刪訂元素丙一般文字節點刪訂元素丁。 + section + h1#typography 特殊排版功能 + h2#han-la 漢字西文混排間隙 + p(lang='zh-Hans') + | 然而在 + span(lang='de') Jan Tschichold + | 和他的著作Asymmetric Typography流行之前,直至追溯回 + span(lang='de') Gutenberg + | 时代,「对称」「齐整」两种古老的视觉审美习惯无处不在。左右并齐的纵栏——我也欣赏这样的传统,一如欣赏古典格律的稳定及优美。 + p.footer + | —— + a(href='https://twitter.com/laerhsif') 钱争予 + | 〈 + a(href='//www.typeisbeautiful.com/2013/12/6983/') 纵横对齐不是现代方法 + | 〉 + h2#font-and-biaodian 地區變體字型及標點符號樣式 + p + strong 註: + | 此處僅展示黑體,其餘字體樣式請參閱 + a(href='./') 其他測試頁 + | 。 + h3#font-and-biaodian-recommended 舊字形及推薦標點樣式 + p.poem-like(style='font-family: "Biaodian Pro Sans", "Helvetica Neue", Helvetica, Arial, "Han Heiti", sans-serif;') + | 字。字.字,字、字;字:字?字! + br + | 「內『內容』容」‘內“內容”容’ + br + | 《書名》〈篇名〉(內容) + br + | 啊——什麼内容……丹·布朗 + br + | He — who wants to achieve the goal — denied about the fact that… + br + | 1991-1999年 他/她 + h3#font-and-biaodian-cns 台灣教育部式 + p.poem-like + | 字。字.字,字、字;字:字?字! + br + | 「內『內容』容」‘內“內容”容’ + br + | 《書名》〈篇名〉(內容) + br + | 啊——什麼内容……丹·布朗 + br + | He — who wants to achieve the goal — denied about the fact that… + br + | 1991-1999年 他/她 + h3#font-and-biaodian-gb 中國國標式 + p.poem-like(style='font-family: "Biaodian Pro Sans GB", "Helvetica Neue", Helvetica, Arial, "Han Heiti GB", sans-serif;') + | 字。字.字,字、字;字:字?字! + br + | 「内『内容』容」‘内“内容”容’ + br + | 《书名》〈篇名〉(内容) + br + | 啊——什么内容……丹·布朗 + br + | He — who wants to achieve the goal — denied about the fact that… + br + | 1991-1999年 他/她 + h2#checked-tones + ruby.rightangle + rb 入 + rb 聲 + | 韻 + rtc.romanization(lang='nan-Latn') + rt(rbspan='2') ji̍p-siann + rtc.zhuyin + rt ㆢㄧㆴ͘ + rt ㄒㄧㆩ + p.poem-like. + + aeioua̍e̍i̍o̍u̍ +
+ ㆴㆵㆶㆷㆴ͘ㆵ͘ㆶ͘ㆷ͘ diff --git a/v3.0.2/test.html b/v3.0.2/test.html new file mode 100644 index 00000000..e62dbc3a --- /dev/null +++ b/v3.0.2/test.html @@ -0,0 +1,236 @@ + + + + + 測試・標準測試頁 — 漢字標準格式 + + + + + + + +
+

內容群組類

+

段落、清單

+

好們論紅,手卻策下使住收否人人!大獲及是告另子維持力本清長先陽不?社相此國學風中麼很解:治子上己施一見,有的是,用關快家所的字時情:品好居……朋裡義四時,校叫洲;運細種!眼失媽母身古慢管用、上開家問不難成的裝望麼年單代,操會人得?人人傳在善美故全、推兩少關心求,下看同目國往成氣;一廣機親得飛先始們於觀他使難以該因口發汽機人都領了過大廣場不食收西物早社報子們看、賣像師對好情的神?在史評,來深放表觀。還人的西路盡熱程當人長質此中民龍證說念背生外,間今經氣門此都!把相的公去底動!

+

頭性空風後上他根;然任他在,社拉布會言了來石賽親支……情拉術北然使來路請放數坐燈麼象成一畫專雨,是我長無等愛五化客可雜有雨。

+

詩篇段落

+ +

地址格式

+ +

有序清單

+
    +
  1. 一級清單項目
  2. +
  3. 一級清單項目 +
      +
    1. 二級清單項目
    2. +
    3. 二級清單項目 +
        +
      1. 三級清單項目
      2. +
      3. 三級清單項目
      4. +
      +
    4. +
    +
  4. +
  5. 一級清單項目
  6. +
  7. 一級清單項目
  8. +
+

無序清單

+
    +
  • 一級清單項目
  • +
  • 一級清單項目 +
      +
    • 二級清單項目
    • +
    • 二級清單項目 +
        +
      • 三級清單項目
      • +
      • 三級清單項目
      • +
      +
    • +
    +
  • +
  • 一級清單項目
  • +
  • 一級清單項目
  • +
+

引用區塊

+
+

如事時決行入同是我表統支樂了先年、人目也月老過人,斷弟進石給了,服去孩沒性就能。邊年排不決廣之例。長收滿導無!

+
——姜慶《石人碼頭》
+
+

未使用段落元素的引用區塊

+
時來數期沒道反先美別所金企感企媽失對談。 +
——新器急
+
+

引用區塊中的引用區塊

+
+

洲此境眼……方空車形、四用廠出先作,管濟所唱步取的成正候社取開取高,理景龍知子起配做心正道動。出令正或?家國前保嚴輕朋化下而府裡、基之稱失!等園華行……政生著曾,們然變不發甚故,些長小華從不代應頭資?

+
+

以滿傷都片復利反,爾麼生任常弟但岸過年在;院投工變愛世總甚?天其有爸個:後輕取,在克的山知中識高於過叫行出面不大開受個說自經公目,學們灣。合好巴地盡性士面最產張子新容得實:眼不日野一,克節上人黨到有沒,她果以的是到影的請自人長、表本究政快的且造的推色究聽場廣人形!深了叫!

+
+
+

圖表內的引用區塊

+
+
+

令會過作加身。管常雖:質灣人坐洋半以人問一文……上灣之會的面長東商實對了上修法或便紙界去定辦緊現生影都合否陸一片子處用上很。

+
+
這是圖表解說元素<figcaption>內的解說。
+
+

格式預處理文字區塊

+
國寫親下二好灣整機生土、是看老排讓和保藝車市。
+
+Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et me.
+
+是除學圖寶濟候收。們性者位遠另象內未院清外了以共……
+長明期事生合了中文新等麼科出過能意等件教求加,
+樓日里大下果個來。
+
+球者們?方綠電後,果或錯老際聲可特少保期全動帶東北建,似保助先走她合也的。神我興治的保保學果車易麼連學水小西一!而視可些化。
+

代碼區塊

+
void (function(a,b){var c=b.documentElement,d,e;function D(a,d) {d=a*d/100+b.getElementById("main").textContent;return d;}return new D(20,5);})(window||this,window.document);
+
+
+
+

章節類

+

文章區塊元素

+

文章區塊內的段落、清單

+

務用界種設是自水教臺保再計見所灣們民各、外超是人外每方後發他濟中;義生了出這失究式回值氣苦我花聲位香還場、外國的醫門!

+

詩篇段落

+ +

清單

+
    +
  • 清單項目子
  • +
  • 清單項目丑
  • +
+

文章區塊內的重點

+

不做則中心與的說很筆分士:校此訴平是裡春家善客總外公;做南多中。足酒臉理特指第常三緊資現工們家化民,公政我熱良,中以家是。

+

文章區塊內的圖表引用區塊

+
+
+

令會過作加身。管常雖:質灣人坐洋半以人問一文……上灣之會的面長東商實對了上修法或便紙界去定辦緊現生影都合否陸一片子處用上很。

+
+
這是文章內圖表解說元素<figcaption>的解說。
+
+

文章區塊內的變音文字

+

來化相據取愛統單商商半是否,的媽沒種試此助來精人是灣,價種下落有,機信際,作假灣,心行程官這是運價車年都人強國農:特行解金產拉口……

+

文章內的引用區塊

+
+

火說定好就用樹,表母微時藝出北親雙表人事為放爸車奇列長農時教產得地何高的舉度們她李力內體古見業選一香音種。

+

務用界種設是自水教臺保再計見所灣們民各、外超是人外每方後發他濟中;義生了出這失究式回值氣苦我花聲位香還場、外國的醫門!

+
+

文章內引用區塊中的引用區塊

+
+

洲此境眼……方空車形、四用廠出先作,管濟所唱步取的成正候社取開取高,理景龍知子起配做心正道動。出令正或?家國前保嚴輕朋化下而府裡、基之稱失!等園華行……政生著曾,們然變不發甚故,些長小華從不代應頭資?

+
+

以滿傷都片復利反,爾麼生任常弟但岸過年在;院投工變愛世總甚?天其有爸個:後輕取,在克的山知中識高於過叫行出面不大開受個說自經公目,學們灣。合好巴地盡性士面最產張子新容得實:眼不日野一,克節上人黨到有沒,她果以的是到影的請自人長、表本究政快的且造的推色究聽場廣人形!深了叫!

+
+
+

文章引用區塊內的重點

+
+

不做則中心與的說很筆分士:校此訴平是裡春家善客總外公;做南多中。足酒臉理特指第常三緊資現工們家化民,公政我熱良,中以家是。

+
+

文章引用區塊內的變音文字

+
+

來化相據取愛統單商商半是否,的媽沒種試此助來精人是灣,價種下落有,機信際,作假灣,心行程官這是運價車年都人強國農:特行解金產拉口……

+
+
+
+
+

字級語意類

超連結元素a示例
+ 註記元素u示例
註記元素甲註記元素乙一般文字節點註記元素丙一般文字節點註記元素丁
+ 來源元素cite示例
重點元素strong示例
+ 術語元素dfn示例
關鍵字元素b示例
強調元素em示例
變音文字元素i示例
+ 變數元素var示例
+ 引用元素q及子引用q元素示例
+ 訛訊元素s示例
訛訊元素甲訛訊元素乙一般文字節點訛訊元素丙一般文字節點訛訊元素丁
代碼元素code示例
輸入鍵元素kbd示例
計算機輸出示例元素samp示例
+ 行間注元素 + ruby annotation + 示例
複合式 + + 行間注 + 元素 + + hángjiānzhù + yuansu + + + ruby annotation + +
直角 + + + + + + + + hángjiānzhù + yuánsù + + + ㄏㄤˊ + ㄐㄧㄢ + ㄓㄨˋ + ㄩㄢˊ + ㄙㄨˋ + + +

其他

縮寫元素abbr包含標題屬性的縮寫元素abbr示例
+ 凸顯元素mark示例
批注元素small示例
文字範圍元素span示例
下標元素sub示例
上標元素sup示例 +
+
+

修訂類

增訂元素ins示例
增訂元素甲增訂元素乙一般文字節點增訂元素丙一般文字節點增訂元素丁
+ 刪訂元素del示例
刪訂元素甲刪訂元素乙一般文字節點刪訂元素丙一般文字節點刪訂元素丁。 +
+
+

特殊排版功能

+

漢字西文混排間隙

+

然而在Jan Tschichold和他的著作Asymmetric Typography流行之前,直至追溯回Gutenberg时代,「对称」「齐整」两种古老的视觉审美习惯无处不在。左右并齐的纵栏——我也欣赏这样的传统,一如欣赏古典格律的稳定及优美。 +

+ +

地區變體字型及標點符號樣式

+

註:此處僅展示黑體,其餘字體樣式請參閱其他測試頁

+ + +

台灣教育部式

+ +

中國國標式

+ +

+ + + 韻 + + ji̍p-siann + + + ㆢㄧㆴ͘ + ㄒㄧㆩ + + +

+ +
+ + + \ No newline at end of file diff --git a/v3.0.2/test.jade b/v3.0.2/test.jade new file mode 100644 index 00000000..1d09fdeb --- /dev/null +++ b/v3.0.2/test.jade @@ -0,0 +1,362 @@ +doctype html +html(lang='zh-Hant').han-init + head + meta(charset='UTF-8') + title 測試・標準測試頁 — 漢字標準格式 + link(rel='stylesheet', href='./han.min.css') + style. + html { + overflow-x: hidden; + padding-bottom: 7em; + } + meta(name='viewport' content='width=device-width, initial-scale=1.0') + meta(name='description' content='印刷品般的漢字網頁排版框架') + meta(name='keywords' content='漢字標準格式, 中文, 排版, 排版規範, 日文, 字體排印, 文字設計, CLReq, CSS, Sass, typography') + + body + section + h1#grouping-content 內容群組類 + h2#p-ol-ul 段落、清單 + p + | 好們論紅,手卻策下使住收否人人!大獲及是告另子維持力本清長先陽不?社相此國學風中麼很解:治子上己施一見,有的是,用關快家所的字時情:品好居……朋裡義四時,校叫洲;運細種!眼失媽母身古慢管用、上開家問不難成的裝望麼年單代,操會人得?人人傳在善美故全、推兩少關心求,下看同目國往成氣;一廣機親得飛先始們於觀他使難以該因口發汽機人都領了過大廣場不食收西物早社報子們看、賣像師對好情的神?在史評,來深放表觀。還人的西路盡熱程當人長質此中民龍證說念背生外,間今經氣門此都!把相的公去底動! + p 頭性空風後上他根;然任他在,社拉布會言了來石賽親支……情拉術北然使來路請放數坐燈麼象成一畫專雨,是我長無等愛五化客可雜有雨。 + h3#p-poem-like 詩篇段落 + p.poem-like + | 只領不致中此因和之術黑顧同後到, + br + | 血媽人山歷操發一我利終心沒文了事問藝來 + br + | 生能唱起語在,樹來課他—— + br + | 小中觀給告北戲樹意,人消歌受,生會影…… + br + | 動他腦它利離府頭始也 + h4 地址格式 + p.poem-like + | 王小明 啓 + br + | 台灣 新北市板橋路十九段555號 + br + | 20245 + h3#ol 有序清單 + ol + li 一級清單項目 + li + | 一級清單項目 + ol + li 二級清單項目 + li + | 二級清單項目 + ol + li 三級清單項目 + li 三級清單項目 + li 一級清單項目 + li 一級清單項目 + h3#ul 無序清單 + ul + li 一級清單項目 + li + | 一級清單項目 + ul + li 二級清單項目 + li + | 二級清單項目 + ul + li 三級清單項目 + li 三級清單項目 + li 一級清單項目 + li 一級清單項目 + h2#blockquote 引用區塊 + blockquote + p 如事時決行入同是我表統支樂了先年、人目也月老過人,斷弟進石給了,服去孩沒性就能。邊年排不決廣之例。長收滿導無! + footer + | ——姜慶《石人碼頭》 + h3#blockquote-no-p 未使用段落元素的引用區塊 + blockquote + | 時來數期沒道反先美別所金企感企媽失對談。 + footer + | ——新器急 + h3#blockquote-blockquote 引用區塊中的引用區塊 + blockquote + p + | 洲此境眼……方空車形、四用廠出先作,管濟所唱步取的成正候社取開取高,理景龍知子起配做心正道動。出令正或?家國前保嚴輕朋化下而府裡、基之稱失!等園華行……政生著曾,們然變不發甚故,些長小華從不代應頭資? + blockquote + p + | 以滿傷都片復利反,爾麼生任常弟但岸過年在;院投工變愛世總甚?天其有爸個:後輕取,在克的山知中識高於過叫行出面不大開受個說自經公目,學們灣。合好巴地盡性士面最產張子新容得實:眼不日野一,克節上人黨到有沒,她果以的是到影的請自人長、表本究政快的且造的推色究聽場廣人形!深了叫! + h3#figure-blockquote 圖表內的引用區塊 + figure + blockquote + p 令會過作加身。管常雖:質灣人坐洋半以人問一文……上灣之會的面長東商實對了上修法或便紙界去定辦緊現生影都合否陸一片子處用上很。 + figcaption + | 這是圖表解說元素 + code <figcaption> + | 內的解說。 + h2#pre 格式預處理文字區塊 + pre. + 國寫親下二好灣整機生土、是看老排讓和保藝車市。 + + Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et me. + + 是除學圖寶濟候收。們性者位遠另象內未院清外了以共…… + 長明期事生合了中文新等麼科出過能意等件教求加, + 樓日里大下果個來。 + + 球者們?方綠電後,果或錯老際聲可特少保期全動帶東北建,似保助先走她合也的。神我興治的保保學果車易麼連學水小西一!而視可些化。 + h2#pre-code 代碼區塊 + pre: code. + void (function(a,b){var c=b.documentElement,d,e;function D(a,d) {d=a*d/100+b.getElementById("main").textContent;return d;}return new D(20,5);})(window||this,window.document); + section + article + h1#sections 章節類 + h2#article 文章區塊元素 + h3#article-p-ol-ul 文章區塊內的段落、清單 + p 務用界種設是自水教臺保再計見所灣們民各、外超是人外每方後發他濟中;義生了出這失究式回值氣苦我花聲位香還場、外國的醫門! + h4#article-p-poem-like 詩篇段落 + p.poem-like + | 只領不致中此因和之術黑顧同後到, + br + | 血媽人山歷操發一我利終心沒文了事問藝來 + br + | 生能唱起語在,樹來課他—— + br + | 小中觀給告北戲樹意,人消歌受,生會影…… + br + | 動他腦它利離府頭始也 + h4#article-ol-ul 清單 + ul + li 清單項目子 + li 清單項目丑 + h3#article-strong 文章區塊內的重點 + p + | 不做則中心與的說很筆分士: + strong 校此訴平是裡春家善客總外公;做南多中。 + | 足酒臉理特指第常三緊資現工們家化民,公政我熱良,中以家是。 + h3#article-figure 文章區塊內的圖表引用區塊 + figure + blockquote + p 令會過作加身。管常雖:質灣人坐洋半以人問一文……上灣之會的面長東商實對了上修法或便紙界去定辦緊現生影都合否陸一片子處用上很。 + figcaption + | 這是文章內圖表解說元素 + code <figcaption> + | 的解說。 + h3 文章區塊內的變音文字 + p + | 來化相據取愛統單商商半是否, + i 的媽沒種試此助來精人是灣,價種下落有, + | 機信際,作假灣,心行程官這是運價車年都人強國農:特行解金產拉口…… + h3#article-blockquote 文章內的引用區塊 + blockquote + p 火說定好就用樹,表母微時藝出北親雙表人事為放爸車奇列長農時教產得地何高的舉度們她李力內體古見業選一香音種。 + p 務用界種設是自水教臺保再計見所灣們民各、外超是人外每方後發他濟中;義生了出這失究式回值氣苦我花聲位香還場、外國的醫門! + h4#article-blockquote-blockquote 文章內引用區塊中的引用區塊 + blockquote + p 洲此境眼……方空車形、四用廠出先作,管濟所唱步取的成正候社取開取高,理景龍知子起配做心正道動。出令正或?家國前保嚴輕朋化下而府裡、基之稱失!等園華行……政生著曾,們然變不發甚故,些長小華從不代應頭資? + blockquote + p 以滿傷都片復利反,爾麼生任常弟但岸過年在;院投工變愛世總甚?天其有爸個:後輕取,在克的山知中識高於過叫行出面不大開受個說自經公目,學們灣。合好巴地盡性士面最產張子新容得實:眼不日野一,克節上人黨到有沒,她果以的是到影的請自人長、表本究政快的且造的推色究聽場廣人形!深了叫! + h4#article-blockquote-strong 文章引用區塊內的重點 + blockquote + p + | 不做則中心與的說很筆分士: + strong 校此訴平是裡春家善客總外公;做南多中。 + | 足酒臉理特指第常三緊資現工們家化民,公政我熱良,中以家是。 + h4#article-blockquote-i 文章引用區塊內的變音文字 + blockquote + p + | 來化相據取愛統單商商半是否, + i 的媽沒種試此助來精人是灣,價種下落有, + | 機信際,作假灣,心行程官這是運價車年都人強國農:特行解金產拉口…… + section + h1#text-level-semantics 字級語意類 + a(href='#') 超連結元素a + | 示例 + br + u 註記元素u + | 示例 + br + | 註記元素甲註記元素乙一般文字節點註記元素丙一般文字節點註記元素丁。 + br + cite 來源元素cite + | 示例 + br + strong 重點元素strong + | 示例 + br + dfn 術語元素dfn + | 示例 + br + b 關鍵字元素b + | 示例 + br + em 強調元素em + | 示例 + br + i 變音文字元素i + | 示例 + br + var 變數元素var + | 示例 + br + q 引用元素q及子引用q元素示例 + br + s 訛訊元素s + | 示例 + br + | 訛訊元素甲訛訊元素乙一般文字節點訛訊元素丙一般文字節點訛訊元素丁。 + br + code 代碼元素code + | 示例 + br + kbd 輸入鍵元素kbd + | 示例 + br + samp 計算機輸出示例元素samp + | 示例 + br + ruby + | 行間注元素 + rt ruby annotation + | 示例 + br + | 複合式 + ruby.complex + rb 行間注 + rb 元素 + rtc.pinyin(lang='cmn-latn') + rt(rbspan='1') hángjiānzhù + rt(rbspan='1') yuansu + rtc.annotation(lang='en-GB') + rt(rbspan='3') ruby annotation + br + | 直角 + ruby.rightangle + rb 行 + rb 間 + rb 注 + rb 元 + rb 素 + rtc.annotation(lang='cmn-Latn') + rt(rbspan='3') hángjiānzhù + rt(rbspan='2') yuánsù + rtc.zhuyin + rt ㄏㄤˊ + rt ㄐㄧㄢ + rt ㄓㄨˋ + rt ㄩㄢˊ + rt ㄙㄨˋ + h2#text-level-semantics-other 其他 + abbr 縮寫元素abbr + | 及 + abbr(title='abbreviation') 包含標題屬性的縮寫元素abbr + | 示例 + br + mark 凸顯元素mark + | 示例 + br + small 批注元素small + | 示例 + br + span 文字範圍元素span + | 示例 + br + sub 下標元素sub + | 示例 + br + sup 上標元素sup + | 示例 + section + h1#edits 修訂類 + ins 增訂元素ins + | 示例 + br + | 增訂元素甲增訂元素乙一般文字節點增訂元素丙一般文字節點增訂元素丁。 + br + del 刪訂元素del + | 示例 + br + | 刪訂元素甲刪訂元素乙一般文字節點刪訂元素丙一般文字節點刪訂元素丁。 + section + h1#typography 特殊排版功能 + h2#han-la 漢字西文混排間隙 + p(lang='zh-Hans') + | 然而在 + span(lang='de') Jan Tschichold + | 和他的著作Asymmetric Typography流行之前,直至追溯回 + span(lang='de') Gutenberg + | 时代,「对称」「齐整」两种古老的视觉审美习惯无处不在。左右并齐的纵栏——我也欣赏这样的传统,一如欣赏古典格律的稳定及优美。 + p.footer + | —— + a(href='https://twitter.com/laerhsif') 钱争予 + | 〈 + a(href='//www.typeisbeautiful.com/2013/12/6983/') 纵横对齐不是现代方法 + | 〉 + h2#font-and-biaodian 地區變體字型及標點符號樣式 + p + strong 註: + | 此處僅展示黑體,其餘字體樣式請參閱 + a(href='./') 其他測試頁 + | 。 + h3#font-and-biaodian-recommended 舊字形及推薦標點樣式 + p.poem-like(style='font-family: "Biaodian Pro Sans", "Helvetica Neue", Helvetica, Arial, "Han Heiti", sans-serif;') + | 字。字.字,字、字;字:字?字! + br + | 「內『內容』容」‘內“內容”容’ + br + | 《書名》〈篇名〉(內容) + br + | 啊——什麼内容……丹·布朗 + br + | He — who wants to achieve the goal — denied about the fact that… + br + | 1991-1999年 他/她 + h3#font-and-biaodian-cns 台灣教育部式 + p.poem-like + | 字。字.字,字、字;字:字?字! + br + | 「內『內容』容」‘內“內容”容’ + br + | 《書名》〈篇名〉(內容) + br + | 啊——什麼内容……丹·布朗 + br + | He — who wants to achieve the goal — denied about the fact that… + br + | 1991-1999年 他/她 + h3#font-and-biaodian-gb 中國國標式 + p.poem-like(style='font-family: "Biaodian Pro Sans GB", "Helvetica Neue", Helvetica, Arial, "Han Heiti GB", sans-serif;') + | 字。字.字,字、字;字:字?字! + br + | 「内『内容』容」‘内“内容”容’ + br + | 《书名》〈篇名〉(内容) + br + | 啊——什么内容……丹·布朗 + br + | He — who wants to achieve the goal — denied about the fact that… + br + | 1991-1999年 他/她 + h2#checked-tones + ruby.rightangle + rb 入 + rb 聲 + | 韻 + rtc.romanization(lang='nan-Latn') + rt(rbspan='2') ji̍p-siann + rtc.zhuyin + rt ㆢㄧㆴ͘ + rt ㄒㄧㆩ + p.poem-like. + + aeioua̍e̍i̍o̍u̍ +
+ ㆴㆵㆶㆷㆴ͘ㆵ͘ㆶ͘ㆷ͘ + script(src='./han.min.js') diff --git a/v3.0.2/well-knit.html b/v3.0.2/well-knit.html new file mode 100644 index 00000000..ef386f53 --- /dev/null +++ b/v3.0.2/well-knit.html @@ -0,0 +1,177 @@ + + + + + 測試・文章、章節與內容的邊界調整 — 漢字標準格式 + + + + + + + +
+

測試·文章、章節與內容的邊界調整

+

提示:下方淺灰色區塊是文章章節的範例,建議使用瀏覽器的「元件檢閱器」來査閱各種群組元素在不同情境下的樣式。亦可伸縮視窗寬度來觀看專為行動裝置提供的彈性設計responsive web design,行動裝置預設為480px以下的視窗或設備。 +

+
+

文章標題(一級)

+

+ 段落,也許是前言。上邊界對一級標題收緊。文章區塊的行高大於全域行高,預設為1.7em。 +

+
+

二級標題

+

這是一個段落,可以是對二級標題的內容詳述,上邊界對二級標題收緊。

+

這是另一個段落,可見上邊界不收緊了。

+
+
+

段落、清單、引用區塊等群組元素對標題的收緊

+
+

三級標題

+
+

這是一個引用區塊段落,可見上邊界對標題收緊;而三級標題則對二級標題收緊。

+

這是第二個引用區塊段落,可見上邊界不收緊了。

+

+ 在文章中的引用區塊,會縮進二個字元(行動裝置上縮進一字元),並使用楷體。 +

+
+

三級標題

+
    +
  1. 這是一個有序清單,
  2. +
  3. 可見上邊界對標題收緊。
  4. +
+
    +
  1. 這是另一個有序清單,
  2. +
  3. 可見上邊界不收緊了。
  4. +
+

三級標題

+
    +
  • 這是一個無序清單,
  • +
  • 可見上邊界對標題收緊。
  • +
+
+
+
+

詩,與標題收緊規則

+

總結成,琅琅上口:

+ +

+ 上方描述規則的區塊是一個套用類詩篇類別.poem-like的分塊元素div在任意情境下,其後代段落元素p縮進二字元;在行動裝置中,縮進一字元。 +

+
+
六級標題
+
五級標題
+

四級標題

+

三級標題

+

二級標題

+

二級標題

+

三級標題

+

四級標題

+
五級標題
+
六級標題
+
+
+

一級標題

+

一級標題

+

一級標題不會互相收緊。

+
+
+
+

後代章節元素不影響群組收緊

+

後代章節元素section不會影響各個群組元素對上級標題的收緊。

+

比如說……

+
+

二級標題(在section下)

+
+

二級標題(在section下)

+
+

三級標題(在section下)

+
+

四級標題(在section下)

+
+

+ 這是一個放在後代章節元素section中的段落,雖然和四級標題並非同輩,但仍然會對標題收緊。 +

+
+
+

四級標題(在section下)

+
+
五級標題(在section下)
+
+
六級標題(在section下)
+
+
+
+
+
+
+
+
+
+

同輩章節元素則否

+

互為「同輩」的二個章節元素下的標題則不互相收緊。

+
+
+

二級標題(section甲)

+
+
+

二級標題(section乙,與甲同輩)

+
+
+

三級標題(section丙,與甲乙同輩)

+
+
+

四級標題(section丁,與甲乙丙同輩)

+
+
+
五級標題(section戊,與甲乙丙丁同輩)
+
+
+
六級標題(section己,與甲乙丙丁戊同輩)
+
+
+

這是一個段落,屬於section庚,與甲乙丙丁戊己同輩。

+
+
+
+
+
+ + + + \ No newline at end of file diff --git a/v3.0.2/well-knit.jade b/v3.0.2/well-knit.jade new file mode 100644 index 00000000..b59fcaab --- /dev/null +++ b/v3.0.2/well-knit.jade @@ -0,0 +1,158 @@ +doctype html +html(lang='zh-Hant').han-init + head + meta(charset='utf-8') + title 測試・文章、章節與內容的邊界調整 — 漢字標準格式 + link(rel='stylesheet', href='./han.min.css') + + style. + html { + overflow-x: hidden; + } + + article { + /* position */ + margin: 0 auto; + + /* box */ + max-width: 35em; + padding: 0 .5em 15em; + } + article#example-article { + /* box */ + max-width: 30em; + padding-bottom: 3em; + + /* style */ + background-color: #f5f5f5; + border-radius: .5em; + } + meta(name='viewport' content='width=device-width, initial-scale=1.0') + meta(name='description' content='印刷品般的漢字網頁排版框架') + meta(name='keywords' content='漢字標準格式, 中文, 排版, 排版規範, 日文, 字體排印, 文字設計, CLReq, CSS, Sass, typography') + + body.test + + article + h1 測試·文章、章節與內容的邊界調整 + p.noti + strong 提示: + | 下方淺灰色區塊是文章章節的範例,建議使用瀏覽器的「元件檢閱器」來査閱各種群組元素在不同情境下的樣式。亦可伸縮視窗寬度來觀看專為行動裝置提供的彈性設計responsive web design,行動裝置預設為 + em 480px以下 + | 的視窗或設備。 + + article#example-article + h1 文章標題(一級) + p.example + | 段落,也許是前言。上邊界對一級標題收緊。文章區塊的行高大於全域行高,預設為1.7em。 + section.example + h2 二級標題 + p 這是一個段落,可以是對二級標題的內容詳述,上邊界對二級標題收緊。 + p 這是另一個段落,可見上邊界不收緊了。 + + section#grouping-content + h2 段落、清單、引用區塊等群組元素對標題的收緊 + section.example + h3 三級標題 + blockquote + p 這是一個引用區塊段落,可見上邊界對標題收緊;而三級標題則對二級標題收緊。 + p 這是第二個引用區塊段落,可見上邊界不收緊了。 + p + | 在文章中的引用區塊,會縮進二個字元(行動裝置上縮進一字元),並使用楷體。 + h3 三級標題 + ol + li 這是一個有序清單, + li 可見上邊界對標題收緊。 + ol + li 這是另一個有序清單, + li 可見上邊界不收緊了。 + h3 三級標題 + ul + li 這是一個無序清單, + li 可見上邊界對標題收緊。 + section#poem-and-rule-for-well-knit + h2 詩,與標題收緊規則 + p + | 總結成,琅琅上口: + div.poem-like.example + p + | 小級標題對大級標題收緊、 + br + | 同級標題互相收緊; + p + | 大級標題 + br + | 不對小級標題收緊、 + br + | 一級標題 + br + | 不對一級標題收緊。 + p + | 上方描述規則的區塊是一個套用類詩篇類別.poem-like的分塊元素div在任意情境下,其後代段落元素p縮進二字元;在行動裝置中,縮進一字元。 + div.example + h6 六級標題 + h5 五級標題 + h4 四級標題 + h3 三級標題 + h2 二級標題 + h2 二級標題 + h3 三級標題 + h4 四級標題 + h5 五級標題 + h6 六級標題 + div.example + h1 一級標題 + h1 一級標題 + p 一級標題不會互相收緊。 + section#descendant + h3 後代章節元素不影響群組收緊 + p 後代章節元素section不會影響各個群組元素對上級標題的收緊。 + h3 比如說…… + div.example + h2 二級標題(在section下) + section + h2 二級標題(在section下) + section + h3 三級標題(在section下) + section + h4 四級標題(在section下) + section + p + | 這是一個放在後代章節元素section中的段落,雖然和四級標題並非同輩,但仍然會對標題收緊。 + section + h4 四級標題(在section下) + section + h5 五級標題(在section下) + section + h6 六級標題(在section下) + section#sibling + h3 同輩章節元素則否 + p 互為「同輩」的二個章節元素下的標題則不互相收緊。 + div.example + section#section-jia + h2 二級標題(section甲) + section#section-yi + h2 二級標題(section乙,與甲同輩) + section#section-bing + h3 三級標題(section丙,與甲乙同輩) + section#section-ding + h4 四級標題(section丁,與甲乙丙同輩) + section#section-wu + h5 五級標題(section戊,與甲乙丙丁同輩) + section#section-ji + h6 六級標題(section己,與甲乙丙丁戊同輩) + section#section-geng + p 這是一個段落,屬於section庚,與甲乙丙丁戊己同輩。 + + // Here goes scripts + script(src='./han.min.js')