@charset "utf-8";
/* CSS Document */
.yingxiong { display: none;}
@media screen and (max-width:800px){
    .detailhead{display: none} 
    .detailNav{display:none}
    html{
        background:white;
    }
    /* .cgi-nav { display: none;}
    .cgi-nav-foot { display: none;} */
}
@media screen and (max-width:320px){ 
    .detailhead{display: none} 
    .detailNav{display:none}
    html{
        background:white;
    }
    .txt{
        font-size: 0.8em;
    }
    .num{
        font-size: 0.7em;
        padding-top: 0px!important;
    }
    .TermNumberwrap{
        font-size: 0.9em;
    }   
}
@media screen and (min-width:800px){  
    .title-back{display: none;} 
    /* .cgi-head { display: none;}  
    .cgi-head-blank { display: none;} */
}
