/* guestbook.css - 留言/表单页面样式文件（已清理未使用样式） */
/* 当前仅保留必要的全局重置与滚动条样式。 */

/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* QQ：9490489 */
body,html,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,th,td,form,object,iframe,blockquote,pre,a,abbr,address,code,img,fieldset,form,label,figure,input,textarea{margin:0;padding:0}
html,body{width:100%;height:100%}
/* 全局盒模型设定 */
*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;outline:0}

/* 设置滚动条的样式 */
::-webkit-scrollbar{
    width:0px;
    height:0px;
}
/* 滚动槽 */
::-webkit-scrollbar-track{
    /*-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);*/
    /*border-radius:10px;*/
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb{
    border-radius:10px;
    background: #8d9498;
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive{
    background: #8d9498;
}
::-webkit-scrollbar-thumb:hover{
    background:#0e76a8;
}
::-webkit-scrollbar-thumb:window-inactive:hover{
    background:#0e76a8;
}
