/*
* @Author: zhongjiahao
* @Date:   2016-08-03 16:36:12
* @Last Modified by:   zhongjiahao
* @Last Modified time: 2016-11-15 15:46:47
*/

@charset "UTF-8";
html {
  // -webkit-box-sizing: border-box;
  // -moz-box-sizing: border-box;
  // box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px !important;
  -webkit-tap-highlight-color: transparent;
}

// *,
// *:before,
// *:after {
//   -webkit-box-sizing: inherit;
//   -moz-box-sizing: inherit;
//   box-sizing: inherit;
// }

// body {
//   margin: 0;
//   padding: 0;
//   @include font-h5();
//   text-rendering: optimizeLegibility;
//   -webkit-font-smoothing: antialiased;
//   -moz-osx-font-smoothing: grayscale;
// }
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb:vertical {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 20px rgba(10,19,26,0.3); 
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
::-webkit-scrollbar-thumb:horizontal{
  border-radius: 8px;
    -webkit-box-shadow: inset 0 0 20px rgba(10,19,26,0.3); 
    border-top: 0px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 20px rgba(10,19,26,0.8); 
}
