/* 导航滚动条 */
::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb:vertical{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#717270;width:3px}::-webkit-scrollbar-track{border:1px #0bb7fbd6 solid;box-shadow:0 0 3px #0bb7fbd6 inset;border-radius:10px;background:#eee}::-webkit-scrollbar-thumb{border:1px grey solid;border-radius:10px;background:#999}::-webkit-scrollbar-thumb:hover{background:#c21f30}@-moz-document url-prefix(http://),url-prefix(https://){scrollbar{-moz-appearance:none!important;background:#0f0!important}scrollbarbutton,thumb{-moz-appearance:none!important;background-color:#00f!important}scrollbarbutton:hover,thumb:hover{-moz-appearance:none!important;background-color:red!important}scrollbarbutton{display:none!important}scrollbar[orient=vertical]{min-width:10px!important}}