@charset "UTF-8";
/*页面统一样式*/
html,
body {
  font-size: 14px;
  background-color: #1190d6; }

/*添加手形*/
a[href], input[type='submit'], input[type='image'], label[for], select, button, .c-pointer {
  cursor: pointer; }

/*整体部分*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

/*滑动轨道*/
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.06); }

/*滑块*/
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.08); }
  ::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.15); }

/*# sourceMappingURL=app-base.css.map */
