.style1 {color: #FF0000;font-family: "黑体";}
.style2 {font-size: 1.25em}
.date,.style3 {font-size: 0.75em;text-align:center;margin:1.5em;}
.TCC {width: 20%;font-size: 0.75em;text-align:justify;margin:1em auto;}
.TOC {width: 85%;text-align:justify;margin:1em auto;}
.quote,blockquote,.footnote {font-size: 0.75em;margin: 1.5em 0.5% 1.5em 0.5%;line-height:150%;}
table {margin: 1.5em;max-width:97vw;!important}
table.quote,table.footnote,blockquote table  {font-size: 0.75em; margin: 1.5em;}
h1,h2 {font-family: "黑体"; text-align:center;margin:2em;line-height:200%;}
h3,h4,h5,h6 {font-family: "黑体"; text-align:center;margin:1.5em;line-height:200%;}
body {max-width: 100%;font-family: "华文中宋","黑体";color:#1F2937;background-color: #FAFAF8;line-height:200%;font-size:1.25em;text-align:justify;}
p {margin: 0 0.5% 0 0.5%;line-height:200%;}
span.cq,div.cq {text-align:center;display: block;}
div[align="right"] table {margin: 1.5em 0 1.5em auto;}
div[align="right"] table.quote {display: flex; justify-content: flex-end;}
div[align="right"] table.quote td {text-align:left;}
span[align="center"] {display: block;}
a {color:#2563EB;text-decoration: underline;}
a:visited {color:#4B6CB7}
a:hover, a:focus {color:#1E40AF;}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #1e1e1e;
    color: #e0e0e0;
}
a {
  color: #64ABD5;
  text-decoration: underline;
}

a:visited {
  color:  #8597AE
}

a:hover, a:focus {
  color: #a3d4ff;
  text-decoration: underline;
}

a:active {
  color:  #ff6b6b; 
}
h1,h2,h3,h4,h5,h6,b {
 color:  #F0F0F0;
}
a b,b a {
 color:   #64ABD5;
  text-decoration: underline;
}
a:visited  b,b a:visited{
  color:  #8597AE
}

a:hover b, a:focus b ,b a:focus, b a:hover{
  color: #a3d4ff;
}

a:active b,b a:active {
  color:  #ff6b6b; 
}

}


