@namespace url(https://www.w3.org/1999/xhtml);

@-moz-document domain("reader.youdao.com") {

} 
/*隐藏头部*/ 
#top{ height:5px !important; overflow:hidden}

/*鼠标悬浮时显示头部*/ 
#top:hover{ height:65px !important; overflow: visible}

/*主区域位置修正*/ 
#main{top:5px !important;}

/*隐藏：添加订阅按钮、RSS 网站标题及返回首页区域*/ 
#addSubscribeBtn,#contentTitle{ display:none}

/*增大内容区字体*/ 
.cast-content{font-size:16px !important;}