    body { font-size: 1em; letter-spacing: 1px; word-spacing: 1px; max-width: 100%; overflow-x: hidden; line-height: 1.6; padding: 10px;  }
    * { box-sizing: border-box; }
    img { max-width: 100% !important; height: auto !important;  margin-top: 10px; }
	    table {       
        overflow-x: auto;
        border-collapse: collapse;
    }
    /* 5. 調整字體大小，避免在手機上太小 */
    @media (max-width: 768px) {
        body { font-size: 16px; }
        table {    width: 100% ;}
    }
