@font-face{
    font-family: "annotation";
    src: url("annotation.ttf");
}

a:visited{
    color: blue;

} 
a:hover{
    color: red;
}
a{
    font-size: 16px;
}
.a1 {
    margin-left: 20px;
    
}
h1,h2,h3{
    text-align: center;
   
}

/* h1.title{   废除
    border-bottom: thin solid black;
    background-color: bisque;
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    
    margin: 0 auto;
} */
h3{
    background-image: url(pt_l.png), url(pt_r.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left, right;
    background-size: 50px, 50px;
    border: 5px solid ;
    padding: 5px 50px 5px 50px;
    margin-left: 10%;
    margin-right: 10%;
  
    
}
h4{
    text-align: center;
}

p{
    margin-left: 12%;
    margin-right: 12%;
    padding-bottom: 10px;
    text-indent: -25px;
    border-bottom: thin solid black;
    line-height: 25px;
}
p[data-title]{
    font-size: small;
    margin-left: initial;
    margin-right: initial;
    padding-bottom: initial;
    
    border-bottom: initial;
    line-height: initial;
}
p[data-top]
{
margin-bottom: 10px;
margin-bottom: 0;
float: left;
position: relative;
margin-left: initial;
margin-right: initial;
padding-bottom: initial;
color: red;
font-size: x-large;
border-bottom: initial;
line-height: initial;
left: 10px; 
bottom: 8px;   
}
/* p[data-number]   废除
{
    display: flex;
    flex-flow: row wrap;
    font-size: initial;
    margin-left: initial;
    margin-right: initial;
    padding-bottom: initial;
    
    border-bottom: initial;
    line-height: initial;
} */
p[data-initial]
{
    font-size: initial;
    margin-left: initial;
    margin-right: initial;
    padding-bottom: initial;
    
    border-bottom: initial;
    line-height: initial;
}
p[data-part]{
    text-align: left;
    font-size: small;
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom:0px;
    
    border-bottom: initial;
    line-height: initial;
}
p[class="space"]{
    border: none;
}
.space::before{
    content: " ";
}
strong{
    font-size: 110%;
}
u{
    text-decoration: none;
    border-bottom : thin solid black;
    
}
span{
    border-bottom : medium double black;
}

abbr{
    text-decoration: none;
    border-bottom: 3px dotted black;
}
#d1{
    
    padding-bottom: 1px;
}
#d2{
 
    padding-bottom: 2px ;
}
#d3{
   
    padding-bottom: 3px ;
}
code{
    font-family: "annotation";
    font-size: small;
    vertical-align: middle;
}

/* div.list{    废除
    margin-top: 42px;
    
} */
div[data-top]{
    display: flex;
    flex-flow: column;
    position: relative;
    top: -10px;
    background-color: bisque;
    padding: 10px;
    clear: left;
    float: left;
    width: 35px;
}
img[data-top]{
    float: left;
}
h1[data-top]{
margin: 0;
float: left;
position: relative;
top: 60px;
left: -35px;    
}
b[data-top]
{
    font-size: 2em;
    color: red;
}
a[data-top]{
    
     color: black;
     text-decoration: none;
     border-bottom: thin black solid;
     padding: 25px 10px 5px 10px;
     
}
a[data-top]:visited{
    color: black;

} 
a[data-top]:hover{
    color: red;
}
/* a[target="_parent"]{    废除
    flex:1;
    margin: 0 5px;
}
summary{
    color: red;
    cursor: pointer;

} */

object{

    float: left;
    position: relative;
    top: -10px;
    width: 80%;
    
    height: 95vh;
   
    border-bottom: 1px solid black;
   
}
p[data-top]{
    margin-left: 50px;
    /* position: relative; 删除*/
    /* top: 2px;删除 */
    /* position: relative;
    top: 2px; */
    margin-top: 0;
    float: left;
    clear: left;
}
footer{
    background-color: bisque;
    float: left;
    position: fixed;
    bottom: 0;
    word-break: normal;
    right: 8px;
    left: 8px;
}

small{
    font-size: 0.70em;
    font-weight:400;
}

small::before{
    white-space: pre;

    content: "\a";
 }
 q{
    quotes:"「" "」" "『" "』";
  }
  q::before{
    content: open-quote;
  }
  q::after{
    content: no-close-quote;
  }
  .noy::before{
    content: no-open-quote;
  }
  .end::after{
    content: close-quote;
  }

