<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
        
        .page {
            page-break-before: always;
            page-break-after: always;
            page-break-inside: avoid;
            
            height:658px; /*(全像素-2px)2846px; 2138px*/
            margin: 0 auto;
            clear:both;/*清除浮动*/
        }
        .column {
            height:710px;
            width:87px;
            border: 2px solid #ff4242;
            float:right;
        }
        .column2 {
            height:710px;
            width:87px;
            border: 2px solid #ff4242;
            float:right;
            border-left:none;
        }
        .lattice-frame {
            position:relative;
            width:87px;
            height:87px;
            border-bottom:2px solid #ff4242;
        }
        .lattice-frame2 {
            border-bottom:0px solid #ff4242 !important;
        }
        .annotations
        {
            width:87px;
            height: 710px;
            font-size: 26px;
            font-family:"FZKTJW";
        }
        .anno_column{
            width: 37px;
            float: right;
            margin-top: 20px;
        }
</pre></body></html>