<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[185087] trunk/LayoutTests</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/185087">185087</a></dd>
<dt>Author</dt> <dd>mmaxfield@apple.com</dd>
<dt>Date</dt> <dd>2015-06-01 16:57:22 -0700 (Mon, 01 Jun 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Test font selection for zh fonts
https://bugs.webkit.org/show_bug.cgi?id=145478

Rubber-stamped by Zalan Bujtas.

* platform/mac/fast/text/font-weights-zh-expected.txt: Added.
* platform/mac/fast/text/font-weights-zh.html: Added.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsplatformmacfasttextfontweightszhexpectedtxt">trunk/LayoutTests/platform/mac/fast/text/font-weights-zh-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextfontweightszhhtml">trunk/LayoutTests/platform/mac/fast/text/font-weights-zh.html</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (185086 => 185087)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-06-01 23:45:56 UTC (rev 185086)
+++ trunk/LayoutTests/ChangeLog        2015-06-01 23:57:22 UTC (rev 185087)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2015-06-01  Myles C. Maxfield  &lt;mmaxfield@apple.com&gt;
+
+        Test font selection for zh fonts
+        https://bugs.webkit.org/show_bug.cgi?id=145478
+
+        Rubber-stamped by Zalan Bujtas.
+
+        * platform/mac/fast/text/font-weights-zh-expected.txt: Added.
+        * platform/mac/fast/text/font-weights-zh.html: Added.
+
</ins><span class="cx"> 2015-06-01  Commit Queue  &lt;commit-queue@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         Unreviewed, rolling out r185074 and r185085.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextfontweightszhexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/mac/fast/text/font-weights-zh-expected.txt (0 => 185087)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/font-weights-zh-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac/fast/text/font-weights-zh-expected.txt        2015-06-01 23:57:22 UTC (rev 185087)
</span><span class="lines">@@ -0,0 +1,2285 @@
</span><ins>+layer at (0,0) size 785x15064
+  RenderView at (0,0) size 785x600
+layer at (0,0) size 785x15064
+  RenderBlock {HTML} at (0,0) size 785x15064
+    RenderBody {BODY} at (8,8) size 769x15048
+      RenderBlock (anonymous) at (0,0) size 769x144
+        RenderText {#text} at (0,0) size 769x72
+          text run at (0,0) width 746: &quot;This test is designed to test the interaction between font-family and font-weight. In particular, our implementation of&quot;
+          text run at (0,18) width 759: &quot;font-family accepts PostScript names, which may name a font with a particular weight. However, there is another CSS&quot;
+          text run at (0,36) width 769: &quot;property, font-weight, in which the author may also name a particular weight. Our font selection algorithm takes both of&quot;
+          text run at (0,54) width 305: &quot;these signals into account when choosing fonts.&quot;
+        RenderBR {BR} at (304,54) size 1x18
+        RenderBR {BR} at (0,72) size 0x18
+        RenderText {#text} at (0,90) size 767x54
+          text run at (0,90) width 767: &quot;There is currently no good way in JavaScript to find the actual font chosen for some text. Therefore, the best way to test&quot;
+          text run at (0,108) width 732: &quot;this aspect of the font selection algorithm is to dump the render tree, therefore testing glyph advances (which are a&quot;
+          text run at (0,126) width 159: &quot;property of font weight).&quot;
+      RenderBlock {DIV} at (0,144) size 769x18
+        RenderText {#text} at (0,0) size 267x18
+          text run at (0,0) width 267: &quot;Font: Heiti SC Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,162) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,178) size 769x18
+        RenderText {#text} at (0,0) size 267x18
+          text run at (0,0) width 267: &quot;Font: Heiti SC Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,196) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,212) size 769x18
+        RenderText {#text} at (0,0) size 267x18
+          text run at (0,0) width 267: &quot;Font: Heiti SC Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,230) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,246) size 769x18
+        RenderText {#text} at (0,0) size 267x18
+          text run at (0,0) width 267: &quot;Font: Heiti SC Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,264) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,280) size 769x18
+        RenderText {#text} at (0,0) size 267x18
+          text run at (0,0) width 267: &quot;Font: Heiti SC Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,298) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,314) size 769x18
+        RenderText {#text} at (0,0) size 267x18
+          text run at (0,0) width 267: &quot;Font: Heiti SC Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,332) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,348) size 769x18
+        RenderText {#text} at (0,0) size 267x18
+          text run at (0,0) width 267: &quot;Font: Heiti SC Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,366) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,382) size 769x18
+        RenderText {#text} at (0,0) size 267x18
+          text run at (0,0) width 267: &quot;Font: Heiti SC Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,400) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,416) size 769x18
+        RenderText {#text} at (0,0) size 267x18
+          text run at (0,0) width 267: &quot;Font: Heiti SC Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,434) size 769x16
+        RenderText {#text} at (0,0) size 153x16
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,450) size 769x18
+        RenderText {#text} at (0,0) size 321x18
+          text run at (0,0) width 321: &quot;Font: STHeitiSC-Light Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,468) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,484) size 769x18
+        RenderText {#text} at (0,0) size 321x18
+          text run at (0,0) width 321: &quot;Font: STHeitiSC-Light Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,502) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,518) size 769x18
+        RenderText {#text} at (0,0) size 321x18
+          text run at (0,0) width 321: &quot;Font: STHeitiSC-Light Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,536) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,552) size 769x18
+        RenderText {#text} at (0,0) size 321x18
+          text run at (0,0) width 321: &quot;Font: STHeitiSC-Light Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,570) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,586) size 769x18
+        RenderText {#text} at (0,0) size 321x18
+          text run at (0,0) width 321: &quot;Font: STHeitiSC-Light Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,604) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,620) size 769x18
+        RenderText {#text} at (0,0) size 321x18
+          text run at (0,0) width 321: &quot;Font: STHeitiSC-Light Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,638) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,654) size 769x18
+        RenderText {#text} at (0,0) size 321x18
+          text run at (0,0) width 321: &quot;Font: STHeitiSC-Light Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,672) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,688) size 769x18
+        RenderText {#text} at (0,0) size 321x18
+          text run at (0,0) width 321: &quot;Font: STHeitiSC-Light Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,706) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,722) size 769x18
+        RenderText {#text} at (0,0) size 321x18
+          text run at (0,0) width 321: &quot;Font: STHeitiSC-Light Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,740) size 769x16
+        RenderText {#text} at (0,0) size 153x16
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,756) size 769x18
+        RenderText {#text} at (0,0) size 341x18
+          text run at (0,0) width 341: &quot;Font: STHeitiSC-Medium Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,774) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,790) size 769x18
+        RenderText {#text} at (0,0) size 341x18
+          text run at (0,0) width 341: &quot;Font: STHeitiSC-Medium Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,808) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,824) size 769x18
+        RenderText {#text} at (0,0) size 341x18
+          text run at (0,0) width 341: &quot;Font: STHeitiSC-Medium Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,842) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,858) size 769x18
+        RenderText {#text} at (0,0) size 341x18
+          text run at (0,0) width 341: &quot;Font: STHeitiSC-Medium Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,876) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,892) size 769x18
+        RenderText {#text} at (0,0) size 341x18
+          text run at (0,0) width 341: &quot;Font: STHeitiSC-Medium Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,910) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,926) size 769x18
+        RenderText {#text} at (0,0) size 341x18
+          text run at (0,0) width 341: &quot;Font: STHeitiSC-Medium Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,944) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,960) size 769x18
+        RenderText {#text} at (0,0) size 341x18
+          text run at (0,0) width 341: &quot;Font: STHeitiSC-Medium Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,978) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,994) size 769x18
+        RenderText {#text} at (0,0) size 341x18
+          text run at (0,0) width 341: &quot;Font: STHeitiSC-Medium Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,1012) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1028) size 769x18
+        RenderText {#text} at (0,0) size 341x18
+          text run at (0,0) width 341: &quot;Font: STHeitiSC-Medium Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,1046) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1062) size 769x18
+        RenderText {#text} at (0,0) size 253x18
+          text run at (0,0) width 253: &quot;Font: Heiti SC Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,1080) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1096) size 769x18
+        RenderText {#text} at (0,0) size 253x18
+          text run at (0,0) width 253: &quot;Font: Heiti SC Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,1114) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1130) size 769x18
+        RenderText {#text} at (0,0) size 253x18
+          text run at (0,0) width 253: &quot;Font: Heiti SC Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,1148) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1164) size 769x18
+        RenderText {#text} at (0,0) size 253x18
+          text run at (0,0) width 253: &quot;Font: Heiti SC Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,1182) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1198) size 769x18
+        RenderText {#text} at (0,0) size 253x18
+          text run at (0,0) width 253: &quot;Font: Heiti SC Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,1216) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1232) size 769x18
+        RenderText {#text} at (0,0) size 253x18
+          text run at (0,0) width 253: &quot;Font: Heiti SC Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,1250) size 769x16
+        RenderText {#text} at (0,0) size 153x16
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1266) size 769x18
+        RenderText {#text} at (0,0) size 253x18
+          text run at (0,0) width 253: &quot;Font: Heiti SC Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,1284) size 769x16
+        RenderText {#text} at (0,0) size 153x16
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1300) size 769x18
+        RenderText {#text} at (0,0) size 253x18
+          text run at (0,0) width 253: &quot;Font: Heiti SC Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,1318) size 769x16
+        RenderText {#text} at (0,0) size 153x16
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1334) size 769x18
+        RenderText {#text} at (0,0) size 253x18
+          text run at (0,0) width 253: &quot;Font: Heiti SC Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,1352) size 769x16
+        RenderText {#text} at (0,0) size 153x16
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1368) size 769x18
+        RenderText {#text} at (0,0) size 308x18
+          text run at (0,0) width 308: &quot;Font: STHeitiSC-Light Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,1386) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1402) size 769x18
+        RenderText {#text} at (0,0) size 308x18
+          text run at (0,0) width 308: &quot;Font: STHeitiSC-Light Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,1420) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1436) size 769x18
+        RenderText {#text} at (0,0) size 308x18
+          text run at (0,0) width 308: &quot;Font: STHeitiSC-Light Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,1454) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1470) size 769x18
+        RenderText {#text} at (0,0) size 308x18
+          text run at (0,0) width 308: &quot;Font: STHeitiSC-Light Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,1488) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1504) size 769x18
+        RenderText {#text} at (0,0) size 308x18
+          text run at (0,0) width 308: &quot;Font: STHeitiSC-Light Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,1522) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1538) size 769x18
+        RenderText {#text} at (0,0) size 308x18
+          text run at (0,0) width 308: &quot;Font: STHeitiSC-Light Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,1556) size 769x16
+        RenderText {#text} at (0,0) size 153x16
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1572) size 769x18
+        RenderText {#text} at (0,0) size 308x18
+          text run at (0,0) width 308: &quot;Font: STHeitiSC-Light Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,1590) size 769x16
+        RenderText {#text} at (0,0) size 153x16
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1606) size 769x18
+        RenderText {#text} at (0,0) size 308x18
+          text run at (0,0) width 308: &quot;Font: STHeitiSC-Light Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,1624) size 769x16
+        RenderText {#text} at (0,0) size 153x16
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1640) size 769x18
+        RenderText {#text} at (0,0) size 308x18
+          text run at (0,0) width 308: &quot;Font: STHeitiSC-Light Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,1658) size 769x16
+        RenderText {#text} at (0,0) size 153x16
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1674) size 769x18
+        RenderText {#text} at (0,0) size 328x18
+          text run at (0,0) width 328: &quot;Font: STHeitiSC-Medium Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,1692) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1708) size 769x18
+        RenderText {#text} at (0,0) size 328x18
+          text run at (0,0) width 328: &quot;Font: STHeitiSC-Medium Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,1726) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1742) size 769x18
+        RenderText {#text} at (0,0) size 328x18
+          text run at (0,0) width 328: &quot;Font: STHeitiSC-Medium Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,1760) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1776) size 769x18
+        RenderText {#text} at (0,0) size 328x18
+          text run at (0,0) width 328: &quot;Font: STHeitiSC-Medium Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,1794) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1810) size 769x18
+        RenderText {#text} at (0,0) size 328x18
+          text run at (0,0) width 328: &quot;Font: STHeitiSC-Medium Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,1828) size 769x16
+        RenderText {#text} at (0,0) size 144x16
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1844) size 769x18
+        RenderText {#text} at (0,0) size 328x18
+          text run at (0,0) width 328: &quot;Font: STHeitiSC-Medium Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,1862) size 769x16
+        RenderText {#text} at (0,0) size 153x16
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1878) size 769x18
+        RenderText {#text} at (0,0) size 328x18
+          text run at (0,0) width 328: &quot;Font: STHeitiSC-Medium Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,1896) size 769x16
+        RenderText {#text} at (0,0) size 153x16
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1912) size 769x18
+        RenderText {#text} at (0,0) size 328x18
+          text run at (0,0) width 328: &quot;Font: STHeitiSC-Medium Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,1930) size 769x16
+        RenderText {#text} at (0,0) size 153x16
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1946) size 769x18
+        RenderText {#text} at (0,0) size 328x18
+          text run at (0,0) width 328: &quot;Font: STHeitiSC-Medium Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,1964) size 769x16
+        RenderText {#text} at (0,0) size 153x16
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,1980) size 769x18
+        RenderText {#text} at (0,0) size 277x18
+          text run at (0,0) width 277: &quot;Font: Songti SC Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,1998) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,2020) size 769x18
+        RenderText {#text} at (0,0) size 277x18
+          text run at (0,0) width 277: &quot;Font: Songti SC Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,2038) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,2060) size 769x18
+        RenderText {#text} at (0,0) size 277x18
+          text run at (0,0) width 277: &quot;Font: Songti SC Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,2078) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,2100) size 769x18
+        RenderText {#text} at (0,0) size 277x18
+          text run at (0,0) width 277: &quot;Font: Songti SC Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,2118) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,2140) size 769x18
+        RenderText {#text} at (0,0) size 277x18
+          text run at (0,0) width 277: &quot;Font: Songti SC Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,2158) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,2180) size 769x18
+        RenderText {#text} at (0,0) size 277x18
+          text run at (0,0) width 277: &quot;Font: Songti SC Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,2198) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,2220) size 769x18
+        RenderText {#text} at (0,0) size 277x18
+          text run at (0,0) width 277: &quot;Font: Songti SC Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,2238) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,2260) size 769x18
+        RenderText {#text} at (0,0) size 277x18
+          text run at (0,0) width 277: &quot;Font: Songti SC Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,2278) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,2300) size 769x18
+        RenderText {#text} at (0,0) size 277x18
+          text run at (0,0) width 277: &quot;Font: Songti SC Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,2318) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,2340) size 769x18
+        RenderText {#text} at (0,0) size 353x18
+          text run at (0,0) width 353: &quot;Font: STSongti-SC-Regular Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,2358) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,2380) size 769x18
+        RenderText {#text} at (0,0) size 353x18
+          text run at (0,0) width 353: &quot;Font: STSongti-SC-Regular Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,2398) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,2420) size 769x18
+        RenderText {#text} at (0,0) size 353x18
+          text run at (0,0) width 353: &quot;Font: STSongti-SC-Regular Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,2438) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,2460) size 769x18
+        RenderText {#text} at (0,0) size 353x18
+          text run at (0,0) width 353: &quot;Font: STSongti-SC-Regular Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,2478) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,2500) size 769x18
+        RenderText {#text} at (0,0) size 353x18
+          text run at (0,0) width 353: &quot;Font: STSongti-SC-Regular Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,2518) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,2540) size 769x18
+        RenderText {#text} at (0,0) size 353x18
+          text run at (0,0) width 353: &quot;Font: STSongti-SC-Regular Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,2558) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,2580) size 769x18
+        RenderText {#text} at (0,0) size 353x18
+          text run at (0,0) width 353: &quot;Font: STSongti-SC-Regular Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,2598) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,2620) size 769x18
+        RenderText {#text} at (0,0) size 353x18
+          text run at (0,0) width 353: &quot;Font: STSongti-SC-Regular Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,2638) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,2660) size 769x18
+        RenderText {#text} at (0,0) size 353x18
+          text run at (0,0) width 353: &quot;Font: STSongti-SC-Regular Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,2678) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,2700) size 769x18
+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: STSongti-SC-Light Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,2718) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,2740) size 769x18
+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: STSongti-SC-Light Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,2758) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,2780) size 769x18
+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: STSongti-SC-Light Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,2798) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,2820) size 769x18
+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: STSongti-SC-Light Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,2838) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,2860) size 769x18
+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: STSongti-SC-Light Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,2878) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,2900) size 769x18
+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: STSongti-SC-Light Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,2918) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,2940) size 769x18
+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: STSongti-SC-Light Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,2958) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,2980) size 769x18
+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: STSongti-SC-Light Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,2998) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,3020) size 769x18
+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: STSongti-SC-Light Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,3038) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,3060) size 769x18
+        RenderText {#text} at (0,0) size 333x18
+          text run at (0,0) width 333: &quot;Font: STSongti-SC-Bold Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,3078) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,3100) size 769x18
+        RenderText {#text} at (0,0) size 333x18
+          text run at (0,0) width 333: &quot;Font: STSongti-SC-Bold Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,3118) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,3140) size 769x18
+        RenderText {#text} at (0,0) size 333x18
+          text run at (0,0) width 333: &quot;Font: STSongti-SC-Bold Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,3158) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,3180) size 769x18
+        RenderText {#text} at (0,0) size 333x18
+          text run at (0,0) width 333: &quot;Font: STSongti-SC-Bold Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,3198) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,3220) size 769x18
+        RenderText {#text} at (0,0) size 333x18
+          text run at (0,0) width 333: &quot;Font: STSongti-SC-Bold Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,3238) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,3260) size 769x18
+        RenderText {#text} at (0,0) size 333x18
+          text run at (0,0) width 333: &quot;Font: STSongti-SC-Bold Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,3278) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,3300) size 769x18
+        RenderText {#text} at (0,0) size 333x18
+          text run at (0,0) width 333: &quot;Font: STSongti-SC-Bold Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,3318) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,3340) size 769x18
+        RenderText {#text} at (0,0) size 333x18
+          text run at (0,0) width 333: &quot;Font: STSongti-SC-Bold Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,3358) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,3380) size 769x18
+        RenderText {#text} at (0,0) size 333x18
+          text run at (0,0) width 333: &quot;Font: STSongti-SC-Bold Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,3398) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,3420) size 769x18
+        RenderText {#text} at (0,0) size 339x18
+          text run at (0,0) width 339: &quot;Font: STSongti-SC-Black Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,3438) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,3460) size 769x18
+        RenderText {#text} at (0,0) size 339x18
+          text run at (0,0) width 339: &quot;Font: STSongti-SC-Black Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,3478) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,3500) size 769x18
+        RenderText {#text} at (0,0) size 339x18
+          text run at (0,0) width 339: &quot;Font: STSongti-SC-Black Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,3518) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,3540) size 769x18
+        RenderText {#text} at (0,0) size 339x18
+          text run at (0,0) width 339: &quot;Font: STSongti-SC-Black Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,3558) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,3580) size 769x18
+        RenderText {#text} at (0,0) size 339x18
+          text run at (0,0) width 339: &quot;Font: STSongti-SC-Black Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,3598) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,3620) size 769x18
+        RenderText {#text} at (0,0) size 339x18
+          text run at (0,0) width 339: &quot;Font: STSongti-SC-Black Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,3638) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,3660) size 769x18
+        RenderText {#text} at (0,0) size 339x18
+          text run at (0,0) width 339: &quot;Font: STSongti-SC-Black Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,3678) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,3700) size 769x18
+        RenderText {#text} at (0,0) size 339x18
+          text run at (0,0) width 339: &quot;Font: STSongti-SC-Black Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,3718) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,3740) size 769x18
+        RenderText {#text} at (0,0) size 339x18
+          text run at (0,0) width 339: &quot;Font: STSongti-SC-Black Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,3758) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,3780) size 769x18
+        RenderText {#text} at (0,0) size 263x18
+          text run at (0,0) width 263: &quot;Font: Songti SC Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,3798) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,3820) size 769x18
+        RenderText {#text} at (0,0) size 263x18
+          text run at (0,0) width 263: &quot;Font: Songti SC Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,3838) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,3860) size 769x18
+        RenderText {#text} at (0,0) size 263x18
+          text run at (0,0) width 263: &quot;Font: Songti SC Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,3878) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,3900) size 769x18
+        RenderText {#text} at (0,0) size 263x18
+          text run at (0,0) width 263: &quot;Font: Songti SC Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,3918) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,3940) size 769x18
+        RenderText {#text} at (0,0) size 263x18
+          text run at (0,0) width 263: &quot;Font: Songti SC Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,3958) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,3980) size 769x18
+        RenderText {#text} at (0,0) size 263x18
+          text run at (0,0) width 263: &quot;Font: Songti SC Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,3998) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,4020) size 769x18
+        RenderText {#text} at (0,0) size 263x18
+          text run at (0,0) width 263: &quot;Font: Songti SC Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,4038) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,4060) size 769x18
+        RenderText {#text} at (0,0) size 263x18
+          text run at (0,0) width 263: &quot;Font: Songti SC Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,4078) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,4100) size 769x18
+        RenderText {#text} at (0,0) size 263x18
+          text run at (0,0) width 263: &quot;Font: Songti SC Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,4118) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,4140) size 769x18
+        RenderText {#text} at (0,0) size 339x18
+          text run at (0,0) width 339: &quot;Font: STSongti-SC-Regular Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,4158) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,4180) size 769x18
+        RenderText {#text} at (0,0) size 339x18
+          text run at (0,0) width 339: &quot;Font: STSongti-SC-Regular Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,4198) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,4220) size 769x18
+        RenderText {#text} at (0,0) size 339x18
+          text run at (0,0) width 339: &quot;Font: STSongti-SC-Regular Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,4238) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,4260) size 769x18
+        RenderText {#text} at (0,0) size 339x18
+          text run at (0,0) width 339: &quot;Font: STSongti-SC-Regular Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,4278) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,4300) size 769x18
+        RenderText {#text} at (0,0) size 339x18
+          text run at (0,0) width 339: &quot;Font: STSongti-SC-Regular Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,4318) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,4340) size 769x18
+        RenderText {#text} at (0,0) size 339x18
+          text run at (0,0) width 339: &quot;Font: STSongti-SC-Regular Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,4358) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,4380) size 769x18
+        RenderText {#text} at (0,0) size 339x18
+          text run at (0,0) width 339: &quot;Font: STSongti-SC-Regular Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,4398) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,4420) size 769x18
+        RenderText {#text} at (0,0) size 339x18
+          text run at (0,0) width 339: &quot;Font: STSongti-SC-Regular Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,4438) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,4460) size 769x18
+        RenderText {#text} at (0,0) size 339x18
+          text run at (0,0) width 339: &quot;Font: STSongti-SC-Regular Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,4478) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,4500) size 769x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;Font: STSongti-SC-Light Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,4518) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,4540) size 769x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;Font: STSongti-SC-Light Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,4558) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,4580) size 769x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;Font: STSongti-SC-Light Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,4598) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,4620) size 769x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;Font: STSongti-SC-Light Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,4638) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,4660) size 769x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;Font: STSongti-SC-Light Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,4678) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,4700) size 769x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;Font: STSongti-SC-Light Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,4718) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,4740) size 769x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;Font: STSongti-SC-Light Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,4758) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,4780) size 769x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;Font: STSongti-SC-Light Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,4798) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,4820) size 769x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;Font: STSongti-SC-Light Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,4838) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,4860) size 769x18
+        RenderText {#text} at (0,0) size 320x18
+          text run at (0,0) width 320: &quot;Font: STSongti-SC-Bold Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,4878) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,4900) size 769x18
+        RenderText {#text} at (0,0) size 320x18
+          text run at (0,0) width 320: &quot;Font: STSongti-SC-Bold Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,4918) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,4940) size 769x18
+        RenderText {#text} at (0,0) size 320x18
+          text run at (0,0) width 320: &quot;Font: STSongti-SC-Bold Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,4958) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,4980) size 769x18
+        RenderText {#text} at (0,0) size 320x18
+          text run at (0,0) width 320: &quot;Font: STSongti-SC-Bold Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,4998) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,5020) size 769x18
+        RenderText {#text} at (0,0) size 320x18
+          text run at (0,0) width 320: &quot;Font: STSongti-SC-Bold Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,5038) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,5060) size 769x18
+        RenderText {#text} at (0,0) size 320x18
+          text run at (0,0) width 320: &quot;Font: STSongti-SC-Bold Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,5078) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,5100) size 769x18
+        RenderText {#text} at (0,0) size 320x18
+          text run at (0,0) width 320: &quot;Font: STSongti-SC-Bold Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,5118) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,5140) size 769x18
+        RenderText {#text} at (0,0) size 320x18
+          text run at (0,0) width 320: &quot;Font: STSongti-SC-Bold Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,5158) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,5180) size 769x18
+        RenderText {#text} at (0,0) size 320x18
+          text run at (0,0) width 320: &quot;Font: STSongti-SC-Bold Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,5198) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,5220) size 769x18
+        RenderText {#text} at (0,0) size 326x18
+          text run at (0,0) width 326: &quot;Font: STSongti-SC-Black Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,5238) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,5260) size 769x18
+        RenderText {#text} at (0,0) size 326x18
+          text run at (0,0) width 326: &quot;Font: STSongti-SC-Black Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,5278) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,5300) size 769x18
+        RenderText {#text} at (0,0) size 326x18
+          text run at (0,0) width 326: &quot;Font: STSongti-SC-Black Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,5318) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,5340) size 769x18
+        RenderText {#text} at (0,0) size 326x18
+          text run at (0,0) width 326: &quot;Font: STSongti-SC-Black Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,5358) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,5380) size 769x18
+        RenderText {#text} at (0,0) size 326x18
+          text run at (0,0) width 326: &quot;Font: STSongti-SC-Black Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,5398) size 769x22
+        RenderText {#text} at (0,0) size 144x22
+          text run at (0,0) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,5420) size 769x18
+        RenderText {#text} at (0,0) size 326x18
+          text run at (0,0) width 326: &quot;Font: STSongti-SC-Black Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,5438) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,5460) size 769x18
+        RenderText {#text} at (0,0) size 326x18
+          text run at (0,0) width 326: &quot;Font: STSongti-SC-Black Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,5478) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,5500) size 769x18
+        RenderText {#text} at (0,0) size 326x18
+          text run at (0,0) width 326: &quot;Font: STSongti-SC-Black Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,5518) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,5540) size 769x18
+        RenderText {#text} at (0,0) size 326x18
+          text run at (0,0) width 326: &quot;Font: STSongti-SC-Black Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,5558) size 769x22
+        RenderText {#text} at (0,0) size 153x22
+          text run at (0,0) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,5580) size 769x18
+        RenderText {#text} at (0,0) size 392x18
+          text run at (0,0) width 392: &quot;Font: Hiragino Kaku Gothic ProN Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,5598) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,5622) size 769x18
+        RenderText {#text} at (0,0) size 392x18
+          text run at (0,0) width 392: &quot;Font: Hiragino Kaku Gothic ProN Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,5640) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,5664) size 769x18
+        RenderText {#text} at (0,0) size 392x18
+          text run at (0,0) width 392: &quot;Font: Hiragino Kaku Gothic ProN Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,5682) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,5706) size 769x18
+        RenderText {#text} at (0,0) size 392x18
+          text run at (0,0) width 392: &quot;Font: Hiragino Kaku Gothic ProN Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,5724) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,5748) size 769x18
+        RenderText {#text} at (0,0) size 392x18
+          text run at (0,0) width 392: &quot;Font: Hiragino Kaku Gothic ProN Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,5766) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,5790) size 769x18
+        RenderText {#text} at (0,0) size 392x18
+          text run at (0,0) width 392: &quot;Font: Hiragino Kaku Gothic ProN Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,5808) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,5832) size 769x18
+        RenderText {#text} at (0,0) size 392x18
+          text run at (0,0) width 392: &quot;Font: Hiragino Kaku Gothic ProN Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,5850) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,5874) size 769x18
+        RenderText {#text} at (0,0) size 392x18
+          text run at (0,0) width 392: &quot;Font: Hiragino Kaku Gothic ProN Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,5892) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,5916) size 769x18
+        RenderText {#text} at (0,0) size 392x18
+          text run at (0,0) width 392: &quot;Font: Hiragino Kaku Gothic ProN Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,5934) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,5958) size 769x18
+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: HiraKakuProN-W3 Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,5976) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,6000) size 769x18
+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: HiraKakuProN-W3 Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,6018) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,6042) size 769x18
+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: HiraKakuProN-W3 Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,6060) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,6084) size 769x18
+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: HiraKakuProN-W3 Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,6102) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,6126) size 769x18
+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: HiraKakuProN-W3 Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,6144) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,6168) size 769x18
+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: HiraKakuProN-W3 Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,6186) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,6210) size 769x18
+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: HiraKakuProN-W3 Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,6228) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,6252) size 769x18
+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: HiraKakuProN-W3 Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,6270) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,6294) size 769x18
+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: HiraKakuProN-W3 Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,6312) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,6336) size 769x18
+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: HiraKakuProN-W6 Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,6354) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,6378) size 769x18
+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: HiraKakuProN-W6 Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,6396) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,6420) size 769x18
+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: HiraKakuProN-W6 Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,6438) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,6462) size 769x18
+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: HiraKakuProN-W6 Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,6480) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,6504) size 769x18
+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: HiraKakuProN-W6 Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,6522) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,6546) size 769x18
+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: HiraKakuProN-W6 Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,6564) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,6588) size 769x18
+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: HiraKakuProN-W6 Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,6606) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,6630) size 769x18
+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: HiraKakuProN-W6 Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,6648) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,6672) size 769x18
+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: HiraKakuProN-W6 Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,6690) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,6714) size 769x18
+        RenderText {#text} at (0,0) size 379x18
+          text run at (0,0) width 379: &quot;Font: Hiragino Kaku Gothic ProN Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,6732) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,6756) size 769x18
+        RenderText {#text} at (0,0) size 379x18
+          text run at (0,0) width 379: &quot;Font: Hiragino Kaku Gothic ProN Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,6774) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,6798) size 769x18
+        RenderText {#text} at (0,0) size 379x18
+          text run at (0,0) width 379: &quot;Font: Hiragino Kaku Gothic ProN Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,6816) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,6840) size 769x18
+        RenderText {#text} at (0,0) size 379x18
+          text run at (0,0) width 379: &quot;Font: Hiragino Kaku Gothic ProN Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,6858) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,6882) size 769x18
+        RenderText {#text} at (0,0) size 379x18
+          text run at (0,0) width 379: &quot;Font: Hiragino Kaku Gothic ProN Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,6900) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,6924) size 769x18
+        RenderText {#text} at (0,0) size 379x18
+          text run at (0,0) width 379: &quot;Font: Hiragino Kaku Gothic ProN Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,6942) size 769x24
+        RenderText {#text} at (0,3) size 153x17
+          text run at (0,3) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,6966) size 769x18
+        RenderText {#text} at (0,0) size 379x18
+          text run at (0,0) width 379: &quot;Font: Hiragino Kaku Gothic ProN Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,6984) size 769x24
+        RenderText {#text} at (0,3) size 153x17
+          text run at (0,3) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,7008) size 769x18
+        RenderText {#text} at (0,0) size 379x18
+          text run at (0,0) width 379: &quot;Font: Hiragino Kaku Gothic ProN Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,7026) size 769x24
+        RenderText {#text} at (0,3) size 153x17
+          text run at (0,3) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,7050) size 769x18
+        RenderText {#text} at (0,0) size 379x18
+          text run at (0,0) width 379: &quot;Font: Hiragino Kaku Gothic ProN Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,7068) size 769x24
+        RenderText {#text} at (0,3) size 153x17
+          text run at (0,3) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,7092) size 769x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;Font: HiraKakuProN-W3 Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,7110) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,7134) size 769x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;Font: HiraKakuProN-W3 Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,7152) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,7176) size 769x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;Font: HiraKakuProN-W3 Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,7194) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,7218) size 769x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;Font: HiraKakuProN-W3 Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,7236) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,7260) size 769x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;Font: HiraKakuProN-W3 Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,7278) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,7302) size 769x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;Font: HiraKakuProN-W3 Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,7320) size 769x24
+        RenderText {#text} at (0,3) size 153x17
+          text run at (0,3) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,7344) size 769x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;Font: HiraKakuProN-W3 Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,7362) size 769x24
+        RenderText {#text} at (0,3) size 153x17
+          text run at (0,3) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,7386) size 769x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;Font: HiraKakuProN-W3 Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,7404) size 769x24
+        RenderText {#text} at (0,3) size 153x17
+          text run at (0,3) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,7428) size 769x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;Font: HiraKakuProN-W3 Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,7446) size 769x24
+        RenderText {#text} at (0,3) size 153x17
+          text run at (0,3) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,7470) size 769x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;Font: HiraKakuProN-W6 Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,7488) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,7512) size 769x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;Font: HiraKakuProN-W6 Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,7530) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,7554) size 769x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;Font: HiraKakuProN-W6 Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,7572) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,7596) size 769x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;Font: HiraKakuProN-W6 Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,7614) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,7638) size 769x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;Font: HiraKakuProN-W6 Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,7656) size 769x24
+        RenderText {#text} at (0,3) size 144x17
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,7680) size 769x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;Font: HiraKakuProN-W6 Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,7698) size 769x24
+        RenderText {#text} at (0,3) size 153x17
+          text run at (0,3) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,7722) size 769x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;Font: HiraKakuProN-W6 Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,7740) size 769x24
+        RenderText {#text} at (0,3) size 153x17
+          text run at (0,3) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,7764) size 769x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;Font: HiraKakuProN-W6 Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,7782) size 769x24
+        RenderText {#text} at (0,3) size 153x17
+          text run at (0,3) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,7806) size 769x18
+        RenderText {#text} at (0,0) size 323x18
+          text run at (0,0) width 323: &quot;Font: HiraKakuProN-W6 Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,7824) size 769x24
+        RenderText {#text} at (0,3) size 153x17
+          text run at (0,3) width 153: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,7848) size 769x18
+        RenderText {#text} at (0,0) size 353x18
+          text run at (0,0) width 353: &quot;Font: Apple SD Gothic Neo Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,7866) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,7888) size 769x18
+        RenderText {#text} at (0,0) size 353x18
+          text run at (0,0) width 353: &quot;Font: Apple SD Gothic Neo Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,7906) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,7928) size 769x18
+        RenderText {#text} at (0,0) size 353x18
+          text run at (0,0) width 353: &quot;Font: Apple SD Gothic Neo Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,7946) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,7968) size 769x18
+        RenderText {#text} at (0,0) size 353x18
+          text run at (0,0) width 353: &quot;Font: Apple SD Gothic Neo Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,7986) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,8008) size 769x18
+        RenderText {#text} at (0,0) size 353x18
+          text run at (0,0) width 353: &quot;Font: Apple SD Gothic Neo Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,8026) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,8048) size 769x18
+        RenderText {#text} at (0,0) size 353x18
+          text run at (0,0) width 353: &quot;Font: Apple SD Gothic Neo Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,8066) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,8088) size 769x18
+        RenderText {#text} at (0,0) size 353x18
+          text run at (0,0) width 353: &quot;Font: Apple SD Gothic Neo Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,8106) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,8128) size 769x18
+        RenderText {#text} at (0,0) size 353x18
+          text run at (0,0) width 353: &quot;Font: Apple SD Gothic Neo Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,8146) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,8168) size 769x18
+        RenderText {#text} at (0,0) size 353x18
+          text run at (0,0) width 353: &quot;Font: Apple SD Gothic Neo Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,8186) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,8208) size 769x18
+        RenderText {#text} at (0,0) size 397x18
+          text run at (0,0) width 397: &quot;Font: AppleSDGothicNeo-Regular Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,8226) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,8248) size 769x18
+        RenderText {#text} at (0,0) size 397x18
+          text run at (0,0) width 397: &quot;Font: AppleSDGothicNeo-Regular Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,8266) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,8288) size 769x18
+        RenderText {#text} at (0,0) size 397x18
+          text run at (0,0) width 397: &quot;Font: AppleSDGothicNeo-Regular Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,8306) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,8328) size 769x18
+        RenderText {#text} at (0,0) size 397x18
+          text run at (0,0) width 397: &quot;Font: AppleSDGothicNeo-Regular Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,8346) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,8368) size 769x18
+        RenderText {#text} at (0,0) size 397x18
+          text run at (0,0) width 397: &quot;Font: AppleSDGothicNeo-Regular Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,8386) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,8408) size 769x18
+        RenderText {#text} at (0,0) size 397x18
+          text run at (0,0) width 397: &quot;Font: AppleSDGothicNeo-Regular Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,8426) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,8448) size 769x18
+        RenderText {#text} at (0,0) size 397x18
+          text run at (0,0) width 397: &quot;Font: AppleSDGothicNeo-Regular Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,8466) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,8488) size 769x18
+        RenderText {#text} at (0,0) size 397x18
+          text run at (0,0) width 397: &quot;Font: AppleSDGothicNeo-Regular Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,8506) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,8528) size 769x18
+        RenderText {#text} at (0,0) size 397x18
+          text run at (0,0) width 397: &quot;Font: AppleSDGothicNeo-Regular Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,8546) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,8568) size 769x18
+        RenderText {#text} at (0,0) size 401x18
+          text run at (0,0) width 401: &quot;Font: AppleSDGothicNeo-Medium Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,8586) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,8608) size 769x18
+        RenderText {#text} at (0,0) size 401x18
+          text run at (0,0) width 401: &quot;Font: AppleSDGothicNeo-Medium Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,8626) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,8648) size 769x18
+        RenderText {#text} at (0,0) size 401x18
+          text run at (0,0) width 401: &quot;Font: AppleSDGothicNeo-Medium Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,8666) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,8688) size 769x18
+        RenderText {#text} at (0,0) size 401x18
+          text run at (0,0) width 401: &quot;Font: AppleSDGothicNeo-Medium Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,8706) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,8728) size 769x18
+        RenderText {#text} at (0,0) size 401x18
+          text run at (0,0) width 401: &quot;Font: AppleSDGothicNeo-Medium Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,8746) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,8768) size 769x18
+        RenderText {#text} at (0,0) size 401x18
+          text run at (0,0) width 401: &quot;Font: AppleSDGothicNeo-Medium Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,8786) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,8808) size 769x18
+        RenderText {#text} at (0,0) size 401x18
+          text run at (0,0) width 401: &quot;Font: AppleSDGothicNeo-Medium Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,8826) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,8848) size 769x18
+        RenderText {#text} at (0,0) size 401x18
+          text run at (0,0) width 401: &quot;Font: AppleSDGothicNeo-Medium Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,8866) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,8888) size 769x18
+        RenderText {#text} at (0,0) size 401x18
+          text run at (0,0) width 401: &quot;Font: AppleSDGothicNeo-Medium Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,8906) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,8928) size 769x18
+        RenderText {#text} at (0,0) size 381x18
+          text run at (0,0) width 381: &quot;Font: AppleSDGothicNeo-Light Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,8946) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,8968) size 769x18
+        RenderText {#text} at (0,0) size 381x18
+          text run at (0,0) width 381: &quot;Font: AppleSDGothicNeo-Light Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,8986) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,9008) size 769x18
+        RenderText {#text} at (0,0) size 381x18
+          text run at (0,0) width 381: &quot;Font: AppleSDGothicNeo-Light Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,9026) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,9048) size 769x18
+        RenderText {#text} at (0,0) size 381x18
+          text run at (0,0) width 381: &quot;Font: AppleSDGothicNeo-Light Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,9066) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,9088) size 769x18
+        RenderText {#text} at (0,0) size 381x18
+          text run at (0,0) width 381: &quot;Font: AppleSDGothicNeo-Light Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,9106) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,9128) size 769x18
+        RenderText {#text} at (0,0) size 381x18
+          text run at (0,0) width 381: &quot;Font: AppleSDGothicNeo-Light Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,9146) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,9168) size 769x18
+        RenderText {#text} at (0,0) size 381x18
+          text run at (0,0) width 381: &quot;Font: AppleSDGothicNeo-Light Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,9186) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,9208) size 769x18
+        RenderText {#text} at (0,0) size 381x18
+          text run at (0,0) width 381: &quot;Font: AppleSDGothicNeo-Light Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,9226) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,9248) size 769x18
+        RenderText {#text} at (0,0) size 381x18
+          text run at (0,0) width 381: &quot;Font: AppleSDGothicNeo-Light Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,9266) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,9288) size 769x18
+        RenderText {#text} at (0,0) size 414x18
+          text run at (0,0) width 414: &quot;Font: AppleSDGothicNeo-UltraLight Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,9306) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,9328) size 769x18
+        RenderText {#text} at (0,0) size 414x18
+          text run at (0,0) width 414: &quot;Font: AppleSDGothicNeo-UltraLight Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,9346) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,9368) size 769x18
+        RenderText {#text} at (0,0) size 414x18
+          text run at (0,0) width 414: &quot;Font: AppleSDGothicNeo-UltraLight Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,9386) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,9408) size 769x18
+        RenderText {#text} at (0,0) size 414x18
+          text run at (0,0) width 414: &quot;Font: AppleSDGothicNeo-UltraLight Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,9426) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,9448) size 769x18
+        RenderText {#text} at (0,0) size 414x18
+          text run at (0,0) width 414: &quot;Font: AppleSDGothicNeo-UltraLight Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,9466) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,9488) size 769x18
+        RenderText {#text} at (0,0) size 414x18
+          text run at (0,0) width 414: &quot;Font: AppleSDGothicNeo-UltraLight Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,9506) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,9528) size 769x18
+        RenderText {#text} at (0,0) size 414x18
+          text run at (0,0) width 414: &quot;Font: AppleSDGothicNeo-UltraLight Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,9546) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,9568) size 769x18
+        RenderText {#text} at (0,0) size 414x18
+          text run at (0,0) width 414: &quot;Font: AppleSDGothicNeo-UltraLight Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,9586) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,9608) size 769x18
+        RenderText {#text} at (0,0) size 414x18
+          text run at (0,0) width 414: &quot;Font: AppleSDGothicNeo-UltraLight Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,9626) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,9648) size 769x18
+        RenderText {#text} at (0,0) size 377x18
+          text run at (0,0) width 377: &quot;Font: AppleSDGothicNeo-Thin Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,9666) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,9688) size 769x18
+        RenderText {#text} at (0,0) size 377x18
+          text run at (0,0) width 377: &quot;Font: AppleSDGothicNeo-Thin Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,9706) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,9728) size 769x18
+        RenderText {#text} at (0,0) size 377x18
+          text run at (0,0) width 377: &quot;Font: AppleSDGothicNeo-Thin Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,9746) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,9768) size 769x18
+        RenderText {#text} at (0,0) size 377x18
+          text run at (0,0) width 377: &quot;Font: AppleSDGothicNeo-Thin Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,9786) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,9808) size 769x18
+        RenderText {#text} at (0,0) size 377x18
+          text run at (0,0) width 377: &quot;Font: AppleSDGothicNeo-Thin Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,9826) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,9848) size 769x18
+        RenderText {#text} at (0,0) size 377x18
+          text run at (0,0) width 377: &quot;Font: AppleSDGothicNeo-Thin Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,9866) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,9888) size 769x18
+        RenderText {#text} at (0,0) size 377x18
+          text run at (0,0) width 377: &quot;Font: AppleSDGothicNeo-Thin Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,9906) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,9928) size 769x18
+        RenderText {#text} at (0,0) size 377x18
+          text run at (0,0) width 377: &quot;Font: AppleSDGothicNeo-Thin Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,9946) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,9968) size 769x18
+        RenderText {#text} at (0,0) size 377x18
+          text run at (0,0) width 377: &quot;Font: AppleSDGothicNeo-Thin Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,9986) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,10008) size 769x18
+        RenderText {#text} at (0,0) size 410x18
+          text run at (0,0) width 410: &quot;Font: AppleSDGothicNeo-SemiBold Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,10026) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,10048) size 769x18
+        RenderText {#text} at (0,0) size 410x18
+          text run at (0,0) width 410: &quot;Font: AppleSDGothicNeo-SemiBold Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,10066) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,10088) size 769x18
+        RenderText {#text} at (0,0) size 410x18
+          text run at (0,0) width 410: &quot;Font: AppleSDGothicNeo-SemiBold Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,10106) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,10128) size 769x18
+        RenderText {#text} at (0,0) size 410x18
+          text run at (0,0) width 410: &quot;Font: AppleSDGothicNeo-SemiBold Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,10146) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,10168) size 769x18
+        RenderText {#text} at (0,0) size 410x18
+          text run at (0,0) width 410: &quot;Font: AppleSDGothicNeo-SemiBold Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,10186) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,10208) size 769x18
+        RenderText {#text} at (0,0) size 410x18
+          text run at (0,0) width 410: &quot;Font: AppleSDGothicNeo-SemiBold Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,10226) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,10248) size 769x18
+        RenderText {#text} at (0,0) size 410x18
+          text run at (0,0) width 410: &quot;Font: AppleSDGothicNeo-SemiBold Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,10266) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,10288) size 769x18
+        RenderText {#text} at (0,0) size 410x18
+          text run at (0,0) width 410: &quot;Font: AppleSDGothicNeo-SemiBold Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,10306) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,10328) size 769x18
+        RenderText {#text} at (0,0) size 410x18
+          text run at (0,0) width 410: &quot;Font: AppleSDGothicNeo-SemiBold Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,10346) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,10368) size 769x18
+        RenderText {#text} at (0,0) size 377x18
+          text run at (0,0) width 377: &quot;Font: AppleSDGothicNeo-Bold Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,10386) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,10408) size 769x18
+        RenderText {#text} at (0,0) size 377x18
+          text run at (0,0) width 377: &quot;Font: AppleSDGothicNeo-Bold Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,10426) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,10448) size 769x18
+        RenderText {#text} at (0,0) size 377x18
+          text run at (0,0) width 377: &quot;Font: AppleSDGothicNeo-Bold Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,10466) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,10488) size 769x18
+        RenderText {#text} at (0,0) size 377x18
+          text run at (0,0) width 377: &quot;Font: AppleSDGothicNeo-Bold Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,10506) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,10528) size 769x18
+        RenderText {#text} at (0,0) size 377x18
+          text run at (0,0) width 377: &quot;Font: AppleSDGothicNeo-Bold Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,10546) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,10568) size 769x18
+        RenderText {#text} at (0,0) size 377x18
+          text run at (0,0) width 377: &quot;Font: AppleSDGothicNeo-Bold Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,10586) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,10608) size 769x18
+        RenderText {#text} at (0,0) size 377x18
+          text run at (0,0) width 377: &quot;Font: AppleSDGothicNeo-Bold Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,10626) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,10648) size 769x18
+        RenderText {#text} at (0,0) size 377x18
+          text run at (0,0) width 377: &quot;Font: AppleSDGothicNeo-Bold Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,10666) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,10688) size 769x18
+        RenderText {#text} at (0,0) size 377x18
+          text run at (0,0) width 377: &quot;Font: AppleSDGothicNeo-Bold Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,10706) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,10728) size 769x18
+        RenderText {#text} at (0,0) size 412x18
+          text run at (0,0) width 412: &quot;Font: AppleSDGothicNeo-ExtraBold Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,10746) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,10768) size 769x18
+        RenderText {#text} at (0,0) size 412x18
+          text run at (0,0) width 412: &quot;Font: AppleSDGothicNeo-ExtraBold Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,10786) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,10808) size 769x18
+        RenderText {#text} at (0,0) size 412x18
+          text run at (0,0) width 412: &quot;Font: AppleSDGothicNeo-ExtraBold Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,10826) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,10848) size 769x18
+        RenderText {#text} at (0,0) size 412x18
+          text run at (0,0) width 412: &quot;Font: AppleSDGothicNeo-ExtraBold Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,10866) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,10888) size 769x18
+        RenderText {#text} at (0,0) size 412x18
+          text run at (0,0) width 412: &quot;Font: AppleSDGothicNeo-ExtraBold Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,10906) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,10928) size 769x18
+        RenderText {#text} at (0,0) size 412x18
+          text run at (0,0) width 412: &quot;Font: AppleSDGothicNeo-ExtraBold Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,10946) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,10968) size 769x18
+        RenderText {#text} at (0,0) size 412x18
+          text run at (0,0) width 412: &quot;Font: AppleSDGothicNeo-ExtraBold Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,10986) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,11008) size 769x18
+        RenderText {#text} at (0,0) size 412x18
+          text run at (0,0) width 412: &quot;Font: AppleSDGothicNeo-ExtraBold Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,11026) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,11048) size 769x18
+        RenderText {#text} at (0,0) size 412x18
+          text run at (0,0) width 412: &quot;Font: AppleSDGothicNeo-ExtraBold Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,11066) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,11088) size 769x18
+        RenderText {#text} at (0,0) size 388x18
+          text run at (0,0) width 388: &quot;Font: AppleSDGothicNeo-Heavy Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,11106) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,11128) size 769x18
+        RenderText {#text} at (0,0) size 388x18
+          text run at (0,0) width 388: &quot;Font: AppleSDGothicNeo-Heavy Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,11146) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,11168) size 769x18
+        RenderText {#text} at (0,0) size 388x18
+          text run at (0,0) width 388: &quot;Font: AppleSDGothicNeo-Heavy Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,11186) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,11208) size 769x18
+        RenderText {#text} at (0,0) size 388x18
+          text run at (0,0) width 388: &quot;Font: AppleSDGothicNeo-Heavy Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,11226) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,11248) size 769x18
+        RenderText {#text} at (0,0) size 388x18
+          text run at (0,0) width 388: &quot;Font: AppleSDGothicNeo-Heavy Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,11266) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,11288) size 769x18
+        RenderText {#text} at (0,0) size 388x18
+          text run at (0,0) width 388: &quot;Font: AppleSDGothicNeo-Heavy Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,11306) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,11328) size 769x18
+        RenderText {#text} at (0,0) size 388x18
+          text run at (0,0) width 388: &quot;Font: AppleSDGothicNeo-Heavy Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,11346) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,11368) size 769x18
+        RenderText {#text} at (0,0) size 388x18
+          text run at (0,0) width 388: &quot;Font: AppleSDGothicNeo-Heavy Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,11386) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,11408) size 769x18
+        RenderText {#text} at (0,0) size 388x18
+          text run at (0,0) width 388: &quot;Font: AppleSDGothicNeo-Heavy Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,11426) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,11448) size 769x18
+        RenderText {#text} at (0,0) size 340x18
+          text run at (0,0) width 340: &quot;Font: Apple SD Gothic Neo Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,11466) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,11488) size 769x18
+        RenderText {#text} at (0,0) size 340x18
+          text run at (0,0) width 340: &quot;Font: Apple SD Gothic Neo Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,11506) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,11528) size 769x18
+        RenderText {#text} at (0,0) size 340x18
+          text run at (0,0) width 340: &quot;Font: Apple SD Gothic Neo Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,11546) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,11568) size 769x18
+        RenderText {#text} at (0,0) size 340x18
+          text run at (0,0) width 340: &quot;Font: Apple SD Gothic Neo Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,11586) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,11608) size 769x18
+        RenderText {#text} at (0,0) size 340x18
+          text run at (0,0) width 340: &quot;Font: Apple SD Gothic Neo Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,11626) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,11648) size 769x18
+        RenderText {#text} at (0,0) size 340x18
+          text run at (0,0) width 340: &quot;Font: Apple SD Gothic Neo Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,11666) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,11688) size 769x18
+        RenderText {#text} at (0,0) size 340x18
+          text run at (0,0) width 340: &quot;Font: Apple SD Gothic Neo Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,11706) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,11728) size 769x18
+        RenderText {#text} at (0,0) size 340x18
+          text run at (0,0) width 340: &quot;Font: Apple SD Gothic Neo Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,11746) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,11768) size 769x18
+        RenderText {#text} at (0,0) size 340x18
+          text run at (0,0) width 340: &quot;Font: Apple SD Gothic Neo Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,11786) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,11808) size 769x18
+        RenderText {#text} at (0,0) size 384x18
+          text run at (0,0) width 384: &quot;Font: AppleSDGothicNeo-Regular Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,11826) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,11848) size 769x18
+        RenderText {#text} at (0,0) size 384x18
+          text run at (0,0) width 384: &quot;Font: AppleSDGothicNeo-Regular Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,11866) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,11888) size 769x18
+        RenderText {#text} at (0,0) size 384x18
+          text run at (0,0) width 384: &quot;Font: AppleSDGothicNeo-Regular Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,11906) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,11928) size 769x18
+        RenderText {#text} at (0,0) size 384x18
+          text run at (0,0) width 384: &quot;Font: AppleSDGothicNeo-Regular Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,11946) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,11968) size 769x18
+        RenderText {#text} at (0,0) size 384x18
+          text run at (0,0) width 384: &quot;Font: AppleSDGothicNeo-Regular Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,11986) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,12008) size 769x18
+        RenderText {#text} at (0,0) size 384x18
+          text run at (0,0) width 384: &quot;Font: AppleSDGothicNeo-Regular Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,12026) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,12048) size 769x18
+        RenderText {#text} at (0,0) size 384x18
+          text run at (0,0) width 384: &quot;Font: AppleSDGothicNeo-Regular Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,12066) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,12088) size 769x18
+        RenderText {#text} at (0,0) size 384x18
+          text run at (0,0) width 384: &quot;Font: AppleSDGothicNeo-Regular Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,12106) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,12128) size 769x18
+        RenderText {#text} at (0,0) size 384x18
+          text run at (0,0) width 384: &quot;Font: AppleSDGothicNeo-Regular Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,12146) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,12168) size 769x18
+        RenderText {#text} at (0,0) size 387x18
+          text run at (0,0) width 387: &quot;Font: AppleSDGothicNeo-Medium Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,12186) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,12208) size 769x18
+        RenderText {#text} at (0,0) size 387x18
+          text run at (0,0) width 387: &quot;Font: AppleSDGothicNeo-Medium Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,12226) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,12248) size 769x18
+        RenderText {#text} at (0,0) size 387x18
+          text run at (0,0) width 387: &quot;Font: AppleSDGothicNeo-Medium Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,12266) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,12288) size 769x18
+        RenderText {#text} at (0,0) size 387x18
+          text run at (0,0) width 387: &quot;Font: AppleSDGothicNeo-Medium Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,12306) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,12328) size 769x18
+        RenderText {#text} at (0,0) size 387x18
+          text run at (0,0) width 387: &quot;Font: AppleSDGothicNeo-Medium Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,12346) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,12368) size 769x18
+        RenderText {#text} at (0,0) size 387x18
+          text run at (0,0) width 387: &quot;Font: AppleSDGothicNeo-Medium Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,12386) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,12408) size 769x18
+        RenderText {#text} at (0,0) size 387x18
+          text run at (0,0) width 387: &quot;Font: AppleSDGothicNeo-Medium Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,12426) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,12448) size 769x18
+        RenderText {#text} at (0,0) size 387x18
+          text run at (0,0) width 387: &quot;Font: AppleSDGothicNeo-Medium Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,12466) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,12488) size 769x18
+        RenderText {#text} at (0,0) size 387x18
+          text run at (0,0) width 387: &quot;Font: AppleSDGothicNeo-Medium Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,12506) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,12528) size 769x18
+        RenderText {#text} at (0,0) size 368x18
+          text run at (0,0) width 368: &quot;Font: AppleSDGothicNeo-Light Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,12546) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,12568) size 769x18
+        RenderText {#text} at (0,0) size 368x18
+          text run at (0,0) width 368: &quot;Font: AppleSDGothicNeo-Light Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,12586) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,12608) size 769x18
+        RenderText {#text} at (0,0) size 368x18
+          text run at (0,0) width 368: &quot;Font: AppleSDGothicNeo-Light Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,12626) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,12648) size 769x18
+        RenderText {#text} at (0,0) size 368x18
+          text run at (0,0) width 368: &quot;Font: AppleSDGothicNeo-Light Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,12666) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,12688) size 769x18
+        RenderText {#text} at (0,0) size 368x18
+          text run at (0,0) width 368: &quot;Font: AppleSDGothicNeo-Light Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,12706) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,12728) size 769x18
+        RenderText {#text} at (0,0) size 368x18
+          text run at (0,0) width 368: &quot;Font: AppleSDGothicNeo-Light Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,12746) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,12768) size 769x18
+        RenderText {#text} at (0,0) size 368x18
+          text run at (0,0) width 368: &quot;Font: AppleSDGothicNeo-Light Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,12786) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,12808) size 769x18
+        RenderText {#text} at (0,0) size 368x18
+          text run at (0,0) width 368: &quot;Font: AppleSDGothicNeo-Light Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,12826) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,12848) size 769x18
+        RenderText {#text} at (0,0) size 368x18
+          text run at (0,0) width 368: &quot;Font: AppleSDGothicNeo-Light Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,12866) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,12888) size 769x18
+        RenderText {#text} at (0,0) size 400x18
+          text run at (0,0) width 400: &quot;Font: AppleSDGothicNeo-UltraLight Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,12906) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,12928) size 769x18
+        RenderText {#text} at (0,0) size 400x18
+          text run at (0,0) width 400: &quot;Font: AppleSDGothicNeo-UltraLight Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,12946) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,12968) size 769x18
+        RenderText {#text} at (0,0) size 400x18
+          text run at (0,0) width 400: &quot;Font: AppleSDGothicNeo-UltraLight Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,12986) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,13008) size 769x18
+        RenderText {#text} at (0,0) size 400x18
+          text run at (0,0) width 400: &quot;Font: AppleSDGothicNeo-UltraLight Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,13026) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,13048) size 769x18
+        RenderText {#text} at (0,0) size 400x18
+          text run at (0,0) width 400: &quot;Font: AppleSDGothicNeo-UltraLight Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,13066) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,13088) size 769x18
+        RenderText {#text} at (0,0) size 400x18
+          text run at (0,0) width 400: &quot;Font: AppleSDGothicNeo-UltraLight Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,13106) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,13128) size 769x18
+        RenderText {#text} at (0,0) size 400x18
+          text run at (0,0) width 400: &quot;Font: AppleSDGothicNeo-UltraLight Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,13146) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,13168) size 769x18
+        RenderText {#text} at (0,0) size 400x18
+          text run at (0,0) width 400: &quot;Font: AppleSDGothicNeo-UltraLight Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,13186) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,13208) size 769x18
+        RenderText {#text} at (0,0) size 400x18
+          text run at (0,0) width 400: &quot;Font: AppleSDGothicNeo-UltraLight Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,13226) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,13248) size 769x18
+        RenderText {#text} at (0,0) size 363x18
+          text run at (0,0) width 363: &quot;Font: AppleSDGothicNeo-Thin Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,13266) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,13288) size 769x18
+        RenderText {#text} at (0,0) size 363x18
+          text run at (0,0) width 363: &quot;Font: AppleSDGothicNeo-Thin Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,13306) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,13328) size 769x18
+        RenderText {#text} at (0,0) size 363x18
+          text run at (0,0) width 363: &quot;Font: AppleSDGothicNeo-Thin Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,13346) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,13368) size 769x18
+        RenderText {#text} at (0,0) size 363x18
+          text run at (0,0) width 363: &quot;Font: AppleSDGothicNeo-Thin Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,13386) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,13408) size 769x18
+        RenderText {#text} at (0,0) size 363x18
+          text run at (0,0) width 363: &quot;Font: AppleSDGothicNeo-Thin Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,13426) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,13448) size 769x18
+        RenderText {#text} at (0,0) size 363x18
+          text run at (0,0) width 363: &quot;Font: AppleSDGothicNeo-Thin Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,13466) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,13488) size 769x18
+        RenderText {#text} at (0,0) size 363x18
+          text run at (0,0) width 363: &quot;Font: AppleSDGothicNeo-Thin Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,13506) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,13528) size 769x18
+        RenderText {#text} at (0,0) size 363x18
+          text run at (0,0) width 363: &quot;Font: AppleSDGothicNeo-Thin Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,13546) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,13568) size 769x18
+        RenderText {#text} at (0,0) size 363x18
+          text run at (0,0) width 363: &quot;Font: AppleSDGothicNeo-Thin Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,13586) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,13608) size 769x18
+        RenderText {#text} at (0,0) size 397x18
+          text run at (0,0) width 397: &quot;Font: AppleSDGothicNeo-SemiBold Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,13626) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,13648) size 769x18
+        RenderText {#text} at (0,0) size 397x18
+          text run at (0,0) width 397: &quot;Font: AppleSDGothicNeo-SemiBold Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,13666) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,13688) size 769x18
+        RenderText {#text} at (0,0) size 397x18
+          text run at (0,0) width 397: &quot;Font: AppleSDGothicNeo-SemiBold Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,13706) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,13728) size 769x18
+        RenderText {#text} at (0,0) size 397x18
+          text run at (0,0) width 397: &quot;Font: AppleSDGothicNeo-SemiBold Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,13746) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,13768) size 769x18
+        RenderText {#text} at (0,0) size 397x18
+          text run at (0,0) width 397: &quot;Font: AppleSDGothicNeo-SemiBold Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,13786) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,13808) size 769x18
+        RenderText {#text} at (0,0) size 397x18
+          text run at (0,0) width 397: &quot;Font: AppleSDGothicNeo-SemiBold Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,13826) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,13848) size 769x18
+        RenderText {#text} at (0,0) size 397x18
+          text run at (0,0) width 397: &quot;Font: AppleSDGothicNeo-SemiBold Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,13866) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,13888) size 769x18
+        RenderText {#text} at (0,0) size 397x18
+          text run at (0,0) width 397: &quot;Font: AppleSDGothicNeo-SemiBold Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,13906) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,13928) size 769x18
+        RenderText {#text} at (0,0) size 397x18
+          text run at (0,0) width 397: &quot;Font: AppleSDGothicNeo-SemiBold Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,13946) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,13968) size 769x18
+        RenderText {#text} at (0,0) size 364x18
+          text run at (0,0) width 364: &quot;Font: AppleSDGothicNeo-Bold Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,13986) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,14008) size 769x18
+        RenderText {#text} at (0,0) size 364x18
+          text run at (0,0) width 364: &quot;Font: AppleSDGothicNeo-Bold Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,14026) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,14048) size 769x18
+        RenderText {#text} at (0,0) size 364x18
+          text run at (0,0) width 364: &quot;Font: AppleSDGothicNeo-Bold Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,14066) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,14088) size 769x18
+        RenderText {#text} at (0,0) size 364x18
+          text run at (0,0) width 364: &quot;Font: AppleSDGothicNeo-Bold Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,14106) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,14128) size 769x18
+        RenderText {#text} at (0,0) size 364x18
+          text run at (0,0) width 364: &quot;Font: AppleSDGothicNeo-Bold Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,14146) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,14168) size 769x18
+        RenderText {#text} at (0,0) size 364x18
+          text run at (0,0) width 364: &quot;Font: AppleSDGothicNeo-Bold Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,14186) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,14208) size 769x18
+        RenderText {#text} at (0,0) size 364x18
+          text run at (0,0) width 364: &quot;Font: AppleSDGothicNeo-Bold Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,14226) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,14248) size 769x18
+        RenderText {#text} at (0,0) size 364x18
+          text run at (0,0) width 364: &quot;Font: AppleSDGothicNeo-Bold Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,14266) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,14288) size 769x18
+        RenderText {#text} at (0,0) size 364x18
+          text run at (0,0) width 364: &quot;Font: AppleSDGothicNeo-Bold Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,14306) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,14328) size 769x18
+        RenderText {#text} at (0,0) size 399x18
+          text run at (0,0) width 399: &quot;Font: AppleSDGothicNeo-ExtraBold Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,14346) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,14368) size 769x18
+        RenderText {#text} at (0,0) size 399x18
+          text run at (0,0) width 399: &quot;Font: AppleSDGothicNeo-ExtraBold Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,14386) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,14408) size 769x18
+        RenderText {#text} at (0,0) size 399x18
+          text run at (0,0) width 399: &quot;Font: AppleSDGothicNeo-ExtraBold Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,14426) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,14448) size 769x18
+        RenderText {#text} at (0,0) size 399x18
+          text run at (0,0) width 399: &quot;Font: AppleSDGothicNeo-ExtraBold Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,14466) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,14488) size 769x18
+        RenderText {#text} at (0,0) size 399x18
+          text run at (0,0) width 399: &quot;Font: AppleSDGothicNeo-ExtraBold Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,14506) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,14528) size 769x18
+        RenderText {#text} at (0,0) size 399x18
+          text run at (0,0) width 399: &quot;Font: AppleSDGothicNeo-ExtraBold Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,14546) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,14568) size 769x18
+        RenderText {#text} at (0,0) size 399x18
+          text run at (0,0) width 399: &quot;Font: AppleSDGothicNeo-ExtraBold Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,14586) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,14608) size 769x18
+        RenderText {#text} at (0,0) size 399x18
+          text run at (0,0) width 399: &quot;Font: AppleSDGothicNeo-ExtraBold Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,14626) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,14648) size 769x18
+        RenderText {#text} at (0,0) size 399x18
+          text run at (0,0) width 399: &quot;Font: AppleSDGothicNeo-ExtraBold Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,14666) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,14688) size 769x18
+        RenderText {#text} at (0,0) size 375x18
+          text run at (0,0) width 375: &quot;Font: AppleSDGothicNeo-Heavy Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,14706) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,14728) size 769x18
+        RenderText {#text} at (0,0) size 375x18
+          text run at (0,0) width 375: &quot;Font: AppleSDGothicNeo-Heavy Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,14746) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,14768) size 769x18
+        RenderText {#text} at (0,0) size 375x18
+          text run at (0,0) width 375: &quot;Font: AppleSDGothicNeo-Heavy Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,14786) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,14808) size 769x18
+        RenderText {#text} at (0,0) size 375x18
+          text run at (0,0) width 375: &quot;Font: AppleSDGothicNeo-Heavy Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,14826) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,14848) size 769x18
+        RenderText {#text} at (0,0) size 375x18
+          text run at (0,0) width 375: &quot;Font: AppleSDGothicNeo-Heavy Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,14866) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,14888) size 769x18
+        RenderText {#text} at (0,0) size 375x18
+          text run at (0,0) width 375: &quot;Font: AppleSDGothicNeo-Heavy Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,14906) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,14928) size 769x18
+        RenderText {#text} at (0,0) size 375x18
+          text run at (0,0) width 375: &quot;Font: AppleSDGothicNeo-Heavy Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,14946) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,14968) size 769x18
+        RenderText {#text} at (0,0) size 375x18
+          text run at (0,0) width 375: &quot;Font: AppleSDGothicNeo-Heavy Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,14986) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
+      RenderBlock {DIV} at (0,15008) size 769x18
+        RenderText {#text} at (0,0) size 375x18
+          text run at (0,0) width 375: &quot;Font: AppleSDGothicNeo-Heavy Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,15026) size 769x22
+        RenderText {#text} at (0,3) size 144x18
+          text run at (0,3) width 144: &quot;\x{679C}\x{57CE}\x{7684}\x{7F8E}\x{8B7D}\x{3002}\x{4E2D}\x{56FD}\x{53E4}&quot;
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/mac/fast/text/font-weights-zh-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<a id="trunkLayoutTestsplatformmacfasttextfontweightszhhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/mac/fast/text/font-weights-zh.html (0 => 185087)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/font-weights-zh.html                                (rev 0)
+++ trunk/LayoutTests/platform/mac/fast/text/font-weights-zh.html        2015-06-01 23:57:22 UTC (rev 185087)
</span><span class="lines">@@ -0,0 +1,36 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;html&gt;
+&lt;head&gt;
+&lt;meta charset=&quot;UTF-8&quot;&gt;
+&lt;/head&gt;
+&lt;body&gt;
+This test is designed to test the interaction between font-family and font-weight. In particular, our implementation of font-family accepts PostScript names, which may name a font with a particular weight. However, there is another CSS property, font-weight, in which the author may also name a particular weight. Our font selection algorithm takes both of these signals into account when choosing fonts.&lt;br&gt;&lt;br&gt;There is currently no good way in JavaScript to find the actual font chosen for some text. Therefore, the best way to test this aspect of the font selection algorithm is to dump the render tree, therefore testing glyph advances (which are a property of font weight).
+&lt;script&gt;
+function generateElements(fontNames) {
+    [&quot;normal&quot;, &quot;italic&quot;].forEach(function(fontStyle) {
+        fontNames.forEach(function(fontName) {
+            for (var fontWeight = 100; fontWeight &lt; 1000; fontWeight += 100) {
+                var d = document.createElement(&quot;div&quot;);
+                d.innerText = &quot;Font: &quot; + fontName + &quot; Weight: &quot; + fontWeight + &quot; Style: &quot; + fontStyle;
+                document.body.appendChild(d);
+                d = document.createElement(&quot;div&quot;);
+                d.style.fontFamily = fontName;
+                d.style.fontWeight = fontWeight;
+                d.style.fontStyle = fontStyle;
+                d.innerText = &quot;果城的美譽。中国古&quot;;
+                document.body.appendChild(d);
+            }
+        });
+    });
+}
+var heitiFonts = [&quot;Heiti SC&quot;, &quot;STHeitiSC-Light&quot;, &quot;STHeitiSC-Medium&quot;];
+var songtiFonts = [&quot;Songti SC&quot;, &quot;STSongti-SC-Regular&quot;, &quot;STSongti-SC-Light&quot;, &quot;STSongti-SC-Bold&quot;, &quot;STSongti-SC-Black&quot;];
+var hiraginoFonts = [&quot;Hiragino Kaku Gothic ProN&quot;, &quot;HiraKakuProN-W3&quot;, &quot;HiraKakuProN-W6&quot;];
+var appleSDGothicNeoFonts = [&quot;Apple SD Gothic Neo&quot;, &quot;AppleSDGothicNeo-Regular&quot;, &quot;AppleSDGothicNeo-Medium&quot;, &quot;AppleSDGothicNeo-Light&quot;, &quot;AppleSDGothicNeo-UltraLight&quot;, &quot;AppleSDGothicNeo-Thin&quot;, &quot;AppleSDGothicNeo-SemiBold&quot;, &quot;AppleSDGothicNeo-Bold&quot;, &quot;AppleSDGothicNeo-ExtraBold&quot;, &quot;AppleSDGothicNeo-Heavy&quot;];
+generateElements(heitiFonts);
+generateElements(songtiFonts);
+generateElements(hiraginoFonts);
+generateElements(appleSDGothicNeoFonts);
+&lt;/script&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre>
</div>
</div>

</body>
</html>