 html,body{
     height: 100%;
     width: 100%;
     padding: 0rem;
     margin:0rem;
     overflow: auto;
     user-select: none;
     -ms-overflow-style: none;
     font-size: 1px;
     background: white;
     scroll-behavior: smooth;
}
 @font-face {
     font-family: myFont;
     src: url(../JS/FZHT_BX7_PZ.TTF);
}

 * {
     font-family: myFont;
}
/*------------------------*/
 table, th, td {
     border-collapse: collapse;
     border: 0.0625rem solid silver;
     padding: 15px;   
}
 table{
     width:100%;
     table-layout: fixed;
}
 th{
     text-align: left;
     font-weight: normal;
     width: 25%;    
     color:rgb(50,50,50);
}
 td{
     text-align: center;
     color: black; 
}
 .tb{
     display: none;
}
 .t{
     border: 0rem solid silver;
}
#headline{
     position:fixed;
     top: 0px;
     background: rgb(245,245,245);
     white-space:nowrap; 
     width: 100%; 
}
#headline2{ 
     top: 0rem;
     background: rgb(245,245,245);
     white-space:nowrap; 
     width: 100%; 
}
 .color{
     color:rgb(129,95,70);
}
 .w{
     display: inline-block;
}
.btn{
     background: rgb(239,239,239);
     color: black;
     padding: 15px; 
     border-bottom: 0.0625rem solid silver;
}
 .btn:hover{
     cursor: pointer;
}
 .s{
     float: right;
}
 #end{
     margin-top: 20px;
     line-height: 40px;
} 

 ::-webkit-scrollbar {
     width: 0px;
     height: 0px;
}
 ::-webkit-scrollbar-track {
     background: grey;
}
 ::-webkit-scrollbar-thumb {
     background: silver;
}
 ::-webkit-scrollbar-thumb:hover {
     background: white;
}
 