<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">        * {
            padding: 0px;
            margin: 0px;
            -webkit-box-sizing: border-box;
        }
        body {
            background-color: white;
        }
        a {
            color: white;
            text-decoration: none;
        }

        #div_container { /*æœ€å¤–å±‚divï¼Œç”¨äºŽå±…ä¸­å…¼å®¹PCå’Œç§»åŠ¨*/
            width: 500px;
            margin: 0px auto;
            position: relative;
            /*background-color: #FAFAFA;*/
            font-size: 1em;
        }
        .div_pure_words { /*æ–‡å­—éƒ¨åˆ†çš„æœ€å¤–å±‚ï¼Œç”¨äºŽå®šä½*/
            position: relative;
            display: none;
        }
        .div_pure_words_bg { /*èƒŒæ™¯è®¾ç½®åœ¨è¿™é‡Œ*/
            background-repeat: repeat;
            background-size: 100%;
            background-attachment: fixed;
            width: 500px;
            min-height: 500px;
        }
        .div_pure_words_height {
            visibility: hidden;
            padding: 30px;
            text-align: justify;  /*ä¸ºäº†ä½¿æ–‡å­—ä¸¤ç«¯å¯¹é½ */
            white-space: pre-wrap; /*ä¿ç•™æ¢è¡Œæ•ˆæžœ*/
            font-size: 1.1em;
            font-family: "Microsoft YaHei","Arial";
            color: white;
        }
        .div_pw_typed {
            position: absolute;
            left: 0;
            right: 0;  /*4ä¸ªæ–¹å‘å®šä½ä½¿divå……æ»¡æ•´ä¸ªç”»ç”»*/
            top: 0;
            bottom: 0;  /*4ä¸ªæ–¹å‘å®šä½ä½¿divå……æ»¡æ•´ä¸ªç”»ç”»*/
            width: 500px;
            background:rgba(255,255,255,0.8); /*åŠé€æ˜Žæ•ˆæžœ*/
            padding: 80px 80px 30px 30px;
            text-align: justify;  /*ä¸ºäº†ä½¿æ–‡å­—ä¸¤ç«¯å¯¹é½ */
        }
        #span_pw_typed {
            width:100%; /*ä¸ºäº†ä½¿æ–‡å­—ä¸¤ç«¯å¯¹é½ */
            white-space:pre-wrap; /*ä¿ç•™æ¢è¡Œæ•ˆæžœ*/
            font-size: 1.1em;
            font-family: "Microsoft YaHei","Arial";
        }
        #div_start_bg{
            width: 100%; height: 100%;
            position: absolute;
            left: 0px; top: 0px;
            z-index: 44;
            background-color: #28231f;
        }
        .typed-cursor{
            color: red;
        }</pre></body></html>